:root{--ink:#222;--muted:#595959;--soft:#f5f3ef;--line:#dedbd2;--brand:#f1641e;--brand-dark:#b94715;--mint:#d7ead9;--rose:#ffe4d6;--sky:#d9ebf7;--gold:#f6d27c;--paper:#fffaf2;--white:#fff;--shadow:0 12px 32px #22222217}*{box-sizing:border-box}html,body{min-height:100%;color:var(--ink);background:var(--white);margin:0;font-family:Arial,Helvetica,sans-serif}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.page{flex-direction:column;min-height:100vh;display:flex}.main{flex:1}.shell{width:min(1400px,100% - 32px);margin:0 auto}.section{padding:34px 0}.section-title-row{justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;display:flex}.section-title-row h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,3vw,34px);font-weight:400;line-height:1.12}.section-title-row p{color:var(--muted);margin:7px 0 0;line-height:1.5}.pill{border:1px solid var(--line);background:var(--white);white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:10px 15px;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-flex}.pill:hover{border-color:#a7a197;transform:translateY(-1px);box-shadow:0 3px 10px #2222221f}.icon-button{width:42px;height:42px;color:var(--ink);background:0 0;border:0;border-radius:50%;place-items:center;display:inline-grid}.icon-button:hover{background:#f1eee9}.primary-button,.dark-button,.secondary-button{border:1px solid #0000;border-radius:24px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 22px;font-weight:700;display:inline-flex}.primary-button{background:var(--brand);color:var(--white)}.primary-button:hover{background:var(--brand-dark)}.dark-button{background:var(--ink);color:var(--white)}.dark-button:hover{background:#3a3a3a}.secondary-button{background:var(--white);border-color:var(--ink);color:var(--ink)}.secondary-button:hover{box-shadow:inset 0 0 0 1px var(--ink)}.site-header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e7e2da;position:sticky;top:0}.topbar{grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:18px;height:74px;display:grid}.brand{color:var(--brand);letter-spacing:0;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:700}.search-form{border:2px solid var(--ink);background:var(--white);border-radius:999px;grid-template-columns:1fr 44px;height:48px;display:grid;overflow:hidden}.search-form input{border:0;outline:0;min-width:0;padding:0 20px;font-size:16px}.search-form button{background:var(--brand);color:var(--white);border:0;place-items:center;display:grid}.header-actions{white-space:nowrap;align-items:center;gap:6px;display:flex}.language-toggle{height:38px;color:var(--ink);background:#fffaf2;border:1px solid #d6d0c6;border-radius:999px;align-items:center;gap:7px;padding:0 11px;font-size:13px;font-weight:700;line-height:1;transition:border-color .16s,background .16s,box-shadow .16s;display:inline-flex}.language-toggle:hover{border-color:var(--brand);background:#fff4e9;box-shadow:0 2px 8px #f1641e1f}.language-toggle .active{color:var(--brand)}.language-divider{background:#d6d0c6;width:1px;height:14px}.signin-link{border-radius:999px;padding:10px 12px;font-weight:700}.signin-link:hover{background:#f1eee9}.nav-strip{scrollbar-width:none;align-items:center;gap:8px;height:42px;display:flex;overflow-x:auto}.nav-strip::-webkit-scrollbar{display:none}.nav-strip a{color:#333;white-space:nowrap;border-bottom:2px solid #0000;border-radius:999px;align-items:center;gap:6px;height:34px;padding:8px 12px;font-size:14px;display:inline-flex}.nav-strip a:hover{background:#f6f2ec}.hero-band{background:linear-gradient(#fff2e9 0%,#fff7ed 68%,#fff 100%);padding:28px 0 10px}.hero-copy{text-align:center;max-width:760px;margin:0 auto 28px}.hero-copy h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(33px,4.6vw,54px);font-weight:400;line-height:1.04}.hero-copy p{color:#4d4d4d;margin:14px auto 0;font-size:18px;line-height:1.45}.hero-tiles{grid-template-columns:repeat(9,minmax(100px,1fr));gap:18px;display:grid}.circle-tile{text-align:center;justify-items:center;gap:10px;font-weight:700;line-height:1.25;display:grid}.circle-tile-image{aspect-ratio:1;background:var(--soft);border-radius:50%;width:min(100%,164px);transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 0 0 1px #22222214}.circle-tile:hover .circle-tile-image{transform:scale(1.04);box-shadow:0 6px 18px #22222229}.circle-tile img{object-fit:cover;width:100%;height:100%}.feature-grid{grid-template-columns:1.05fr .95fr;gap:22px;display:grid}.feature-panel,.story-panel{background:var(--soft);border-radius:8px;min-height:330px;position:relative;overflow:hidden}.feature-panel img,.story-panel img{object-fit:cover;width:100%;height:100%;min-height:330px}.feature-overlay{color:var(--white);text-shadow:0 1px 16px #0000006b;max-width:390px;position:absolute;bottom:24px;left:24px}.feature-overlay h2{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,46px);font-weight:400;line-height:1.04}.feature-overlay p{margin:0 0 16px;font-size:17px;line-height:1.45}.mini-story-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.story-card{border:1px solid var(--line);background:var(--white);border-radius:8px;transition:box-shadow .16s,transform .16s;overflow:hidden}.story-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.story-card img{aspect-ratio:1.4;object-fit:cover;width:100%}.story-card-body{padding:14px}.story-card h3{margin:0 0 6px;font-size:17px}.story-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.4}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.product-card{min-width:0;display:block;position:relative}.product-media{background:var(--soft);aspect-ratio:1;border-radius:8px;position:relative;overflow:hidden}.product-media img{object-fit:cover;width:100%;height:100%;transition:transform .18s}.product-card:hover .product-media img{transform:scale(1.04)}.heart-float{background:#ffffffeb;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:10px;right:10px;box-shadow:0 2px 10px #2222221f}.product-title{white-space:nowrap;text-overflow:ellipsis;margin:8px 0 5px;font-size:14px;overflow:hidden}.rating-row,.shop-rating-row{color:#222;align-items:center;gap:5px;margin-bottom:4px;font-size:14px;display:flex}.star{color:#222;fill:#222}.price-row{flex-wrap:wrap;align-items:baseline;gap:7px;display:flex}.price{font-size:17px;font-weight:700}.old-price{color:#777;font-size:13px;text-decoration:line-through}.badge{color:#1b5d2a;white-space:nowrap;background:#d7ead9;border-radius:999px;align-items:center;min-height:24px;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.promo-band{background:#fdebd2;border-top:1px solid #f4d5aa;border-bottom:1px solid #f4d5aa;padding:34px 0}.promo-content{grid-template-columns:1fr auto;align-items:center;gap:22px;display:grid}.promo-content h2{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3vw,40px);font-weight:400}.promo-content p{color:#3d3d3d;max-width:760px;margin:0;line-height:1.5}.footer{color:var(--white);background:#2f466c;margin-top:42px}.footer-top{color:#1f3658;text-align:center;background:#d7e6f5;padding:24px 0}.footer-top h2{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-weight:400}.footer-signup{background:var(--white);border:1px solid #7c8ea9;border-radius:999px;grid-template-columns:1fr auto;max-width:520px;margin:0 auto;display:grid;overflow:hidden}.footer-signup input{border:0;outline:0;padding:0 18px}.footer-signup button{color:var(--white);background:#1f3658;border:0;padding:12px 20px;font-weight:700}.footer-main{grid-template-columns:1.2fr repeat(4,1fr);gap:24px;padding:36px 0;display:grid}.footer h3,.footer h4{margin:0 0 12px}.footer p,.footer a{color:#ffffffdb;font-size:14px;line-height:1.5}.footer-links{gap:8px;display:grid}.breadcrumbs{color:#616161;flex-wrap:wrap;align-items:center;gap:7px;margin:18px 0;font-size:13px;display:flex}.search-layout{grid-template-columns:240px 1fr;align-items:start;gap:28px;display:grid}.filter-panel{border:1px solid var(--line);border-radius:8px;padding:18px;position:sticky;top:128px}.filter-panel h2{margin:0 0 16px;font-size:18px}.filter-section{border-top:1px solid var(--line);padding:16px 0}.filter-section h3{margin:0 0 10px;font-size:14px}.filter-list{color:#3d3d3d;gap:9px;font-size:14px;display:grid}.filter-list label{align-items:center;gap:8px;display:flex}.results-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.results-header h1{margin:0;font-size:24px}.sort-button{border:1px solid var(--line);background:var(--white);border-radius:999px;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:34px;display:flex}.page-numbers{align-items:center;gap:6px;display:flex}.page-number,.page-control{border:1px solid var(--line);background:var(--white);border-radius:999px;justify-content:center;align-items:center;min-width:42px;height:42px;padding:0 14px;font-weight:700;display:inline-flex}.page-number.active{background:var(--ink);border-color:var(--ink);color:var(--white)}.page-control.disabled{color:#9a958d;pointer-events:none}.listing-layout{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:start;gap:44px;display:grid}.gallery{grid-template-columns:78px 1fr;gap:12px;display:grid;position:sticky;top:130px}.thumb-rail{align-content:start;gap:10px;display:grid}.thumb{aspect-ratio:1;background:var(--soft);border:2px solid #0000;border-radius:8px;width:78px;overflow:hidden}.thumb:first-child{border-color:var(--ink)}.thumb img{object-fit:cover;width:100%;height:100%}.main-photo{background:var(--soft);border-radius:8px;overflow:hidden}.main-photo img{aspect-ratio:1;object-fit:cover;width:100%}.listing-panel{gap:18px;display:grid}.seller-line{justify-content:space-between;align-items:center;gap:16px;display:flex}.seller-line a{font-weight:700;text-decoration:underline}.listing-title{margin:0;font-size:clamp(24px,3vw,32px);font-weight:400;line-height:1.2}.listing-price{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.listing-price strong{font-size:30px}.option-block{gap:8px;display:grid}.option-block label{font-size:14px;font-weight:700}.select,.text-area,.quantity{background:var(--white);border:1px solid #a8a8a8;border-radius:6px;width:100%;min-height:46px;padding:10px 12px}.text-area{resize:vertical;min-height:92px}.purchase-actions{gap:12px;display:grid}.delivery-card,.accordion-card,.shop-card,.review-card,.cart-summary,.auth-card{border:1px solid var(--line);background:var(--white);border-radius:8px}.delivery-card{gap:12px;padding:16px;display:grid}.delivery-line{grid-template-columns:auto 1fr;align-items:start;gap:10px;display:grid}.delivery-line strong,.delivery-line p{margin:0}.delivery-line p{color:var(--muted);margin-top:3px;font-size:14px}.accordion-card details{border-top:1px solid var(--line)}.accordion-card details:first-child{border-top:0}.accordion-card summary{justify-content:space-between;align-items:center;padding:17px;font-weight:700;list-style:none;display:flex}.accordion-card summary::-webkit-details-marker{display:none}.accordion-card p,.accordion-card ul{color:var(--muted);margin:0;padding:0 17px 17px;line-height:1.55}.shop-card{gap:14px;padding:18px;display:grid}.shop-row{align-items:center;gap:12px;display:flex}.avatar{background:var(--rose);width:54px;height:54px;color:var(--brand-dark);border-radius:50%;place-items:center;font-weight:700;display:grid}.review-list{gap:14px;display:grid}.review-card{padding:16px}.review-card p{margin:9px 0 0;line-height:1.5}.shop-hero{background:var(--paper);border-bottom:1px solid var(--line)}.shop-banner{grid-template-columns:1fr 360px;align-items:center;gap:28px;min-height:250px;padding:32px 0;display:grid}.shop-banner h1{margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,5vw,58px);font-weight:400;line-height:1.02}.shop-banner p{color:var(--muted);margin:0 0 18px;line-height:1.55}.shop-banner img{aspect-ratio:1.2;object-fit:cover;border-radius:8px;width:100%}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:28px;display:grid}.cart-list{gap:16px;display:grid}.cart-item{border:1px solid var(--line);border-radius:8px;grid-template-columns:140px 1fr auto;align-items:start;gap:16px;padding:16px;display:grid}.cart-item img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.cart-item h2{margin:0 0 8px;font-size:18px}.cart-item p{color:var(--muted);margin:0 0 8px}.cart-summary{padding:18px;position:sticky;top:128px}.summary-row{justify-content:space-between;margin:12px 0;display:flex}.summary-total{border-top:1px solid var(--line);padding-top:14px;font-size:18px;font-weight:700}.auth-wrap{width:min(460px,100% - 32px);margin:38px auto}.auth-card{gap:15px;padding:24px;display:grid}.auth-card h1{margin:0;font-size:26px}.auth-card input{border:1px solid #a8a8a8;border-radius:6px;width:100%;min-height:46px;padding:0 12px}.empty-state{text-align:center;background:#fffaf2;border:1px dashed #bcb7ad;border-radius:8px;padding:38px}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-tiles{grid-template-columns:repeat(5,minmax(100px,1fr))}.listing-layout,.feature-grid{grid-template-columns:1fr}.gallery{position:static}}@media (max-width:860px){.topbar{grid-template-columns:auto auto;height:auto;padding:12px 0}.search-form{grid-area:2/1/auto/-1}.header-actions{justify-content:end}.language-toggle{height:36px;padding:0 9px}.search-layout,.cart-layout,.shop-banner{grid-template-columns:1fr}.filter-panel,.cart-summary{position:static}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-main{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.shell{width:min(100% - 24px,1400px)}.hero-tiles,.product-grid,.mini-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gallery{grid-template-columns:1fr}.thumb-rail{order:2;grid-template-columns:repeat(5,1fr)}.thumb{width:100%}.promo-content,.cart-item{grid-template-columns:1fr}.cart-item{gap:12px}.cart-item img{width:150px}.footer-main,.footer-signup{grid-template-columns:1fr}.footer-signup{border-radius:8px}}
