@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fredoka:wght@600;700&display=swap');
:root{--ink:#102b18;--green:#245d2b;--green2:#3f7d50;--dark:#132b18;--cream:#f7f2e9;--paper:#fffefa;--line:#dce1d5;--muted:#807767;--gold:#d5ad36;--red:#dc484b;--pale:#e8f1e5}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.wrap{width:min(1240px,calc(100% - 40px));margin:auto}.topbar{height:72px;background:#fffefa;border-bottom:1px solid #eee8dc;display:flex;align-items:center;position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:10px;font-family:Fredoka}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green2);color:white;box-shadow:0 3px 9px #173d2633}.brand strong{display:block;line-height:.9}.brand small{color:var(--gold);font-size:11px}.links{display:flex;gap:28px;font-weight:600;color:#796f60}.links a.active{background:var(--pale);color:var(--green);padding:10px 18px;border-radius:25px}.nav-actions{margin-left:auto;display:flex;align-items:center;gap:15px}.icon-btn{border:0;background:transparent;font-size:20px;cursor:pointer}.signin,.btn{border:0;border-radius:18px;padding:11px 22px;background:var(--green);color:white;font-weight:700;cursor:pointer}.hero{background:linear-gradient(120deg,#103a19,#286926);color:white;text-align:center;padding:78px 20px 66px;position:relative;overflow:hidden}.hero .eyebrow,.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);font-weight:700}.hero h1,.page-hero h1{font:700 clamp(38px,5vw,66px)/.98 Fredoka;margin:15px 0}.hero h1 span{color:var(--gold)}.hero p{max-width:580px;margin:0 auto 26px;color:#d7e4d4}.search{display:flex;max-width:650px;margin:auto;background:white;border-radius:14px;padding:6px;color:#555}.search select,.search input{border:0;background:transparent;padding:10px;outline:0}.search input{flex:1}.stats{display:flex;justify-content:center;gap:40px;margin-top:38px;font-weight:700}.stats small{display:block;font-weight:400;color:#bcd0b9}.section{padding:64px 0}.section.alt{background:#f0eadf}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section h2{font:700 31px Fredoka;margin:0}.muted{color:var(--muted)}.cats{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.cat{text-align:center;background:#fff;padding:20px 8px;border-radius:14px;border:1px solid #eee7db}.cat b{font-size:12px;display:block;margin-top:7px}.cat:nth-child(3n){background:#e8eef4}.cat:nth-child(3n+1){background:#e6f2e8}.cat:nth-child(3n+2){background:#f4e8ed}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cards.two{grid-template-columns:repeat(2,1fr)}.product-card{background:var(--paper);border:1px solid #e5e4dc;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #33451d0a}.product-image{height:205px;background-size:cover;background-position:center;position:relative}.badge{position:absolute;left:12px;top:12px;background:var(--green);color:#fff;padding:6px 10px;border-radius:15px;font-size:11px;font-weight:700}.badge.red{background:var(--red)}.heart{position:absolute;right:12px;top:12px;background:#fff;padding:8px;border-radius:50%}.card-body{padding:15px}.category{font-size:10px;color:var(--green2);font-weight:700}.product-card h3{font-size:15px;margin:6px 0;min-height:38px}.quality{height:6px;background:#e9e5dc;border-radius:8px;margin:12px 0}.quality i{display:block;height:100%;background:var(--green2);border-radius:8px}.price{font:700 22px Fredoka;color:var(--green)}.meta{display:flex;justify-content:space-between;font-size:11px;color:#8c8477;margin-top:12px}.live-card .product-image{height:210px}.live-card .timer{position:absolute;bottom:12px;left:12px;display:flex;gap:5px}.timer b{background:#225d2c;color:#fff;border-radius:50%;width:47px;height:47px;display:grid;place-items:center;font-size:11px}.live-card .btn{width:100%;margin-top:10px}.impact{background:linear-gradient(120deg,#123a1b,#245b25);color:white;text-align:center}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:30px}.impact-box{background:#ffffff0c;border:1px solid #ffffff0d;border-radius:14px;padding:25px}.impact-box b{display:block;color:var(--gold);font:700 25px Fredoka}.page-hero{background:#1e5522;color:white;padding:52px 0}.page-hero h1{margin:8px 0 5px}.tools{display:flex;gap:12px;margin:28px 0}.tools input{flex:1;border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}.soft-btn{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px 17px;font-weight:600}.ai-tip{padding:14px 17px;border:1px solid #cfe0cb;background:#f0f7ed;border-radius:14px;margin-bottom:20px;font-size:13px}.footer{background:var(--dark);color:#bdc8b9;padding:58px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.footer h4{color:white}.footer a{display:block;margin:12px 0}.pledge{margin-top:35px;border:1px solid #2d552f;background:#1a3b20;border-radius:16px;padding:20px;display:flex;justify-content:space-between}.copyright{border-top:1px solid #2c4430;margin-top:35px;padding-top:24px;font-size:12px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding:55px 0}.detail-photo{height:500px;border-radius:24px;background-size:cover;background-position:center}.thumbs{display:flex;gap:8px;margin-top:10px}.thumb{width:66px;height:66px;border-radius:14px;background-size:cover;background-position:center;border:2px solid var(--green)}.detail h1{font:700 33px/1.05 Fredoka}.rating{color:var(--gold)}.price-box{border:1px solid #cad8c4;border-radius:18px;padding:20px;background:#f5f5e9;margin:20px 0}.price-box .price{font-size:38px}.actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.actions .btn{border-radius:15px}.btn.outline{background:transparent;color:var(--green);border:2px solid var(--green)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}.feature{text-align:center;background:#f0ece4;border-radius:18px;padding:19px;font-size:12px}.tabs{display:flex;background:#ede8df;border-radius:18px;padding:5px;width:max-content;gap:5px;margin:30px 0}.tab{border:0;background:transparent;padding:12px 24px;border-radius:14px;font-weight:700}.tab.active{background:#fff;box-shadow:0 4px 12px #0001}.auction-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px;padding:50px 0}.auction-visual{height:500px;border-radius:24px;background-size:cover;background-position:center;position:relative;overflow:hidden}.auction-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#122d18 30%);color:#fff;padding:90px 25px 25px}.auction-caption h1{font:700 30px Fredoka}.countdown{background:#205923;color:#fff;border-radius:24px;padding:28px;text-align:center}.bidbox{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;margin-top:16px;text-align:center}.bidbox .price{font-size:33px}.bidbox .btn{width:100%;background:var(--red);margin-top:18px}.history{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-bottom:60px}.history h3,.bidrow{padding:16px 20px;border-bottom:1px solid var(--line)}.bidrow{display:flex;justify-content:space-between}.auth{min-height:calc(100vh - 72px);display:grid;grid-template-columns:1fr 1fr}.auth-story{background:linear-gradient(135deg,#103a17,#225d26);color:#fff;padding:70px;display:flex;flex-direction:column;justify-content:center}.auth-story h1{font:700 46px/1.05 Fredoka}.auth-story h1 span{color:var(--gold)}.benefit{margin:14px 0}.auth-form{padding:55px max(40px,9vw);display:flex;flex-direction:column;justify-content:center}.auth-form label{font-weight:700;margin:13px 0 6px}.auth-form input,.auth-form select{border:1px solid #d5d2c6;background:#f1ede4;border-radius:16px;padding:16px}.auth-form .btn{margin-top:22px;border-radius:15px;padding:16px}.auth-switch{display:flex;background:#ece7de;border-radius:18px;padding:5px;margin-bottom:20px}.auth-switch a{width:50%;padding:12px;text-align:center;border-radius:14px;font-weight:700}.auth-switch .active{background:#fff}.socials{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.socials button{padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:700}.cart-layout{display:grid;grid-template-columns:1.6fr .8fr;gap:30px;padding:55px 0}.cart-list,.summary{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.cart-row{display:grid;grid-template-columns:110px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-img{height:90px;border-radius:14px;background-size:cover;background-position:center}.qty{border:1px solid var(--line);border-radius:12px;padding:8px 12px}.sumrow{display:flex;justify-content:space-between;margin:16px 0}.summary .btn{width:100%;margin-top:15px}.notice{position:fixed;right:80px;top:65px;width:330px;background:white;border:1px solid var(--line);border-radius:0 0 18px 18px;box-shadow:0 18px 40px #1421162b;z-index:30;display:none}.notice.open{display:block}.notice-head,.notice-item{padding:16px;border-bottom:1px solid var(--line)}.notice-item{display:flex;gap:12px;font-size:13px}.notice-item i{width:38px;height:38px;border-radius:50%;background:var(--pale);display:grid;place-items:center;font-style:normal}.float{position:fixed;right:24px;bottom:24px;width:54px;height:54px;border:0;border-radius:18px;background:var(--green2);color:#fff;font-size:25px}
@media(max-width:900px){.links{display:none}.cards{grid-template-columns:repeat(2,1fr)}.cats{grid-template-columns:repeat(4,1fr)}.detail,.auction-grid,.cart-layout{grid-template-columns:1fr}.auth{grid-template-columns:1fr}.auth-story{display:none}.footer-grid{grid-template-columns:1fr 1fr}.auction-visual{height:420px}}@media(max-width:560px){.wrap{width:min(100% - 24px,1240px)}.brand small{display:none}.nav{gap:12px}.signin{padding:9px 12px}.cards,.cards.two{grid-template-columns:1fr}.cats{grid-template-columns:repeat(2,1fr)}.stats{gap:12px;font-size:13px}.section{padding:42px 0}.detail-photo{height:360px}.detail{padding:30px 0}.actions,.features{grid-template-columns:1fr}.page-hero{padding:35px 0}.footer-grid{grid-template-columns:1fr}.pledge{display:block}.tools{flex-wrap:wrap}.tools input{flex-basis:100%}.notice{right:12px;width:calc(100% - 24px)}.auth-form{padding:35px 22px}.cart-row{grid-template-columns:80px 1fr}.cart-row>.price{grid-column:2}.impact-grid{grid-template-columns:1fr 1fr}}

/* Home hero matches the approved Treasures banner reference. */
.home-hero{height:calc(100vh - 72px);min-height:540px;max-height:710px;padding:0 20px;display:grid;place-items:center;background:linear-gradient(112deg,#09240d 0%,#153e17 47%,#2d6a28 100%)}.hero-content{position:relative;z-index:2;margin-top:-5px}.hero-pill{display:inline-block;border:1px solid #9a8229;background:#74651e33;color:#e3bd39;border-radius:999px;padding:9px 18px;font-size:12px;font-weight:700}.home-hero h1{font-size:clamp(48px,5.2vw,75px);letter-spacing:-1.5px;margin:27px 0 20px}.home-hero p{max-width:650px;font-size:18px;line-height:1.55;margin-bottom:38px}.hero-search{max-width:620px;height:60px;border-radius:18px;padding:7px 9px 7px 16px;box-shadow:0 15px 30px #06170724}.hero-search select{font-weight:700;color:#152c19;max-width:150px}.search-divider{width:1px;height:28px;background:#ddd8cd;align-self:center}.hero-search input{min-width:0}.hero-search .btn{border-radius:25px;padding:10px 25px;background:#397547}.hero-chips{display:flex;justify-content:center;gap:8px;margin-top:16px;flex-wrap:wrap}.hero-chips a{border:1px solid #ffffff55;border-radius:999px;padding:7px 13px;color:#e0e7dc;font-size:12px;font-weight:600}.hero-stats{margin-top:55px;gap:30px}.hero-stats span{color:#d8b642;font-size:17px}.hero-stats b{font:700 25px Fredoka;color:#fff;margin-left:5px}.hero-stats small{font-size:12px;margin-top:8px}.scroll-cue{position:absolute;left:50%;bottom:-36px;transform:translateX(-50%);color:#a9bea8;font-size:11px;line-height:1.7}.hero-decor{position:absolute;display:grid;place-items:center;color:#a4b7a166;background:#163b1d80;border-radius:18px;filter:drop-shadow(0 10px 15px #0015);z-index:1}.decor-camera{left:5%;top:15%;width:145px;height:120px;font-size:75px;transform:rotate(-8deg);background:transparent}.decor-watch{right:8%;top:8%;width:145px;height:145px;font-size:52px;transform:rotate(8deg);background:#aec4a633}.decor-music{left:2%;bottom:10%;width:130px;height:130px;font-size:62px;transform:rotate(7deg)}.decor-sofa{right:2%;bottom:11%;width:145px;height:145px;font-size:70px;transform:rotate(-5deg);background:#b9c7a63b}
@media(max-width:760px){.home-hero{height:auto;min-height:650px;padding:55px 18px}.home-hero h1{font-size:45px}.home-hero p{font-size:15px}.hero-decor{opacity:.32}.decor-camera,.decor-watch{top:5%}.hero-stats{gap:18px;margin-top:38px;flex-wrap:wrap}.hero-stats span{min-width:40%}.hero-search select{display:none}.search-divider{display:none}.scroll-cue{display:none}}@media(max-width:480px){.home-hero h1{font-size:38px}.hero-search{height:56px;padding-left:10px}.hero-search .btn{padding:10px 15px}.hero-chips a:nth-child(n+4){display:none}.desktop-only{display:none}}

/* Proper icon-font controls and reference-matched category tiles. */
.brand-mark i{font-size:12px}.notification-trigger,.cart-trigger{position:relative}.nav-dot{position:absolute;right:1px;top:0;width:7px;height:7px;border-radius:50%;background:#d74646;border:1px solid white}.cart-count{position:absolute;right:-8px;top:-8px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--green);color:#fff;font-size:10px;font-weight:700}.category-section{padding:54px 0 76px}.category-section .section-head{margin-bottom:30px}.category-section h2{font-size:40px;letter-spacing:-1px}.view-all{font-weight:700;color:#15471c}.view-all i{font-size:11px;margin-left:7px}.category-grid{grid-template-columns:repeat(10,1fr);gap:12px}.category-grid .cat{height:116px;padding:16px 5px 12px;border:0;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center}.category-grid .cat:nth-child(1){background:#e7efe4;color:#315e38}.category-grid .cat:nth-child(2){background:#fff0c7;color:#ae7f13}.category-grid .cat:nth-child(3){background:#f4e4d0;color:#855735}.category-grid .cat:nth-child(4){background:#dbeaf7;color:#2e65a0}.category-grid .cat:nth-child(5){background:#f4d4e9;color:#a42f6f}.category-grid .cat:nth-child(6){background:#e5d5f5;color:#6b38a1}.category-grid .cat:nth-child(7){background:#fff3d6;color:#b68410}.category-grid .cat:nth-child(8){background:#e5ebef;color:#53697a}.category-grid .cat:nth-child(9){background:#f9dfe1;color:#cd4f51}.category-grid .cat:nth-child(10){background:#d5f1e8;color:#21885e}.cat-icon{display:grid;place-items:center;width:41px;height:41px;border-radius:50%;background:#ffffff61;margin-bottom:8px;font-size:17px}.category-grid .cat b{color:#101c13;font-size:12px;margin:0;line-height:1.2}.category-grid .cat small{font-size:10px;margin-top:3px;color:#4f594e}.category-grid .cat:hover{transform:translateY(-4px);box-shadow:0 10px 22px #20361b18;transition:.2s ease}
@media(max-width:1050px){.category-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:560px){.category-section h2{font-size:31px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-grid .cat{height:105px}.view-all{font-size:12px}}
.all-categories-page{padding:55px 0 80px}.all-category-grid{grid-template-columns:repeat(5,1fr)}.all-category-grid .cat{height:140px}.marketplace-empty{min-height:320px;margin:30px 0 70px;padding:55px 25px;border:1px dashed #cbd5c5;border-radius:22px;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.marketplace-empty .empty-icon,.marketplace-empty>i{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:var(--pale);color:var(--green);font-size:28px;margin-bottom:16px}.marketplace-empty h2{font:700 27px Fredoka;margin:0 0 8px}.marketplace-empty p{color:var(--muted);margin:0 0 22px}@media(max-width:760px){.all-category-grid{grid-template-columns:repeat(2,1fr)}}
.hero-pill .fa-sparkles{font-size:10px}.hero-pill .fa-sparkles:before{content:"\f005"}.hero-decor i{font-size:.72em}.hero-stats span>i{width:18px;color:#d8b642;font-size:14px}.scroll-cue i{font-size:12px;margin-top:2px}

/* Removed from the approved marketplace UI. */
.scroll-cue,.float{display:none!important}

/* Home marketplace product sections */
.section-head em{font-style:normal;color:var(--gold)}.section-head p{margin:7px 0 0}.section-action{display:inline-flex;align-items:center;gap:9px;padding:12px 22px;border-radius:999px;font-size:13px;font-weight:700}.outline-action{border:2px solid var(--green);color:var(--green)}.gems-section{padding-top:68px}.gems-section .eyebrow{color:#bb9130}.gem-grid{align-items:stretch}.gem-card{border-radius:22px}.gem-card:nth-child(2){border-color:#d9ae35}.gem-card .product-image{height:260px}.stacked-badges{position:absolute;left:12px;top:12px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.stacked-badges .badge{position:static}.gem-card .heart,.trend-card .heart{border:0;width:38px;height:38px;display:grid;place-items:center}.views,.watching{position:absolute;right:12px;bottom:12px;background:#182018c7;color:#fff;border-radius:999px;padding:6px 9px;font-size:10px}.gem-card h3{font-size:15px;min-height:42px}.condition{display:flex;align-items:center;gap:8px;margin:10px 0;color:#3f7d50;font-size:11px}.condition .quality{flex:1;margin:0}.condition small{color:#716b61}.price-row,.bid-line{display:flex;align-items:center;justify-content:space-between}.location{font-size:10px;color:#81796d}.gem-card del{display:block;font-size:10px;color:#8c8477;margin-top:2px}.seller-row{display:flex;align-items:center;gap:8px;border-top:1px solid #e5e2d8;margin-top:13px;padding-top:12px;color:#7d766a;font-size:11px}.seller-avatar{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#edf5e9;color:var(--green);font-weight:700}.seller-row b{margin-left:auto;color:var(--green)}.live-home-section{padding:74px 0}.live-label{color:#dd474a}.live-label i{font-size:9px}.live-home-section h2 em{color:#db4549}.live-action{background:#dd474a;color:white}.home-live-card{border-radius:20px}.home-live-card .product-image{height:190px}.home-live-card .watching{top:12px;bottom:auto}.home-live-card .timer b{display:flex;flex-direction:column}.home-live-card .timer b small{font-size:7px;font-weight:600}.home-live-card h3{min-height:44px}.home-live-card .bid-line{margin:7px 0 10px}.home-live-card .bid-line small{color:#716b61}.home-live-card .btn{display:block;text-align:center;border-radius:14px}.trending-section{padding:70px 0}.trending-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.trend-card{display:grid;grid-template-columns:1.2fr 1fr;min-height:210px}.trend-card .product-image{height:100%;min-height:210px}.trend-card:nth-child(3){grid-row:span 2}.trend-card h3{min-height:auto}.center-action{text-align:center;margin-top:32px}.center-action .btn{display:inline-flex;align-items:center;gap:9px}
@media(max-width:1000px){.gem-grid,.home-live-grid{grid-template-columns:repeat(2,1fr)}.trending-grid{grid-template-columns:1fr}.trend-card:nth-child(3){grid-row:auto}}@media(max-width:560px){.gem-grid,.home-live-grid{grid-template-columns:1fr}.gem-card .product-image{height:230px}.live-home-section,.trending-section,.gems-section{padding:48px 0}.section-action{padding:9px 13px;font-size:11px}.trend-card{grid-template-columns:1fr}.trend-card .product-image{height:210px}.section-head{align-items:flex-start;gap:15px}}

/* Eco impact dashboard */
.impact-dashboard{padding:62px 0;background:linear-gradient(110deg,#09260d,#1c531e);text-align:center}.impact-heading h2{font-size:36px;margin:18px 0 10px}.impact-heading p{color:#c2d5bf;font-size:13px;line-height:1.6}.impact-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #5d835c;border-radius:999px;padding:7px 17px;color:#7fbe7b;font-size:11px}.impact-dashboard .impact-grid{margin-top:44px}.impact-dashboard .impact-box{height:138px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #ffffff1c;background:#ffffff0b}.impact-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#53804a2e;color:#73b171;font-size:18px;margin-bottom:11px}.impact-dashboard .impact-box.gold .impact-icon,.impact-dashboard .gold b{color:#d6ad39}.impact-dashboard .impact-box b{font-size:27px;color:#77ae72}.impact-dashboard .impact-box small{margin-top:5px;color:#b8cbb5}.eco-score{margin-top:42px;min-height:136px;border:1px solid #ffffff20;background:#ffffff0b;border-radius:20px;padding:26px;display:grid;grid-template-columns:1.5fr 1fr auto;align-items:center;text-align:left;gap:28px}.eco-score h3{margin:0 0 6px;font:700 18px Fredoka}.eco-score p{margin:0;color:#c0d0bd;font-size:12px}.score-metrics{display:flex;gap:12px}.score-metrics span{min-width:72px;background:#ffffff0b;border-radius:13px;padding:12px;text-align:center}.score-metrics i{display:block;color:#d6ad39;margin-bottom:6px}.score-metrics b,.score-metrics small{display:block;text-align:center}.score-metrics small{font-size:9px;color:#c1d0bd}.impact-button{display:inline-flex;align-items:center;gap:12px;background:#d5ad38;color:#132b18;border-radius:15px;padding:14px 24px;font-weight:700;font-size:12px}
/* How it works and community stories */
.how-section{padding:68px 0 82px}.center-heading{text-align:center;margin-bottom:44px}.center-heading h2{font-size:36px}.center-heading p{margin:8px 0 0;color:#8a7565;font-size:12px}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.how-card{position:relative;min-height:190px;background:#fff;border:1px solid #eee9df;border-radius:20px;padding:22px;box-shadow:0 14px 26px #3a311309}.step-label{display:inline-block;background:#edf3e9;color:#2e6737;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:700}.how-card:nth-child(even) .step-label{background:#fbf4df;color:#c29527}.step-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#edf3e9;color:#316b3b;font-size:17px;margin:14px 0}.how-card:nth-child(even) .step-icon{background:#fbf6e9;color:#d3a42f}.how-card h3{font-size:15px;margin:0 0 9px}.how-card p{font-size:11px;line-height:1.6;color:#7f7166;margin:0}.step-arrow{position:absolute;right:-14px;top:50%;color:#8b8375;z-index:2}.stories-section{background:#eee9df;padding:65px 0 72px}.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.story-card{position:relative;background:#fff;border-radius:20px;padding:20px;min-height:205px}.stars{color:#d5ad36;font-size:13px}.stars small{color:#8d8378}.story-card blockquote{margin:15px 0;padding-bottom:15px;border-bottom:1px solid #e6e0d5;font-size:12px;line-height:1.6;min-height:91px}.story-person{display:flex;align-items:center;gap:10px}.story-person img{width:36px;height:36px;border-radius:50%;object-fit:cover}.story-person span{display:flex;flex-direction:column;font-size:11px}.story-person span small{color:#8c8175}.story-person strong{margin-left:auto;text-align:right;font-size:11px}.story-points{position:absolute;right:20px;bottom:13px;color:#3c8150;font-size:10px}
/* Reference-matched footer */
.footer{padding-top:52px}.footer-about .brand strong{color:white}.footer-about p{font-size:12px;line-height:1.55;max-width:240px}.footer-about>b{color:#67b76d;font-size:12px}.social-icons{display:flex;gap:10px;margin-top:20px}.social-icons a{width:32px;height:32px;border-radius:50%;background:#ffffff13;display:grid;place-items:center;margin:0}.footer h4{font-size:13px}.footer a{font-size:12px}.pledge{align-items:center}.pledge-copy{display:flex;align-items:center;gap:13px}.pledge-copy>i{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#28532d;color:white}.pledge-copy span{display:flex;flex-direction:column}.pledge-copy b{color:#fff;font-size:12px}.pledge-copy small{font-size:9px}.pledge-stats{display:flex;gap:30px}.pledge-stats span{display:flex;flex-direction:column;text-align:center}.pledge-stats b{color:var(--gold);font-size:19px}.pledge-stats small{font-size:9px}.copyright{display:flex;justify-content:space-between;align-items:center}.copyright nav{display:flex;gap:24px}.copyright nav a{margin:0;font-size:10px}
@media(max-width:900px){.eco-score{grid-template-columns:1fr}.how-grid{grid-template-columns:repeat(2,1fr)}.stories-grid{grid-template-columns:1fr}.step-arrow{display:none}}@media(max-width:560px){.impact-dashboard .impact-grid{grid-template-columns:1fr}.how-grid{grid-template-columns:1fr}.eco-score{padding:20px}.score-metrics{flex-wrap:wrap}.impact-heading br{display:none}.pledge-stats{margin-top:18px}.copyright{align-items:flex-start;gap:18px;flex-direction:column}.copyright nav{flex-wrap:wrap;gap:14px}}

/* Center auction countdown content and make gem cards clearly interactive. */
.home-live-card .timer b{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;width:52px;height:52px;padding:0}.home-live-card .timer b small{display:block;line-height:1;margin-top:4px}.gem-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.gem-card:hover,.gem-card:focus{transform:translateY(-4px);box-shadow:0 16px 35px #20361b22;outline:2px solid #d6ad394d;outline-offset:2px}

/* Exact notification dropdown */
.notice{right:max(20px,calc((100vw - 1240px)/2 + 78px));top:64px;width:320px;border-radius:0 0 18px 18px;overflow:hidden}.notice-head{display:flex;align-items:center;justify-content:space-between;height:50px}.notice-head button{border:0;background:none;color:var(--green);font-size:11px;font-weight:700}.notice-item{min-height:76px;align-items:center;background:#fff;position:relative}.notice-item.unread{background:#f6f8f1}.notice-item>i{flex:0 0 38px}.notice-item span{display:flex;flex-direction:column;gap:4px}.notice-item span small{color:#8d8478}.notice-item em{position:absolute;right:14px;top:21px;width:8px;height:8px;border-radius:50%;background:#28612f}.notice-red{color:#dd4a4d;background:#f8e4e2!important}.notice-gold{color:#d2aa36;background:#fbf5de!important}.notice-green{color:#2e6b39!important}
/* Auth screens */
.auth-story{padding:48px;justify-content:flex-start}.auth-story .brand{margin-bottom:60px}.auth-story h1{margin:0 0 24px}.benefit{display:flex;align-items:center;gap:14px}.benefit>i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#ffffff10}.auth-stats{margin-top:auto;border-top:1px solid #ffffff20;padding-top:25px;display:flex;gap:28px}.auth-stats b{color:#9eb69a;font-size:13px}.auth-stats small{margin-left:3px}.auth-form{padding-top:24px;padding-bottom:24px}.password-label{display:flex;justify-content:space-between}.password-label a{color:var(--green);font-size:11px}.terms{display:flex!important;align-items:flex-start;gap:9px;font-weight:400!important;font-size:11px;line-height:1.5}.terms input{width:14px;height:14px;padding:0}.disabled-look{background:#92aa8e!important}.auth-divider{display:flex;align-items:center;gap:12px;color:#7d7064;font-size:11px;margin-top:22px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#ddd7cc;flex:1}.socials{grid-template-columns:1fr 1fr 1fr;margin-top:15px}.socials .facebook{background:#1877f2;color:#fff!important;border-color:#1877f2}.socials .phone{color:var(--green);background:#eaf2e8}
/* Treasures listing */
.treasures-page{padding:28px 0 70px}.tools label{display:flex;align-items:center;gap:8px;flex:1;border:1px solid var(--line);background:#fff;border-radius:14px;padding-left:14px;color:#999}.tools label input{border:0;outline:0;padding:13px 0;width:100%}.view-switch{width:42px;border:1px solid var(--line);background:#fff;color:#7b8779}.view-switch.active{color:var(--green)}.ai-tip{display:flex;align-items:center;gap:10px}.ai-tip>a{margin-left:auto;color:var(--green);font-weight:700}.treasure-masonry{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:22px}.treasure-list-card{display:block;width:100%;background:#fff;border:1px solid #e5e4dc;border-radius:20px;overflow:hidden;margin:0;box-shadow:0 8px 20px #33451d08}.treasure-image,.treasure-list-card:nth-child(4n) .treasure-image{height:220px;background-size:cover;background-position:center;position:relative}.treasure-list-card h3{margin:5px 0;font-size:14px}.treasure-list-card:hover{box-shadow:0 14px 30px #25391c1d;transform:translateY(-2px)}
.category-products-page{padding:28px 0 76px}.category-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:22px}.category-product-grid .live-list-image,.category-product-grid .treasure-image{height:220px}.category-product-grid .live-list-card,.category-product-grid .treasure-list-card{height:100%}.category-product-grid .live-list-body h3,.category-product-grid .treasure-list-card h3{min-height:42px}
.marketplace-trust .impact-pill{color:#9fd5a6}.marketplace-trust .impact-box b{color:#8ed09a}.marketplace-trust .impact-box.gold b{color:var(--gold)}.trust-strip .score-metrics span{min-width:86px}.trust-strip .score-metrics b{font-size:14px}.story-points{display:none!important}.story-person-text span{font-size:12px}.story-person-text span small{margin-top:4px}.story-person-text span small i{margin-right:4px;color:#3c8150}.stories-empty{text-align:center;color:#8a7565;margin:0}
/* Product detail */
.breadcrumbs{display:flex;align-items:center;gap:13px;margin-top:48px;font-size:13px}.breadcrumbs i{font-size:9px;color:#958b7c}.product-page .detail{padding-top:25px}.detail-photo{position:relative}.detail-photo>.badge{top:16px;left:16px}.detail-heart{position:absolute;right:17px;top:17px;width:42px;height:42px;border-radius:50%;border:0;font-size:20px;color:#887e70}.thumb{border:2px solid transparent}.thumb:first-child{border-color:var(--green)}.product-tags{display:flex;gap:9px}.product-tags span{border:1px solid #d8ded1;background:#f3f7ed;border-radius:999px;padding:6px 11px;font-size:10px}.product-tags span:nth-child(2){background:#fff8e4;border-color:#ead699}.detail-info h1{margin-bottom:14px}.detail-condition{display:flex;align-items:center;gap:10px;margin:18px 0}.detail-condition .quality{flex:1}.detail-condition b{color:var(--green);font-size:12px}.detail-condition span{font-size:11px}.detail-pricing{display:flex;align-items:center;gap:14px}.detail-pricing>span:nth-child(2){font-size:11px}.detail-pricing>b{background:#d84447;color:#fff;border-radius:999px;padding:8px 11px;font-size:11px}.price-box p{color:#5c7654}.seller-line{display:flex;align-items:center;gap:12px}.seller-line .fa-check-circle{color:var(--green)}.secondary-actions{display:flex;gap:12px;margin-top:17px}.secondary-actions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 17px;font-weight:700}.feature{display:flex;flex-direction:column;gap:5px}.feature i{font-size:18px;color:var(--green)}.feature small{color:#7e7569}
/* Auction detail */
.bidding-page{padding-top:46px}.back-link{font-size:13px;color:#766d61}.bidding-page .auction-grid{padding-top:24px}.auction-watchers{position:absolute;right:18px;top:18px;background:#3a160fc9;color:#fff;border-radius:999px;padding:9px 13px;font-size:11px}.auction-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.auction-stats span{display:flex;flex-direction:column}.auction-stats small{color:#9eae9b}.auction-stats b{font-size:16px}.gold-text{color:var(--gold)}.countdown-circles{display:flex;justify-content:center;gap:10px;margin-top:13px}.countdown-circles span{width:48px;height:48px;border-radius:50%;background:#2b6530;display:flex;flex-direction:column;align-items:center;justify-content:center}.countdown-circles b{line-height:1}.countdown-circles small{font-size:8px}.bid-amount{display:flex;align-items:center;justify-content:space-between;margin:10px 0}.bid-amount button{border:0;border-radius:50%;width:38px;height:38px;font-size:20px}.bid-amount span{display:flex;flex-direction:column}.bid-amount span b{font:700 27px Fredoka;color:var(--green)}.bid-increments{display:flex;gap:5px}.bid-increments button{flex:1;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 3px;font-size:9px;font-weight:700}.bidbox p{color:#8b8175}.auction-seller{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:14px;margin-top:15px}.auction-seller>span,.bid-avatar{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;background:var(--green);color:#fff;font-weight:700}.auction-seller div{display:flex;flex-direction:column}.auction-seller small{color:#8b8175}.auction-seller button{margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 16px}.history{width:66%}.history h3 i{color:var(--green)}.bidrow{align-items:center;display:grid;grid-template-columns:40px 1fr auto}.bidrow>span:last-child{display:flex;flex-direction:column;text-align:right}.bidrow small{color:#8b8175}
@media(max-width:980px){.treasure-masonry,.category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.treasure-masonry,.category-product-grid{grid-template-columns:1fr}.socials{grid-template-columns:1fr}.auth-stats{flex-wrap:wrap}.detail-pricing{align-items:flex-start;flex-direction:column}.auction-stats{grid-template-columns:1fr 1fr}.history{width:100%}.notice{right:12px}.bid-increments{flex-wrap:wrap}.bid-increments button{flex-basis:45%}}

/* Product description, seller story and eco-impact tabs */
.product-tabs-section{min-height:315px;margin-bottom:35px}.product-tabs-section .tabs{margin:22px 0 26px}.product-tabs-section .tab{min-width:128px;color:#7d705e}.product-tabs-section .tab.active{color:#102b18;box-shadow:0 4px 11px #1c28150c}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.product-tab-panel>p{max-width:1050px;color:#776653;font-size:14px;line-height:1.65;margin:0}.seller-story-card{display:flex;gap:20px;width:min(675px,100%);background:#fff;border:1px solid #d8e0d5;border-radius:17px;padding:23px}.seller-story-avatar{display:grid;place-items:center;flex:0 0 56px;height:56px;border-radius:16px;background:#28622e;color:white;font-size:20px;font-weight:700}.seller-story-content{flex:1}.seller-story-title{display:flex;align-items:center;gap:12px}.seller-story-title h3{font-size:16px;margin:2px 0}.seller-story-title h3 i{color:var(--green);font-size:12px}.seller-story-title>span{border:1px solid #c8dbc6;background:#edf6e9;border-radius:999px;padding:5px 10px;color:var(--green);font-size:10px}.seller-story-meta{display:flex;gap:13px;color:#827363;font-size:11px}.seller-story-meta .fa-star{color:var(--gold)}.seller-story-content p{color:#776653;font-size:13px;line-height:1.65;margin:14px 0 0}.product-impact-grid{display:grid;grid-template-columns:repeat(3,212px);gap:16px}.product-impact-grid article{height:162px;background:#fff;border:1px solid #d8e0d5;border-radius:17px;padding:20px}.product-impact-grid article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#e6eee3;color:var(--green);margin-bottom:13px}.product-impact-grid article>b{display:block;color:#285f36;font-size:17px}.product-impact-grid h4{margin:6px 0 3px;font-size:13px}.product-impact-grid p{margin:0;color:#887465;font-size:11px}.product-impact-grid .coins>span{background:#fbf5e4;color:#d0a638}.product-impact-grid .coins>b{color:#d0a638}
@media(max-width:720px){.product-tabs-section .tabs{width:100%}.product-tabs-section .tab{min-width:0;flex:1;padding:11px 10px}.seller-story-card{align-items:flex-start}.seller-story-meta{flex-wrap:wrap}.product-impact-grid{grid-template-columns:1fr}.product-impact-grid article{height:auto}.product-tabs-section{min-height:0}}

/* Treasure Hunt Live listing */
.live-page-hero .eyebrow{color:#ff696b}.live-page-hero .eyebrow i{font-size:8px}.live-list-page{padding:40px 0 78px}.live-list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.live-list-card{overflow:hidden;border:1px solid #e1e2d9;background:#fff;border-radius:22px;box-shadow:0 14px 26px #2f35160b}.live-list-image{position:relative;height:210px;background-size:cover;background-position:center}.live-list-image .watching{top:12px;bottom:auto}.live-list-timer{display:flex;gap:7px;position:absolute;left:13px;bottom:12px}.live-list-timer span{display:flex;flex-direction:column;align-items:center;justify-content:center;width:49px;height:49px;border-radius:50%;background:#25642f;color:#fff}.live-list-timer span.ending{background:#dc4549}.live-list-timer b{font-size:14px;line-height:1}.live-list-timer small{font-size:7px;margin-top:4px}.live-list-body{padding:17px}.live-list-body h3{min-height:44px;margin:7px 0 13px;font-size:14px}.live-current{display:flex;align-items:flex-end;justify-content:space-between}.live-current>span{display:flex;flex-direction:column}.live-current>span:first-child small{color:#877b6d}.live-current>span:first-child b{font:700 25px Fredoka;color:var(--green)}.live-current>span:last-child{text-align:right}.live-current>span:last-child small{color:#82786d}.live-current>span:last-child b{color:#2f8146;font-size:10px;margin-top:4px}.live-list-body .btn{display:block;text-align:center;border-radius:15px;margin-top:14px;padding:13px}
/* Auction reference refinements */
.countdown{min-height:122px;display:flex;flex-direction:column;justify-content:center}.bidbox{text-align:left;padding:23px}.bidbox>small{color:#8c7d6c}.bid-amount{text-align:center}.bid-amount .minus{border:1px solid #1b291d}.bidbox>.btn{border-radius:15px;background:#df5558;padding:14px}.bidbox>p{text-align:center;font-size:11px}.auction-seller>span{width:42px;height:42px}.auction-seller div b i{color:var(--green)}.auction-seller div small{font-size:10px}.history h3{margin:0}.history .bidrow{min-height:68px}.highest-row{background:#f5f8f1}.bidrow em{font-style:normal;background:#d8b23e;color:#21301c;border-radius:999px;padding:5px 9px;font-size:10px;margin-left:8px}.bidrow strong{color:var(--green)}
@media(max-width:1050px){.live-list-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.live-list-grid{grid-template-columns:1fr}.live-list-image{height:225px}}

/* Stable header positions, single-page auth tabs and clickable auction cards. */
.links{gap:8px}.links a{padding:10px 18px;border-radius:25px;white-space:nowrap}.links a.active{padding:10px 18px}.auth-switch button{width:50%;border:0;background:transparent;padding:12px;text-align:center;border-radius:14px;font-weight:700;color:#756957}.auth-switch button.active{background:#fff;color:#102b18;box-shadow:0 4px 12px #0001}.auth-tabs-shell{display:flex}.auth-panel{display:none;flex-direction:column}.auth-panel.active{display:flex}.auth-panel label{font-weight:700;margin:13px 0 6px}.auth-panel input,.auth-panel select{border:1px solid #d5d2c6;background:#f1ede4;border-radius:16px;padding:16px}.auth-panel .btn{margin-top:22px;border-radius:15px;padding:16px}.live-list-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.live-list-card:hover,.live-list-card:focus{transform:translateY(-4px);box-shadow:0 18px 34px #2135191a;outline:2px solid #3d7a4b55;outline-offset:2px}

/* Shared motion system */
@keyframes heroRise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes decorFloat{0%,100%{transform:translateY(0) rotate(var(--decor-rotate,0deg))}50%{transform:translateY(-12px) rotate(var(--decor-rotate,0deg))}}@keyframes softPulse{0%,100%{box-shadow:0 0 0 0 #df4d5050}50%{box-shadow:0 0 0 7px #df4d5000}}@keyframes timerPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}@keyframes panelEnter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes pricePop{from{opacity:.3;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{transform:translateX(-150%) skewX(-20deg)}100%{transform:translateX(250%) skewX(-20deg)}}.scroll-reveal{opacity:0;transform:translateY(32px);transition:opacity .65s ease var(--reveal-delay,0ms),transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms)}.scroll-reveal.is-visible{opacity:1;transform:none}.home-hero .hero-content,.page-hero .wrap{animation:heroRise .75s cubic-bezier(.2,.75,.2,1) both}.hero-decor{--decor-rotate:0deg;animation:decorFloat 5s ease-in-out infinite}.decor-camera{--decor-rotate:-8deg}.decor-watch{--decor-rotate:8deg;animation-delay:-1.2s}.decor-music{--decor-rotate:7deg;animation-delay:-2.1s}.decor-sofa{--decor-rotate:-5deg;animation-delay:-3.2s}.animated-media{overflow:hidden;transition:filter .45s ease,transform .45s ease}.product-card:hover .animated-media,.treasure-list-card:hover .animated-media,.live-list-card:hover .animated-media{transform:scale(1.025);filter:saturate(1.08)}.animated-cta{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .25s ease,filter .25s ease}.animated-cta:before{content:"";position:absolute;inset:0;width:42%;background:linear-gradient(90deg,transparent,#ffffff38,transparent);transform:translateX(-150%) skewX(-20deg)}.animated-cta:hover{transform:translateY(-2px);box-shadow:0 9px 20px #1f552633;filter:brightness(1.04)}.animated-cta:hover:before{animation:shimmer .75s ease}.badge.red,.live-label i,.nav-dot{animation:softPulse 1.8s ease-in-out infinite}.timer b,.live-list-timer span,.countdown-circles span{animation:timerPulse 2.4s ease-in-out infinite}.timer b:nth-child(2),.live-list-timer span:nth-child(2),.countdown-circles span:nth-child(2){animation-delay:.2s}.timer b:nth-child(3),.live-list-timer span:nth-child(3),.countdown-circles span:nth-child(3){animation-delay:.4s}.product-tab-panel.active,.auth-panel.active{animation:panelEnter .32s ease both}.animated-price{animation:pricePop .45s ease both}.notice.open{display:block;animation:panelEnter .25s ease both}.cat,.social-icons a,.secondary-actions button,.soft-btn,.view-switch{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.cat:hover,.social-icons a:hover,.secondary-actions button:hover,.soft-btn:hover,.view-switch:hover{transform:translateY(-3px);box-shadow:0 8px 18px #21351b14}.thumb{transition:transform .2s ease,opacity .2s ease}.thumb:hover{transform:translateY(-3px);opacity:.86}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.scroll-reveal{opacity:1!important;transform:none!important}}
.treasure-list-card .card-body del,.trend-card .card-body del{display:block;margin-top:4px;color:#8c8477;font-size:11px}.treasure-list-card .treasure-image>.badge.red+ .badge.red{top:46px}
.market-alert{max-width:1200px;margin:18px auto;padding:13px 16px;border-radius:10px;font-weight:700}.market-alert.success{background:#e8f5eb;color:#27643b}.market-alert.error{background:#fdeaea;color:#a5262c}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:24px;padding-top:40px;padding-bottom:70px}.checkout-form,.payment-upload,.bank-list,.order-success .summary{background:#fff;border:1px solid #dde5dc;border-radius:18px;padding:24px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-fields label{display:flex;flex-direction:column;gap:7px;font-weight:700}.checkout-fields .wide{grid-column:1/-1}.checkout-fields input,.checkout-fields textarea,.checkout-fields select,.payment-upload input{border:1px solid #d5ded3;border-radius:10px;padding:12px;background:#faf9f4}.checkout-fields textarea{min-height:100px}.checkout-form .btn,.payment-upload .btn{margin-top:20px}.payment-page{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:40px;padding-bottom:80px}.bank-card{border:1px solid #dce5db;border-radius:12px;padding:15px;margin-top:12px;background:#f7faf6}.order-success{max-width:760px;text-align:center;padding-top:70px;padding-bottom:90px}.success-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#2f7748;color:white;font-size:30px}.order-success .summary{text-align:left;margin:25px 0}.detail-page form .btn{margin:14px 0 0}.detail-page form input{padding:10px;border:1px solid #d6dfd5;border-radius:9px}@media(max-width:800px){.checkout-layout,.payment-page{grid-template-columns:1fr}.checkout-fields{grid-template-columns:1fr}.checkout-fields .wide{grid-column:auto}}
