/* Homepage WordPress / GeneratePress reset */
body.home .site-main,
body.home .inside-article {
  margin: 0;
  padding: 0;
}

.wuxin-homepage {
  width: 100%;
  color: var(--slate);
  background: var(--page);
  font-family: "Manrope", Arial, sans-serif;
}

.wuxin-homepage .container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
  max-width: none;
}

.wuxin-homepage .hero-copy h1 {
  margin-top: 24px;
  max-width: 720px;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: #333333;
  font-family: "Manrope", Arial, sans-serif;
}

.wuxin-homepage .hero-title-line {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #333333;
}

.wuxin-homepage .hero-title-accent {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

/*
Home page styles extracted from index.html.
Keep the @media blocks in this file; they control tablet/mobile layout.
*/

:root{--tiffany:#dfe9e8;--tiffany-soft:#f4f7f6;--tiffany-deep:#6f9698;--slate:#3a3836;--muted:#69625d;--line:rgba(58,56,54,.10);--gold:#b98635;--gold-light:#f2d184;--warm-gray:#f7f2ec;--page:#fbfbfa;--soft-shadow:0 16px 46px rgba(38,50,56,.07);--card-shadow:0 18px 46px rgba(38,50,56,.075);--container:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;width:100%;overflow-x:hidden}
body{margin:0;width:100%;overflow-x:hidden;color:var(--slate);background:var(--page);font-family:"Manrope",Arial,sans-serif;font-weight:500;letter-spacing:-0.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,h4,p{margin:0}
address{font-style:normal}
button,input,select,textarea{font-family:"Manrope",Arial,sans-serif;color:var(--slate)}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}

.eyebrow{min-height:34px;width:fit-content;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(111,150,152,.24);color:var(--tiffany-deep);display:inline-flex;align-items:center;gap:9px;font-size:10.5px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.eyebrow::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--tiffany-deep);flex:0 0 auto}

.btn{min-height:44px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12.5px;line-height:1;font-weight:800;letter-spacing:-0.015em;border:1px solid transparent;white-space:nowrap;cursor:pointer;transition:transform .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease,color .24s ease}
.btn-primary{background:var(--tiffany);color:var(--slate);box-shadow:0 12px 26px rgba(111,150,152,.16)}
.btn-primary-gold{background:linear-gradient(180deg,#f7ecd4 0%,#ead39c 58%,#dfc176 100%);color:#302d29;border-color:rgba(185,134,53,.22);box-shadow:0 12px 26px rgba(185,134,53,.13),inset 0 1px 0 rgba(255,255,255,.64)}
.btn-outline{background:rgba(255,255,255,.78);color:var(--slate);border-color:rgba(111,150,152,.35)}
.btn-whatsapp{background:linear-gradient(180deg,#f7ecd4 0%,#ead39c 58%,#dfc176 100%);color:#302d29;border-color:rgba(185,134,53,.22);box-shadow:0 10px 22px rgba(185,134,53,.13),inset 0 1px 0 rgba(255,255,255,.64)}

.topbar{min-height:40px;display:flex;align-items:center;background:var(--tiffany-soft);border-bottom:1px solid rgba(38,50,56,.06);color:#4f5b60;font-size:12.5px;line-height:1.8}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:18px}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.topbar-right{justify-content:flex-end}
.topbar-item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.dot{width:5px;height:5px;border-radius:50%;background:var(--tiffany-deep);display:inline-block}
.language-switcher{height:28px;display:inline-flex;align-items:center;white-space:nowrap}
.language-button{height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(111,150,152,.24);background:rgba(255,255,255,.82);color:var(--slate);font-size:12px;line-height:1;font-weight:700;letter-spacing:.01em;display:inline-flex;align-items:center;cursor:default}

.header{position:sticky;top:0;z-index:80;min-height:84px;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(38,50,56,.06)}
.header::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,rgba(185,134,53,0),rgba(185,134,53,.38),rgba(242,209,132,.95),rgba(185,134,53,.38),rgba(185,134,53,0));pointer-events:none}
.header .container{min-height:84px;display:grid;grid-template-columns:180px minmax(0,1fr) 330px;align-items:center;gap:18px}
.logo{font-size:28px;line-height:1;font-weight:800;letter-spacing:-0.05em;color:var(--slate);white-space:nowrap}
.logo span{color:var(--tiffany-deep);letter-spacing:-0.04em}
.nav{display:flex;align-items:center;justify-content:flex-start;justify-self:stretch;width:100%;gap:clamp(24px,2.1vw,34px);padding-left:6px}
.nav a{font-size:14.6px;font-weight:800;color:var(--slate);position:relative;padding:10px 0;white-space:nowrap}
.nav a::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--gold-light),#c89a46);transform:translateX(-50%);transition:.25s ease}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;min-width:0}
.header-actions .btn{min-height:38px;padding:0 18px;font-size:12px}
.search{height:38px;width:190px;padding:0 10px 0 15px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#8a9298;display:flex;align-items:center;justify-content:space-between;gap:8px}
.search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--slate);font-size:12.5px;font-weight:700}
.search input::placeholder{color:#8a9298}
.search button{width:26px;height:26px;padding:0;border:0;border-radius:999px;background:transparent;color:#7f878b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto;transition:.2s ease}
.search-icon{width:18px;height:18px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}
.search-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mobile-menu{display:none}

.hero-wrap{width:100vw;margin-left:calc(50% - 50vw);position:relative;overflow:hidden;background:#fff}
.hero{min-height:84vh;max-height:940px;position:relative;overflow:hidden}
.hero-left{width:52%;min-height:84vh;display:flex;align-items:center;justify-content:flex-start;padding:72px clamp(42px,5vw,88px) 108px max(24px,calc((100vw - var(--container)) / 2));background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.96) 62%,rgba(255,255,255,.72) 84%,rgba(255,255,255,0) 100%);position:relative;z-index:2}
.hero-left::before{content:"";position:absolute;width:360px;height:360px;left:-130px;top:14%;border-radius:50%;background:rgba(223,233,232,.65);z-index:-1}
.hero-copy{width:min(100%,720px);max-width:720px}
h1{margin-top:24px;max-width:720px;font-size:clamp(42px,4vw,62px);line-height:1.08;letter-spacing:-0.045em;font-weight:800}
.hero-title-line{display:block}
.hero-title-line:not(.hero-title-accent){white-space:nowrap}
.hero-title-accent{display:block;width:fit-content;white-space:nowrap;padding:0 .10em .06em .06em;margin-top:4px;margin-left:-.06em;font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;font-size:clamp(36px,3.15vw,50px);line-height:1.15;font-weight:700;letter-spacing:-0.02em;background-image:linear-gradient(92deg,#8f6426 0%,#c89a46 34%,#f2d184 54%,#b98232 76%,#7f561f 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 rgba(80,50,10,.24)) drop-shadow(0 2px 4px rgba(80,50,10,.20)) drop-shadow(0 8px 18px rgba(60,40,8,.14))}
.hero-copy p{margin-top:24px;max-width:530px;color:var(--muted);font-size:14.5px;line-height:1.9}
.hero-buttons{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hero-buttons .btn{min-width:176px;min-height:46px;padding-inline:24px}
.hero-right{position:absolute;top:0;right:0;bottom:0;left:24%;z-index:1;overflow:hidden;background:var(--warm-gray)}
.hero-right::before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:24%;background:linear-gradient(90deg,rgba(255,255,255,.75),rgba(255,255,255,0));z-index:3;pointer-events:none}
.hero-image{position:absolute;inset:0;overflow:hidden;background:var(--warm-gray)}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(223,233,232,.06));pointer-events:none}

@media (prefers-reduced-motion: reduce){
  .btn,.product-card,.product-card__image img,.service-card,.private-showcase__link,.buyer-fit-cta-link,.whatsapp{transition:none !important}
}

.trust-wrap{padding:32px 0 32px;position:relative;z-index:10;background:#fff}
.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;position:relative}
.trust-strip::before{content:"";position:absolute;left:8%;right:8%;top:21px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(185,134,53,0) 0%,rgba(185,134,53,.18) 16%,rgba(200,154,70,.48) 34%,rgba(242,209,132,.82) 50%,rgba(200,154,70,.48) 66%,rgba(185,134,53,.18) 84%,rgba(185,134,53,0) 100%)}
.trust-item{position:relative;z-index:1;text-align:center;padding:0 8px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.trust-number{width:42px;height:42px;border-radius:50%;margin-bottom:16px;background:#fff;border:1px solid rgba(111,150,152,.34);display:grid;place-items:center;color:var(--tiffany-deep);font-size:12px;font-weight:800;box-shadow:0 10px 22px rgba(111,150,152,.10)}
.trust-item h4{color:var(--slate);font-size:12.8px;line-height:1.52;letter-spacing:-0.01em;font-weight:800}
.trust-item .trust-stat{margin-top:8px;font-size:18px;font-weight:900;line-height:1.1;letter-spacing:-0.02em;background-image:linear-gradient(92deg,#8f6426 0%,#c89a46 34%,#f2d184 54%,#b98232 76%,#7f561f 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.trust-item .trust-stat-label{margin-top:3px;font-size:10.5px;font-weight:700;line-height:1.3;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}

.section-head{max-width:790px;margin:0 auto 46px;text-align:center}
.section-head .eyebrow{margin:0 auto 18px}
h2{font-size:clamp(32px,3.2vw,50px);line-height:1.06;letter-spacing:-0.06em;font-weight:800}
.section-head p{margin-top:16px;color:var(--muted);font-size:15px;line-height:1.85}

#products{padding-top:64px}
.product-lines{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;padding-top:12px;padding-bottom:8px}
.product-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border-radius:30px;background:#fff;border:1px solid rgba(111,150,152,.15);box-shadow:var(--card-shadow);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.product-card__image{position:relative;height:238px;overflow:hidden;background:var(--tiffany-soft)}
.product-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .55s ease}
.product-card__image::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(38,50,56,.22));pointer-events:none}
.product-card__label{position:absolute;left:24px;bottom:20px;z-index:2;min-height:32px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.88);display:inline-flex;align-items:center;color:var(--slate);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 10px 22px rgba(38,50,56,.10)}
.product-card__body{flex:1;display:flex;flex-direction:column;padding:30px 30px 34px}
.product-card__body h3{color:var(--slate);font-size:21px;line-height:1.28;letter-spacing:-0.035em;font-weight:800;min-height:54px;display:flex;align-items:center}
.product-card--perfume .product-card__body h3,.product-card--perfume .product-card__link{color:transparent;background-image:linear-gradient(92deg,#8f6426 0%,#b98635 28%,#f2d184 56%,#c89a46 78%,#7f561f 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.product-card--perfume .product-card__link::after{background:linear-gradient(90deg,rgba(185,134,53,.22),rgba(242,209,132,.92),rgba(185,134,53,.48))}
.product-card__body p{margin-top:14px;color:var(--muted);font-size:14px;line-height:1.78;min-height:128px}
.product-card__tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px}
.product-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;border:1px solid rgba(111,150,152,.24);background:rgba(244,247,246,.74);color:#2f5f62;font-size:11px;font-weight:800;white-space:nowrap}
.product-card--perfume .product-pill{border:1px solid rgba(185,134,53,.28);background:linear-gradient(180deg,rgba(255,250,242,.96) 0%,rgba(247,242,236,.92) 100%);color:#8f6426;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}
.product-card__link{margin-top:auto;padding-top:26px;display:inline-flex;align-items:center;gap:12px;width:fit-content;color:var(--slate);font-size:12.5px;font-weight:800}
.product-card__link::after{content:"";width:34px;height:1px;background:currentColor;transition:.24s ease}

.wb-order-commitments{margin-top:88px;padding:44px 0 38px;background:radial-gradient(circle at 8% 0%,rgba(255,255,255,.035),transparent 28%),radial-gradient(circle at 92% 8%,rgba(242,209,132,.055),transparent 26%),linear-gradient(90deg,#353433 0%,#2d2c2b 52%,#3f4645 100%);overflow:hidden}
.wb-order-commitments__top{display:grid;grid-template-columns:654px 390px;gap:24px;justify-content:center;align-items:center}
.wb-order-commitments__cards{width:654px;display:grid;grid-template-columns:repeat(4,150px);gap:18px;justify-content:start}
.wb-order-commitments__card{min-height:228px;padding:20px 14px 22px;border-radius:20px;background:#ddd6ca;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,.06)}
.wb-order-commitments__card--cool{background:#d7dfdf}
.wb-order-commitments__card::before{content:"";display:block;width:6px;height:6px;margin:0 auto 7px;border-radius:50%;background:linear-gradient(135deg,#fff0bd 0%,#f2d184 38%,#c89a46 72%,#8f6426 100%);box-shadow:0 0 0 3px rgba(242,209,132,.14),0 0 5px rgba(185,134,53,.16);flex:0 0 auto}
.wb-order-commitments__card h3{margin:0;min-height:38px;color:#232425;font-size:15.6px;line-height:1.14;letter-spacing:-0.045em;font-weight:800;text-align:center;white-space:nowrap;word-break:keep-all;hyphens:none}
.wb-order-commitments__card p{margin:12px 0 0;min-height:92px;color:#5c6770;font-size:13px;line-height:1.55;display:flex;align-items:center;justify-content:center;text-align:center}
.wb-order-commitments__card::after{content:"";display:block;width:42px;height:1px;margin:10px auto 0;border-radius:999px;background:linear-gradient(90deg,rgba(185,134,53,0) 0%,rgba(200,154,70,.68) 24%,rgba(255,238,190,.95) 50%,rgba(200,154,70,.68) 76%,rgba(185,134,53,0) 100%);box-shadow:0 0 5px rgba(242,209,132,.18);flex:0 0 auto}
.wb-order-commitments__heading{width:390px;justify-self:start;display:flex;flex-direction:column;align-items:center;text-align:center}
.wb-order-commitments__heading h2{order:1;margin:0;color:#f7f0e4;font-size:clamp(40px,3.45vw,56px);line-height:1.04;letter-spacing:-0.065em;font-weight:800;text-align:center}
.wb-order-commitments__heading .eyebrow{order:2;margin:18px auto 0;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:rgba(242,209,132,.90);font-size:10.5px;line-height:1.4;letter-spacing:.16em}
.wb-order-commitments__heading .eyebrow::before{display:none}
.wb-order-commitments__intro{order:3;width:390px;max-width:390px;margin:18px auto 0;color:rgba(245,241,232,.88);font-size:14px;line-height:1.72;text-align:center}
.wb-order-commitments__line{width:100vw;height:1px;margin:34px 0 0 calc(50% - 50vw);background:linear-gradient(90deg,#c89a46 0%,#fff0bd 46%,#f2d184 54%,#c89a46 100%)}
.wb-order-commitments__support-center{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:14px;text-align:center;color:rgba(245,241,232,.86);font-size:13.5px;line-height:1.5}
.wb-order-commitments__support-center span{color:rgba(245,241,232,.82)}
.wb-order-commitments__support-center a{color:#f2d184;font-size:13px;font-weight:800;line-height:1;display:inline-flex;align-items:center;gap:6px;transition:color .22s ease,transform .22s ease}

.services{padding-top:112px;background:#fbfbfa}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.service-card{position:relative;min-height:390px;padding:36px 34px 32px;background:#fff;border:1px solid rgba(111,150,152,.16);border-radius:32px;box-shadow:var(--soft-shadow);overflow:hidden;transition:.28s ease}
.service-card::before{content:"";position:absolute;width:190px;height:190px;right:-90px;top:-90px;border-radius:50%;background:rgba(223,233,232,.68);pointer-events:none}
.service-card::after{content:"";position:absolute;left:34px;right:34px;bottom:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light),transparent);opacity:.72}
.service-card-featured{background:radial-gradient(circle at 88% 8%,rgba(223,233,232,.88),transparent 30%),linear-gradient(180deg,#ffffff 0%,#f4f7f6 100%);border-color:rgba(111,150,152,.24)}
.service-inner-border{position:absolute;inset:12px;border:1px solid rgba(111,150,152,.28);border-radius:22px;pointer-events:none}
.service-card-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:34px}
.service-kicker{height:30px;padding:0 13px;border-radius:999px;background:rgba(244,247,246,.92);border:1px solid rgba(111,150,152,.22);display:inline-flex;align-items:center;color:var(--tiffany-deep);font-size:10.5px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.service-number,.buyer-fit-num,.faq-number{font-family:"Cormorant Garamond",Georgia,serif}
.service-number{color:rgba(111,150,152,.34);font-size:48px;line-height:1;font-weight:700}
.service-card h3{position:relative;z-index:1;max-width:310px;color:var(--slate);font-size:24px;line-height:1.16;letter-spacing:-0.045em;font-weight:800}
.service-card p{position:relative;z-index:1;margin-top:18px;color:var(--muted);font-size:13.5px;line-height:1.82}
.service-tags{position:relative;z-index:1;margin-top:26px;display:flex;flex-wrap:wrap;gap:8px}
.service-tags span{padding:7px 10px;border-radius:999px;border:1px solid rgba(111,150,152,.22);background:rgba(255,255,255,.72);color:#3d4a50;font-size:11px;font-weight:700}

.private-showcase{width:100vw;margin-left:calc(50% - 50vw);margin-top:84px;overflow:hidden;background:linear-gradient(90deg,#e8f0ef 0%,#e8f0ef 50%,var(--warm-gray) 50%,var(--warm-gray) 100%)}
.private-showcase__wrap{width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.private-showcase__media{overflow:hidden;background:#e8f0ef;position:relative;min-height:240px}
.private-showcase__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.private-showcase__content{padding:24px max(24px,calc((100vw - var(--container)) / 2)) 24px clamp(28px,3vw,48px);display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 92% 16%,rgba(223,233,232,.52),transparent 24%),linear-gradient(135deg,#fbfbfa 0%,var(--warm-gray) 100%)}
.private-showcase__eyebrow{display:inline-flex;align-items:center;gap:10px;width:fit-content;margin:0 0 10px;color:var(--tiffany-deep);font-size:10px;line-height:1.3;letter-spacing:.16em;text-transform:uppercase;font-weight:800}
.private-showcase__eyebrow::before{content:"";width:22px;height:1.5px;border-radius:999px;background:var(--tiffany-deep)}
.private-showcase__content h2{max-width:760px;color:var(--slate);font-size:clamp(19px,1.32vw,25px);line-height:1.14;letter-spacing:-0.035em;white-space:nowrap;font-weight:800}
.private-showcase__content p{margin-top:14px;max-width:640px;color:var(--muted);font-size:14px;line-height:1.85}
.private-showcase__links{margin-top:14px;display:flex;flex-wrap:nowrap;gap:12px;align-items:center}
.private-showcase__link{min-height:36px;padding:0 16px;border-radius:999px;border:1px solid rgba(111,150,152,.25);background:rgba(255,255,255,.76);display:inline-flex;align-items:center;justify-content:center;color:var(--slate);font-size:12px;font-weight:800;white-space:nowrap;transition:.24s ease}
.private-showcase__link--primary{background:var(--tiffany);border-color:rgba(111,150,152,.18);box-shadow:0 10px 22px rgba(111,150,152,.12)}

.process-editorial{padding:96px 0;background:radial-gradient(circle at 8% 10%,rgba(223,233,232,.55),transparent 25%),linear-gradient(180deg,#fbfbfa 0%,#f8f4ee 100%);overflow:hidden}
.process-editorial__top{width:min(1180px,calc(100% - 48px));margin-inline:auto;display:grid;grid-template-columns:430px 650px;gap:74px;align-items:center;justify-content:center}
.process-editorial__title{width:430px;max-width:430px;text-align:right}
.process-editorial__title .private-showcase__eyebrow{height:30px;padding:0 14px;margin:0 0 18px auto;border-radius:999px;border:1px solid rgba(111,150,152,.22);background:rgba(255,255,255,.72);gap:9px;font-size:10px;line-height:1;font-weight:900;box-shadow:0 8px 20px rgba(38,50,56,.035)}
.process-editorial__title .private-showcase__eyebrow::before{width:5px;height:5px;border-radius:50%;flex:0 0 auto}
.process-editorial__title h2{max-width:430px;margin-left:auto;text-align:right;color:var(--slate);font-size:clamp(40px,3.25vw,56px);line-height:1.03;letter-spacing:-0.06em;font-weight:800}
.process-editorial__title h2 span{display:block}
.process-editorial__title p{max-width:420px;margin:24px 0 0 auto;text-align:right;color:var(--muted);font-size:14.2px;line-height:1.82}
.process-editorial__steps{width:650px;max-width:650px;justify-self:start;display:grid;gap:18px}
.process-mini-step{display:grid;grid-template-columns:34px 1fr;column-gap:18px;align-items:start}
.process-mini-step__num{grid-column:1;grid-row:1 / span 2;width:27px;height:27px;margin-top:1px;border-radius:50%;background:rgba(244,247,246,.92);border:1px solid rgba(111,150,152,.28);color:var(--tiffany-deep);display:grid;place-items:center;font-size:9.5px;font-weight:900;line-height:1}
.process-mini-step h3{grid-column:2;color:var(--slate);font-size:15.5px;line-height:1.32;font-weight:900;letter-spacing:-0.025em}
.process-mini-step p{grid-column:2;margin-top:6px;max-width:610px;color:var(--muted);font-size:13.2px;line-height:1.62}
.process-collage{position:relative;margin-top:54px;padding:30px 42px 34px;isolation:isolate}
.process-collage::before{content:"";position:absolute;left:0;bottom:6px;width:58%;height:120px;background:var(--tiffany);z-index:0}
.process-collage::after{content:"";position:absolute;left:42%;right:0;top:5px;height:120px;background:var(--tiffany);z-index:0}
.process-collage__grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch}
.process-collage__item{position:relative;height:260px;overflow:hidden;background:var(--tiffany-soft);box-shadow:0 18px 46px rgba(38,50,56,.12)}
.process-collage__item img{width:100%;height:100%;object-fit:cover}
.process-collage__item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(38,50,56,.10));pointer-events:none}

.buyer-magazine{padding:108px 0 0;background:#fbfbfa;overflow:hidden}
.buyer-magazine-stage{position:relative}
.buyer-magazine-head{max-width:980px;margin:0 auto 58px;text-align:center}
.buyer-magazine-head .eyebrow{margin:0 auto 18px}
.buyer-magazine-head h2{margin:0 auto;max-width:760px;color:var(--slate);font-size:clamp(32px,3.2vw,50px);line-height:1.12;letter-spacing:-0.052em;font-weight:800}
.buyer-magazine-head p{max-width:900px;margin:20px auto 0;color:rgba(95,107,112,.88);font-size:15px;line-height:1.85}
.buyer-fit-rail{position:relative;display:grid;grid-template-columns:1.02fr 1.1fr 1.15fr 1.04fr 1.12fr 1.06fr;gap:0;align-items:start;min-height:790px;isolation:isolate}
.buyer-fit-rail::after{content:"";position:absolute;left:15.72%;right:33.59%;top:640px;height:30px;background:linear-gradient(90deg,#eee6d7 0%,#e4d7c3 55%,#dccdb7 100%);z-index:0}
.buyer-fit-card{position:relative;z-index:2;min-width:0;overflow:hidden;background:#fffdfb;border:1px solid rgba(111,150,152,.26);box-shadow:none}
.buyer-fit-card + .buyer-fit-card{border-left-width:0}
.card-01{height:490px;margin-top:92px}
.card-02{height:600px;margin-top:40px;border:1px solid rgba(191,146,67,.56);box-shadow:inset 0 0 0 1px rgba(255,239,184,.20)}
.card-03{height:548px;margin-top:92px}
.card-04{height:450px;margin-top:190px}
.card-05{height:700px;margin-top:40px}
.card-06{height:450px;margin-top:190px}
.buyer-fit-media{position:relative;background:var(--tiffany-soft);overflow:hidden}
.buyer-fit-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.buyer-fit-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(38,50,56,.06)),linear-gradient(135deg,rgba(223,233,232,.06),rgba(247,242,236,.04));pointer-events:none}
.buyer-fit-text{padding:22px 18px 18px;background:radial-gradient(circle at 92% 10%,rgba(223,233,232,.14),transparent 30%),linear-gradient(180deg,#fffdfb 0%,#faf8f4 100%);display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}
.buyer-fit-text--blue{background:radial-gradient(circle at 88% 10%,rgba(255,255,255,.35),transparent 30%),linear-gradient(180deg,#eef4f3 0%,#dfe9e8 55%,#d4dfdd 100%);color:#2f3a3f}
.buyer-fit-text--dark{background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.34),transparent 30%),linear-gradient(180deg,#eef2f1 0%,#dde5e3 55%,#d1dbd9 100%);color:#2f3a3f}
.buyer-fit-text--gold{background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.24),transparent 30%),linear-gradient(180deg,#f3ebdd 0%,#e8dcc8 56%,#ddcfb8 100%);color:#2f3a3f}
.buyer-fit-cta{height:100%;padding:42px 20px 28px;display:flex;flex-direction:column;justify-content:center;gap:24px;overflow:hidden;background:radial-gradient(circle at 88% 10%,rgba(255,255,255,.12),transparent 30%),linear-gradient(180deg,#89a7a6 0%,#769796 54%,#668887 100%);color:#fff}
.buyer-fit-num{display:flex;align-items:center;gap:10px;color:var(--tiffany-deep);font-size:18px;font-weight:700;line-height:1}
.buyer-fit-num::after{content:"";width:44px;height:1px;background:currentColor;opacity:.36}
.buyer-fit-title{margin-top:18px;color:var(--slate);font-size:20px;line-height:1.08;letter-spacing:-0.02em;font-weight:700}
.buyer-fit-body{margin-top:14px;color:rgba(95,107,112,.92);font-size:12.7px;line-height:1.64}
.buyer-fit-text--blue .buyer-fit-num,.buyer-fit-text--dark .buyer-fit-num{color:#8f7446}
.buyer-fit-text--blue .buyer-fit-title,.buyer-fit-text--dark .buyer-fit-title,.buyer-fit-text--gold .buyer-fit-title{color:#2f3a3f}
.buyer-fit-text--blue .buyer-fit-body,.buyer-fit-text--dark .buyer-fit-body,.buyer-fit-text--gold .buyer-fit-body{color:#5f6c72}
.buyer-fit-text--gold .buyer-fit-num{color:#9b7b4a}
.card-04 .buyer-fit-num{color:#f2d184}
.card-04 .buyer-fit-num::after{background:linear-gradient(90deg,rgba(242,209,132,.90) 0%,rgba(255,244,216,.82) 48%,rgba(242,209,132,.58) 100%);opacity:1}
.card-04 .buyer-fit-title{color:#fff7e8;text-shadow:0 1px 10px rgba(38,50,56,.10)}
.card-04 .buyer-fit-body{color:rgba(245,241,232,.88)}
.card-04 .buyer-fit-cta-link{margin-top:22px;min-height:42px;width:100%;padding:0 16px;border-radius:999px;border:1px solid rgba(185,134,53,.28);display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:800;white-space:nowrap;color:#8f6426;background:linear-gradient(180deg,rgba(255,250,242,.96) 0%,rgba(247,242,236,.92) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.72);transition:.24s ease}

.card-01 .buyer-fit-media{height:234px}
.card-01 .buyer-fit-text{height:calc(490px - 234px);padding:18px 16px 16px}
.card-02 .buyer-fit-text{height:286px;padding:20px 18px 16px}
.card-02 .buyer-fit-media{height:calc(600px - 286px)}
.card-03 .buyer-fit-media{height:234px}
.card-03 .buyer-fit-text{height:calc(548px - 234px)}
.card-05 .buyer-fit-text{height:365px;justify-content:center;padding:30px 18px 22px}
.card-05 .buyer-fit-media{height:calc(700px - 365px)}
.card-06 .buyer-fit-media{height:215px}
.card-06 .buyer-fit-text{height:calc(450px - 215px);padding:18px 16px 16px;justify-content:center}
.card-01 .buyer-fit-title{font-size:19px;line-height:1.12}
.card-01 .buyer-fit-body{font-size:12.35px;line-height:1.58}
.card-02 .buyer-fit-title{font-size:18.4px;line-height:1.12}
.card-02 .buyer-fit-body{font-size:12.15px;line-height:1.48}
.card-03 .buyer-fit-title{font-size:18.2px;line-height:1.10}
.card-03 .buyer-fit-body{font-size:12.1px;line-height:1.54}
.card-04 .buyer-fit-title{font-size:18.6px;line-height:1.10}
.card-04 .buyer-fit-body{font-size:12.35px;line-height:1.58}
.card-05 .buyer-fit-title{font-size:19px;line-height:1.08}
.card-05 .buyer-fit-body{font-size:12.45px;line-height:1.58}
.card-06 .buyer-fit-num{font-size:18px}
.card-06 .buyer-fit-num::after{width:44px}
.card-06 .buyer-fit-title{font-size:19px;line-height:1.12;margin-top:18px}
.card-06 .buyer-fit-body{font-size:12.7px;line-height:1.64;margin-top:14px}

.confidence-wave-top,.confidence-wave-bottom{width:100vw;height:88px;margin-left:calc(50% - 50vw);line-height:0;background:#fbfbfa;overflow:hidden}
.confidence-wave-top svg,.confidence-wave-bottom svg{display:block;width:100%;height:100%}
.buyer-confidence{width:100vw;margin-left:calc(50% - 50vw);margin-top:0;padding:0;background:transparent;position:relative;overflow:hidden;border-top:0}
.buyer-confidence__inner{width:100%;max-width:none;margin-inline:auto;position:relative;z-index:1}
.buyer-confidence__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:620px}
.proof-panel,.faq-panel{border-radius:0;border:0;box-shadow:none;backdrop-filter:none;position:relative;overflow:hidden}
.proof-panel{padding:86px clamp(42px,5.2vw,82px) 92px max(24px,calc((100vw - var(--container)) / 2));background:#fffaf3}
.faq-panel{padding:86px max(24px,calc((100vw - var(--container)) / 2)) 92px clamp(42px,5.2vw,82px);background:#eef4f3;border-left:1px solid rgba(111,150,152,.12)}
.proof-head .eyebrow,.faq-head .eyebrow{margin-bottom:18px;min-width:150px;justify-content:center;background:rgba(255,255,255,.68)}
.proof-head h2,.faq-head h2{max-width:520px;font-size:clamp(32px,3.2vw,50px);line-height:1.12;letter-spacing:-0.052em;font-weight:800}
.proof-head p,.faq-head p{margin-top:18px;max-width:540px;color:rgba(95,107,112,.88);font-size:13.4px;line-height:1.82}
.testimonial-stack{margin-top:34px;display:grid;gap:0;max-width:560px}
.testimonial-card{position:relative;overflow:visible;border-radius:0;background:transparent;border:0;border-top:1px solid rgba(111,150,152,.18);box-shadow:none}
.testimonial-card:last-child{border-bottom:1px solid rgba(111,150,152,.18)}
.testimonial-card--featured,.testimonial-card--small{padding:23px 0 24px;background:transparent;border-color:rgba(111,150,152,.18)}
.testimonial-card p{color:#4f5b60;font-size:13.2px;line-height:1.82}
.testimonial-card--featured p{font-size:13.8px;line-height:1.86}
.testimonial-person{margin-top:18px;display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center}
.testimonial-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(223,233,232,.72);color:var(--slate);font-size:11.5px;font-weight:900;letter-spacing:.02em;border:1px solid rgba(111,150,152,.22)}
.testimonial-person strong{display:block;color:var(--slate);font-size:13.2px;font-weight:900}
.testimonial-person span{display:block;margin-top:3px;color:var(--muted);font-size:11.8px;line-height:1.45}
.faq-list{margin-top:34px;display:grid;gap:0;max-width:660px}
.faq-item{border-radius:0;background:transparent;border:0;border-top:1px solid rgba(111,150,152,.20);overflow:hidden;transition:.24s ease}
.faq-item:last-child{border-bottom:1px solid rgba(111,150,152,.20)}
.faq-item[open]{background:rgba(255,255,255,.28);border-color:rgba(111,150,152,.30)}
.faq-question{width:100%;min-height:70px;padding:0;display:grid;grid-template-columns:36px 1fr 30px;gap:16px;align-items:center;text-align:left;cursor:pointer;color:var(--slate);list-style:none}
.faq-question::-webkit-details-marker{display:none}
.faq-question::marker{content:""}
.faq-question:focus-visible{outline:2px solid rgba(111,150,152,.38);outline-offset:4px;border-radius:12px}
.faq-number{color:var(--gold);font-size:19px;font-weight:700;line-height:1}
.faq-title{font-size:14px;line-height:1.45;font-weight:900;letter-spacing:-0.02em}
.faq-icon{position:relative;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.48);border:1px solid rgba(111,150,152,.24)}
.faq-icon::before,.faq-icon::after{content:"";position:absolute;left:50%;top:50%;width:11px;height:1.8px;border-radius:999px;background:var(--tiffany-deep);transform:translate(-50%,-50%);transition:.22s ease}
.faq-icon::after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item[open] .faq-icon::after{transform:translate(-50%,-50%) rotate(0deg);opacity:0}
.faq-answer{padding:0 46px 24px 52px}
.faq-answer p{max-width:580px;color:rgba(95,107,112,.92);font-size:13.2px;line-height:1.82}

.cta-section{width:100vw;margin-left:calc(50% - 50vw);padding:24px 0 30px;background:#fbfbfa;overflow:hidden}
.cta-card{width:min(860px,calc(100% - 48px));margin-inline:auto;display:grid;grid-template-columns:minmax(0,560px) 230px;gap:40px;align-items:center;justify-content:center;padding:8px 0 22px;background:transparent}
.cta-card__left .eyebrow{min-height:30px;padding:0 13px;background:rgba(244,247,246,.74);box-shadow:none;font-size:9.8px}
.cta-card__left h2{margin-top:14px;max-width:100%;font-size:clamp(27px,2.05vw,34px);line-height:1.15;letter-spacing:-0.048em;font-weight:800;white-space:nowrap}
.cta-card__left p{margin-top:14px;max-width:560px;color:#526168;font-size:13.4px;line-height:1.78}
.cta-card__right{display:flex;flex-direction:column;gap:12px;align-items:stretch;width:230px;align-self:center}
.cta-card__right .btn-primary{background:#dfe9e8;box-shadow:0 10px 22px rgba(111,150,152,.11)}

.footer-wave{width:100vw;height:28px;margin-left:calc(50% - 50vw);line-height:0;background:#fbfbfa;border-bottom:1px solid rgba(38,50,56,.06);overflow:hidden}
.footer{position:relative;overflow:hidden;padding-top:78px;padding-bottom:28px;background:radial-gradient(circle at 8% 0%,rgba(255,255,255,.035),transparent 28%),radial-gradient(circle at 92% 8%,rgba(242,209,132,.055),transparent 26%),linear-gradient(180deg,#353433 0%,#2d2c2b 100%)}
.footer::before{content:"";position:absolute;left:0;top:10px;width:100%;height:1px;background:linear-gradient(90deg,rgba(242,209,132,0),rgba(255,238,190,.72),rgba(242,209,132,.86),rgba(255,238,190,.72),rgba(242,209,132,0));pointer-events:none}
.footer-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:54px;row-gap:0;align-items:start;padding-bottom:78px}
.footer-col{min-width:0}
.footer h4{margin:0 0 18px;color:#fff7e8;font-size:13px;letter-spacing:.02em;font-weight:900;display:inline-flex;align-items:center;gap:9px;position:relative}
.footer h4::before{content:"";width:6px;height:6px;border-radius:50%;background:#f2d184;box-shadow:0 0 0 3px rgba(242,209,132,.16)}
.footer h4::after{content:"";position:absolute;left:15px;bottom:-8px;width:34px;height:1px;border-radius:999px;background:linear-gradient(90deg,rgba(242,209,132,.92),rgba(185,134,53,.46),transparent)}
.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px;color:rgba(232,238,237,.72);font-size:13px;line-height:1.42}
.footer li{margin:0;padding:0}
.footer a{color:inherit;text-decoration:none}
.footer-col a{position:relative;display:inline-block;transition:color .22s ease,transform .22s ease}
.footer-col a::before{content:"";position:absolute;left:-12px;top:50%;width:0;height:1px;border-radius:999px;background:linear-gradient(90deg,rgba(111,150,152,.95),rgba(242,209,132,.58));transform:translateY(-50%);opacity:0;transition:width .22s ease,opacity .22s ease}
.footer-follow{position:absolute;left:calc(50% + 16px);right:0;top:180px;width:auto;margin:0;padding:0;border:0}
.footer-follow__list{display:flex;align-items:flex-start;justify-content:flex-start;gap:21px;flex-wrap:nowrap}
.footer .footer-follow__item{width:78px;min-width:78px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;color:rgba(245,241,232,.82);font-size:11.5px;font-weight:800;line-height:1.15;text-align:center;white-space:nowrap;transition:transform .22s ease,color .22s ease}
.footer .footer-follow__item::before,.footer .footer-follow__item:hover::before{display:none;content:none}
.footer-follow__icon{width:40px;height:40px;margin:0 auto;border-radius:999px;display:grid;place-items:center;color:#f2d184;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.12),transparent 38%),rgba(255,255,255,.045);border:1px solid rgba(242,209,132,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 24px rgba(0,0,0,.12);overflow:hidden}
.footer-follow__icon svg{width:17px;height:17px;display:block;flex:0 0 auto}
.footer-follow__label{display:block;width:90px;margin:0 auto;text-align:center;line-height:1.18}
.footer-bottom{margin-top:0;padding-top:22px;border-top:1px solid rgba(242,209,132,.12);display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap;color:rgba(232,238,237,.58);font-size:12.5px;line-height:1.8}
.footer-contact{display:flex;align-items:center;gap:22px;flex-wrap:wrap}

.whatsapp{position:fixed;right:22px;bottom:22px;z-index:90;min-height:46px;padding:0 18px;border-radius:999px;background:#dfe9e8;color:var(--slate);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;box-shadow:0 14px 30px rgba(38,50,56,.16);border:1px solid rgba(111,150,152,.22);transition:.24s ease}
.mobile-nav-panel{display:none}
.mobile-menu:focus-visible{outline:2px solid rgba(111,150,152,.45);outline-offset:4px}

@media (min-width:901px){
  .header{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
  .product-card__label{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
}

@media (hover:hover) and (pointer:fine){
  .btn-primary:hover{background:#d3e1e0;transform:translateY(-2px);box-shadow:0 18px 36px rgba(111,150,152,.22)}
  .btn-primary-gold:hover{background:linear-gradient(180deg,#fbf1dc 0%,#ecd49b 58%,#dcb867 100%);transform:translateY(-2px);box-shadow:0 18px 34px rgba(185,134,53,.18),inset 0 1px 0 rgba(255,255,255,.72)}
  .btn-outline:hover{background:var(--tiffany-soft)}
  .btn-whatsapp:hover{background:linear-gradient(180deg,#fbf1dc 0%,#ecd49b 58%,#dcb867 100%);transform:translateY(-2px);box-shadow:0 14px 28px rgba(185,134,53,.18),inset 0 1px 0 rgba(255,255,255,.72)}
  .nav a:hover::after,.nav a:focus-visible::after{width:26px}
  .search button:hover{color:var(--tiffany-deep);background:var(--tiffany-soft)}
  .product-card:hover{transform:translateY(-4px);border-color:rgba(111,150,152,.28);box-shadow:0 26px 64px rgba(38,50,56,.11)}
  .product-card:hover .product-card__image img{transform:scale(1.045)}
  .product-card__link:hover::after{width:54px}
  .service-card:hover{transform:translateY(-6px);box-shadow:0 24px 62px rgba(38,50,56,.10)}
  .private-showcase__link:hover{background:var(--tiffany-soft);border-color:rgba(111,150,152,.42);transform:translateY(-2px)}
  .wb-order-commitments__support-center a:hover{color:#fff0bd;transform:translateX(3px)}
  .card-04 .buyer-fit-cta-link:hover{border-color:rgba(185,134,53,.42);background:linear-gradient(180deg,rgba(255,248,238,1) 0%,rgba(244,236,226,.96) 100%);color:#7f561f;transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 10px 22px rgba(135,110,63,.12)}
  .faq-item:hover{background:rgba(255,255,255,.28);border-color:rgba(111,150,152,.30)}
  .footer-col a:hover{color:#fff7e8;transform:translateX(6px)}
  .footer-col a:hover::before{width:7px;opacity:1}
  .footer .footer-follow__item:hover{color:#fff7e8;transform:translateY(-2px)}
  .whatsapp:hover{transform:translateY(-2px);background:#d3e1e0}
}

@media (max-width:1280px){
  .header .container{grid-template-columns:170px minmax(0,1fr) 310px;gap:16px}
  .nav{gap:22px;padding-left:2px}
  .nav a{font-size:13.8px}
}
@media (max-width:1180px){
  .wb-order-commitments__top{grid-template-columns:1fr;gap:30px}
  .wb-order-commitments__heading{order:1}
  .wb-order-commitments__cards{order:2;width:100%;max-width:654px;margin:0 auto;justify-content:center}
  .wb-order-commitments__heading,.wb-order-commitments__intro{width:min(620px,100%);max-width:620px;justify-self:center}
  .wb-order-commitments__support-center{flex-direction:column;gap:8px}
  .process-editorial__top{grid-template-columns:1fr;gap:40px}
  .process-editorial__title,.process-editorial__steps{width:min(650px,100%);max-width:650px;margin-inline:auto}
  .process-editorial__title,.process-editorial__title h2,.process-editorial__title p{text-align:center;margin-left:auto;margin-right:auto}
  .process-editorial__title .private-showcase__eyebrow{margin-left:auto;margin-right:auto}
}
@media (max-width:1080px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:34px;padding-bottom:0}
  .footer-follow{position:static;grid-column:1 / -1;margin-top:4px}
  .footer-follow__list{flex-wrap:wrap;gap:24px}
  .cta-card{grid-template-columns:1fr;gap:22px;align-items:start}
  .cta-card__left h2{white-space:normal}
  .cta-card__right{width:230px;align-self:start}
}
@media (max-width:1240px) and (min-width:901px){
  .buyer-fit-rail{grid-template-columns:repeat(3,1fr);gap:18px;min-height:auto}
  .buyer-fit-rail::after{display:none}
  .buyer-fit-card + .buyer-fit-card{border-left-width:1px}
  .card-01,.card-02,.card-03,.card-04,.card-05,.card-06{height:auto !important;min-height:580px;margin-top:0 !important;display:flex;flex-direction:column}
  .card-01 .buyer-fit-media,.card-02 .buyer-fit-media,.card-03 .buyer-fit-media,.card-05 .buyer-fit-media,.card-06 .buyer-fit-media{height:320px;flex-shrink:0}
  .card-01 .buyer-fit-text,.card-02 .buyer-fit-text,.card-03 .buyer-fit-text,.card-05 .buyer-fit-text,.card-06 .buyer-fit-text{height:auto !important;flex:1;padding:22px 20px 22px;justify-content:flex-start}
  .card-02 .buyer-fit-text{order:1}
  .card-02 .buyer-fit-media{order:2}
  .card-04 .buyer-fit-cta{padding:36px 22px;min-height:580px;justify-content:center}
}
@media (max-width:900px){
  .header{min-height:76px;overflow:visible !important}
  .header .container{min-height:76px;grid-template-columns:1fr auto}
  .nav,.header-actions{display:none}
  .mobile-menu{position:relative;z-index:101;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(58,56,54,.62);background:#fff;cursor:pointer;color:#2d2c2b;font-size:20px;line-height:1}
  .mobile-menu-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}
  .mobile-nav-panel{position:absolute;left:14px;right:14px;top:calc(100% + 8px);z-index:100;display:grid;gap:4px;padding:12px;border-radius:22px;background:rgba(255,255,255,.98);border:1px solid rgba(111,150,152,.18);box-shadow:0 14px 28px rgba(38,50,56,.10);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
  .header.is-mobile-open .mobile-nav-panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
  .mobile-nav-panel a{min-height:44px;padding:0 14px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;color:var(--slate);font-size:14px;font-weight:800;line-height:1;background:transparent}
  .mobile-nav-panel a:hover,.mobile-nav-panel a:focus-visible{background:var(--tiffany-soft);color:var(--tiffany-deep)}
  .mobile-nav-quote{margin-top:6px;background:var(--tiffany) !important;color:var(--slate) !important;justify-content:center !important;box-shadow:0 10px 22px rgba(111,150,152,.12)}
  body.mobile-nav-open{overflow:hidden}
  .hero{min-height:auto;display:grid}
  .hero-left{width:100%;min-height:560px;padding-right:max(24px,calc((100vw - var(--container)) / 2));background:rgba(255,255,255,.88)}
  .hero-right{left:0}
  .hero-copy{max-width:620px}
  .hero-title-line:not(.hero-title-accent),.hero-title-accent{white-space:normal}
  .hero-title-accent{filter:drop-shadow(0 1px 0 rgba(80,50,10,.22)) drop-shadow(0 2px 3px rgba(80,50,10,.18)) drop-shadow(0 6px 12px rgba(60,40,8,.12))}
  .trust-wrap{padding:24px 0 16px;background:#fff}
  .trust-wrap .container{width:100%}
  .trust-strip{display:flex;grid-template-columns:none;gap:12px;overflow-x:auto;overflow-y:hidden;padding:0 24px 10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .trust-strip::-webkit-scrollbar{display:none}
  .trust-strip::before{display:none}
  .trust-item{flex:0 0 200px;min-height:90px;padding:14px 14px;border-radius:18px;background:rgba(244,247,246,.78);border:1px solid rgba(111,150,152,.16);box-shadow:0 8px 18px rgba(38,50,56,.055);scroll-snap-align:start;display:grid;grid-template-columns:34px 1fr;align-items:center;column-gap:12px;text-align:left}
  .trust-number{width:34px;height:34px;margin:0;font-size:10.5px;box-shadow:none}
  .trust-item h4{font-size:12px;line-height:1.35;text-align:left}
  .trust-item .trust-stat{grid-column:2;font-size:16px;margin-top:3px;text-align:left}
  .trust-item .trust-stat-label{grid-column:2;font-size:9.5px;margin-top:1px;text-align:left}
  .product-lines,.service-grid,.buyer-confidence__grid{grid-template-columns:1fr}
  .private-showcase{width:100%;max-width:100%;margin-left:0}
  .private-showcase__wrap{height:auto;grid-template-columns:1fr}
  .private-showcase__media{height:240px}
  .private-showcase__content{height:auto;padding:34px 24px 42px;justify-content:flex-start}
  .private-showcase__content h2{white-space:normal}
  .buyer-fit-rail{grid-template-columns:1fr;gap:18px;min-height:auto}
  .buyer-fit-rail::after{display:none}
  .buyer-fit-card + .buyer-fit-card{border-left-width:1px}
  .card-01,.card-02,.card-03,.card-04,.card-05,.card-06{height:auto;margin-top:0;display:flex;flex-direction:column}
  .card-01 .buyer-fit-media,.card-02 .buyer-fit-media,.card-03 .buyer-fit-media,.card-05 .buyer-fit-media,.card-06 .buyer-fit-media{height:380px;flex-shrink:0}
  .card-01 .buyer-fit-text,.card-02 .buyer-fit-text,.card-03 .buyer-fit-text,.card-05 .buyer-fit-text,.card-06 .buyer-fit-text{height:auto;padding:24px 22px}
  .card-02 .buyer-fit-text{order:1}
  .card-02 .buyer-fit-media{order:2}
  .card-04 .buyer-fit-cta{padding:32px 22px;min-height:auto}
  .proof-panel,.faq-panel{padding:70px 24px}
}
@media (max-width:767px){
  :root{--soft-shadow:0 8px 18px rgba(38,50,56,.05);--card-shadow:0 8px 18px rgba(38,50,56,.055)}
  body{padding-bottom:82px}
  .container{width:calc(100% - 28px)}
  .header,.product-card__label,.mobile-nav-panel{backdrop-filter:none;-webkit-backdrop-filter:none}
  .confidence-wave-top,.confidence-wave-bottom,.footer-wave{display:none}
  .hero-title-accent{filter:none}
  .process-collage::before,.process-collage::after{display:none}
  .process-collage{padding:0}
  .process-collage__item{height:auto;border-radius:18px;box-shadow:0 8px 18px rgba(38,50,56,.055)}
  .process-collage__item img{height:auto}
  .wb-order-commitments,.footer{background:#302f2e}
  .product-card,.service-card,.buyer-fit-card,.wb-order-commitments__card,.mobile-nav-panel{box-shadow:var(--card-shadow)}
  .btn,.product-card,.product-card__image img,.service-card,.private-showcase__link,.buyer-fit-cta-link,.footer-col a,.whatsapp{transition:none}
  .topbar{min-height:38px;padding:0;background:rgba(251,251,250,.96)}
  .topbar .container{height:38px;justify-content:flex-end}
  .topbar-left,.topbar-right > span{display:none}
  .topbar-right{display:flex;gap:0}
  .language-button{height:28px;padding:0 12px;font-size:11.5px;background:rgba(255,255,255,.88);box-shadow:0 6px 16px rgba(38,50,56,.045)}
  .logo{font-size:24px}
  h1{font-size:33px;line-height:1.14}
  h2{font-size:31px}
  #products{padding-top:48px}
  .hero-wrap,.buyer-confidence,.cta-section,.footer-wave,.confidence-wave-top,.confidence-wave-bottom,.wb-order-commitments{width:100%;max-width:100%;margin-left:0}
  .hero-left{min-height:560px;padding:62px 24px 86px}
  .hero-title-accent{width:auto}
  .hero-buttons{flex-direction:column;align-items:stretch;width:min(100%,280px)}
  .hero-buttons .btn{width:100%;min-width:0}
  .trust-wrap{padding:18px 0 10px;background:#fff}
  .trust-wrap .container{width:100%}
  .trust-strip{padding:0 16px 10px;gap:10px}
  .trust-item{flex:0 0 172px;padding:12px;grid-template-columns:30px 1fr;column-gap:10px}
  .trust-number{width:30px;height:30px;font-size:10px}
  .trust-item h4{font-size:11.5px}
  .trust-item .trust-stat{font-size:14.5px}
  .trust-item .trust-stat-label{font-size:9.5px}
  .product-card{border-radius:26px}
  .product-card__image{height:220px}
  .product-card__body{padding:26px 22px 30px}
  .product-card__body h3{font-size:20px}
  .wb-order-commitments{margin-top:70px;padding:34px 0}
  .wb-order-commitments__top{grid-template-columns:1fr;gap:26px}
  .wb-order-commitments__heading{order:1}
  .wb-order-commitments__cards{order:2;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:14px}
  .wb-order-commitments__card{min-height:210px}
  .wb-order-commitments__heading h2{font-size:40px}
  .wb-order-commitments__intro{font-size:14px}
  .wb-order-commitments__line{width:100%;margin-left:0}
  .services{padding-top:84px}
  .service-card{padding:30px 24px 28px}
  .service-card::after{left:24px;right:24px}
  .service-card h3{font-size:22px}
  .private-showcase{margin-top:58px}
  .private-showcase__media{height:220px}
  .private-showcase__content{padding:28px 24px 30px}
  .private-showcase__links{flex-direction:column}
  .btn,.private-showcase__link{width:100%}
  .process-editorial{padding:76px 0}
  .process-editorial__top{width:calc(100% - 28px)}
  .process-editorial__title h2{font-size:36px}
  .process-collage__grid{grid-template-columns:1fr;gap:12px}
  .buyer-magazine{padding:72px 0 34px}
  .buyer-magazine-head{margin-bottom:30px}
  .buyer-magazine-head h2{font-size:31px;line-height:1.12}
  .buyer-magazine-head p{font-size:13.8px;line-height:1.72}
  .buyer-fit-rail{display:grid;grid-template-columns:1fr;gap:14px;min-height:auto}
  .buyer-fit-rail::after{display:none}
  .buyer-fit-card{height:auto !important;margin-top:0 !important;border:1px solid rgba(111,150,152,.18);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 8px 18px rgba(38,50,56,.055)}
  .buyer-fit-card + .buyer-fit-card{border-left-width:1px}
  .buyer-fit-media{display:none}
  .buyer-fit-text,.card-01 .buyer-fit-text,.card-02 .buyer-fit-text,.card-03 .buyer-fit-text,.card-05 .buyer-fit-text,.card-06 .buyer-fit-text{height:auto !important;min-height:auto !important;padding:24px 22px 26px;justify-content:flex-start}
  .buyer-fit-num{font-size:17px}
  .buyer-fit-num::after{width:42px}
  .buyer-fit-title,.card-01 .buyer-fit-title,.card-02 .buyer-fit-title,.card-03 .buyer-fit-title,.card-04 .buyer-fit-title,.card-05 .buyer-fit-title,.card-06 .buyer-fit-title{margin-top:14px;font-size:19px;line-height:1.2;letter-spacing:-0.025em}
  .buyer-fit-body,.card-01 .buyer-fit-body,.card-02 .buyer-fit-body,.card-03 .buyer-fit-body,.card-04 .buyer-fit-body,.card-05 .buyer-fit-body,.card-06 .buyer-fit-body{margin-top:12px;font-size:13.2px;line-height:1.72}
  .buyer-fit-cta{min-height:auto;padding:26px 22px}
  .card-04 .buyer-fit-cta-link{width:100%;min-height:42px;margin-top:20px}
  .proof-panel,.faq-panel{padding:60px 24px}
  .faq-question{min-height:68px;grid-template-columns:30px 1fr 28px;gap:12px}
  .faq-title{font-size:13.6px}
  .faq-answer{padding:0 40px 22px 42px}
  .faq-answer p{font-size:13px;line-height:1.72}
  .cta-section{padding:42px 0 48px}
  .cta-card{width:calc(100% - 42px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center;padding:0;margin-inline:auto}
  .cta-card__left{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}
  .cta-card__left .eyebrow{margin-inline:auto}
  .cta-card__left h2{max-width:320px;margin:16px auto 0;text-align:center;font-size:28px;line-height:1.12;letter-spacing:-0.055em;white-space:normal}
  .cta-card__left p{max-width:320px;margin:16px auto 0;text-align:center;font-size:13.6px;line-height:1.72}
  .cta-card__right{width:min(100%,280px);align-self:center;display:flex;flex-direction:column;gap:14px}
  .cta-card__right .btn{width:100%;min-height:44px;justify-content:center}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  .footer-follow__list{justify-content:flex-start}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .whatsapp{display:inline-flex;position:fixed;left:50%;right:auto;bottom:18px;transform:translateX(-50%);z-index:999;width:auto;min-width:148px;max-width:calc(100% - 36px);min-height:44px;padding:0 20px;border-radius:999px;background:rgba(223,233,232,.96);color:#2d2c2b;border:1px solid rgba(111,150,152,.28);box-shadow:0 8px 20px rgba(38,50,56,.14),inset 0 1px 0 rgba(255,255,255,.55);align-items:center;justify-content:center;font-size:12.5px;font-weight:800;line-height:1;white-space:nowrap}
}
/* Hero title font weight correction - lighter */
.wuxin-homepage .hero-copy h1,
.wuxin-homepage .hero-copy h1 .hero-title-line {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.wuxin-homepage .hero-copy h1 .hero-title-accent {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
}
/* FINAL Hero title correction */
body.home #wuxin-homepage .hero-copy h1 {
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #333333 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

body.home #wuxin-homepage .hero-copy h1 .hero-title-line:not(.hero-title-accent) {
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #333333 !important;
}

body.home #wuxin-homepage .hero-copy h1 .hero-title-accent {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}
/* FINAL layout width correction for homepage sections */
body.home #page,
body.home #content,
body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home .inside-article {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home #wuxin-homepage {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home #wuxin-homepage section {
  width: 100% !important;
  max-width: none !important;
}

body.home #wuxin-homepage .container {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}