:root{--ink:#171411;--charcoal:#211c18;--cream:#f5ece3;--paper:#fffaf3;--copper:#b98247;--gold:#b08047;--muted:#786d64;--line:#17141114;--font-serif:Georgia, "Times New Roman", serif;--font-sans:Georgia, "Times New Roman", serif;--font-script:Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-family:var(--font-sans), sans-serif;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.site-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f5ece3f2;justify-content:space-between;align-items:center;min-height:88px;padding:14px clamp(18px,5vw,72px);transition:all .3s;display:flex;position:sticky;top:0}.mobile-shop-now{display:none}.brand{text-align:center;text-transform:uppercase;flex-direction:column;align-items:center;text-decoration:none;display:flex}.brand-logo{object-fit:cover;border-radius:999px;width:46px;height:46px;margin-bottom:5px}.brand-the{letter-spacing:.35em;width:100%;color:var(--ink);justify-content:center;align-items:center;gap:8px;font-size:.65rem;font-weight:500;display:flex}.brand-the .line{background:var(--ink);opacity:.25;flex:1;min-width:15px;height:1px}.brand-title{font-family:var(--font-serif), serif;letter-spacing:.08em;color:var(--ink);margin:2px 0;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:500;line-height:1}.brand-by{font-family:var(--font-script), cursive;color:var(--gold);text-transform:none;margin-top:-2px;font-size:1.1rem;line-height:.8}.desktop-nav{letter-spacing:.15em;text-transform:uppercase;gap:clamp(20px,4vw,54px);font-size:.9rem;font-weight:600;display:flex}.desktop-nav a{padding:12px 0;transition:color .3s;position:relative}.desktop-nav a:after{content:"";background:var(--gold);transform-origin:100%;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:6px;left:0;transform:scaleX(0)}.desktop-nav a:hover{color:var(--gold)}.desktop-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.header-actions{align-items:center;gap:8px;display:flex}.header-actions button,.filter-button{cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.header-actions button{border-radius:999px;width:42px;height:42px}.header-actions button:hover{color:var(--gold);background:#1714110d}.hero{background:#080706 url(/Images/Product/Homepage.jpeg) 50%/contain no-repeat;min-height:calc(100svh - 88px)}.hero-copy{flex-direction:column;align-items:flex-start;width:min(580px,100%);display:flex}.hero h1.hero-title{font-family:var(--font-serif), serif;margin:0;font-size:clamp(2.8rem,6vw,5.2rem);font-weight:400;line-height:1.05}.hero h1.hero-title span{display:block}.hero h1.hero-title .script-text{font-family:var(--font-script), cursive;color:var(--gold);text-transform:none;margin-top:10px;font-size:clamp(3.5rem,8vw,7rem);font-weight:400;line-height:.75}.hero p.hero-subtitle{color:#ffffffd9;max-width:470px;margin:20px 0 10px;font-size:clamp(.95rem,2vw,1.2rem);line-height:1.6}.primary-link{color:#fff;background:var(--gold);letter-spacing:.15em;text-transform:uppercase;border:none;justify-content:center;align-items:center;min-width:170px;min-height:50px;margin-top:24px;padding:0 32px;font-size:.8rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #00000026}.primary-link:hover{background:#906634;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.primary-link.dark{background:var(--ink);margin:0}.product-strip{border-bottom:1px solid var(--line);background:#f3e8db;grid-template-columns:repeat(4,1fr);display:grid}.product-strip div{border-right:1px solid var(--line);min-height:68px;color:var(--ink);letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:.72rem;font-weight:600;display:flex}.product-strip div:last-child{border-right:0}.shop-section,.about-section,.contact-section{padding:clamp(56px,8vw,96px) clamp(20px,7vw,92px)}.section-heading,.about-section,.contact-section{justify-content:space-between;align-items:end;gap:28px;display:flex}.shop-section h2,.about-section h2{font-size:clamp(2.1rem,4.4vw,4.6rem)}.filter-button{border-color:var(--line);background:#fff;gap:8px;min-height:42px;padding:0 16px;font-weight:700}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:36px;display:grid}.product-card{border:1px solid var(--line);background:#faf7f2;border-radius:4px;grid-template-columns:minmax(112px,44%) 1fr;min-height:168px;transition:transform .3s,box-shadow .3s;display:grid;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #17141114}.product-card img{object-fit:cover;background:var(--cream);width:100%;height:100%;min-height:168px;transition:transform .5s;display:block}.product-card:hover img{transform:scale(1.04)}.product-info{flex-direction:column;justify-content:space-between;gap:18px;padding:16px;display:flex}.product-info h3{font-family:var(--font-serif), serif;margin:0;font-size:clamp(1rem,2.2vw,1.35rem);font-weight:500;line-height:1.2}.product-info p{color:var(--muted);margin:0;font-size:.85rem}.product-info strong{color:var(--gold);font-size:clamp(1rem,2vw,1.25rem)}.product-page{background:var(--paper);min-height:100vh}.product-page-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf3f0;justify-content:space-between;align-items:center;min-height:72px;padding:14px clamp(18px,5vw,72px);display:flex;position:sticky;top:0}.back-link,.product-page-brand{letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:800}.product-page-brand{color:var(--gold)}.logo-link{align-items:center;gap:10px;display:inline-flex}.logo-link img{object-fit:cover;border-radius:999px;width:36px;height:36px}.product-detail{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:clamp(24px,5vw,64px);padding:clamp(24px,5vw,72px) clamp(18px,6vw,92px);display:grid}.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-gallery img{aspect-ratio:4/5;object-fit:cover;background:var(--cream);border-radius:4px;width:100%}.product-detail-info{align-self:start;position:sticky;top:100px}.product-detail-info h1{font-family:var(--font-serif), serif;text-wrap:balance;margin:10px 0 14px;font-size:clamp(2.25rem,3.8vw,4rem);font-weight:400;line-height:1}.product-detail-price{color:var(--gold);margin-bottom:28px;font-size:clamp(1.35rem,3vw,2rem);display:block}.product-properties{flex-wrap:wrap;gap:10px;display:flex}.product-properties span{border:1px solid var(--line);letter-spacing:.12em;background:#fff;align-items:center;min-height:42px;padding:0 16px;font-size:.78rem;font-weight:800;display:inline-flex}.buy-now-button{color:#fff;background:var(--ink);border:1px solid var(--ink);cursor:pointer;letter-spacing:.14em;text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;width:100%;min-height:54px;margin-top:28px;padding:0 22px;font-size:.82rem;font-weight:800;transition:transform .25s,background .25s;display:inline-flex}.buy-now-button:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-2px)}.buy-now-button:disabled{cursor:not-allowed;background:var(--muted);border-color:var(--muted);transform:none}.checkout-page{background:var(--paper);min-height:100vh}.checkout-panel{grid-template-columns:minmax(0,.75fr) minmax(320px,.65fr);align-items:start;gap:clamp(22px,5vw,58px);width:min(1120px,100%);margin:0 auto;padding:clamp(24px,6vw,72px) clamp(14px,5vw,72px);display:grid}.checkout-product-image{aspect-ratio:4/5;object-fit:cover;background:var(--cream);border-radius:4px;width:100%}.checkout-details h1{font-family:var(--font-serif), serif;text-wrap:balance;margin:10px 0 14px;font-size:clamp(2.25rem,3.8vw,4rem);font-weight:400;line-height:1}.bank-card{border:1px solid var(--line);background:#fff;border-radius:4px;gap:16px;padding:22px;display:grid}.bank-detail{gap:5px;display:grid}.bank-detail>span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.copyable-bank-value{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:4px 0;display:grid}.copyable-bank-value strong,.bank-value{color:var(--ink);font-size:clamp(1.05rem,3vw,1.45rem)}.copyable-bank-value svg{color:var(--gold)}.copyable-bank-value small{min-width:43px;color:var(--muted);font-size:.72rem;font-weight:700}.inline-checkout-back{color:var(--muted);cursor:pointer;letter-spacing:.1em;text-transform:uppercase;background:0 0;border:0;padding:0;font-size:.75rem;font-weight:800}.receipt-button{background:#1f7a45;border-color:#1f7a45}.about-section{background:var(--charcoal);color:#fff;align-items:start}.about-section>*{flex:1}.about-section h2{font-family:var(--font-serif), serif;margin-top:10px}.about-section p:last-child{color:#ffffffc2;max-width:620px;margin:0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}.contact-section{background:var(--cream);align-items:center}.contact-section div{align-items:center;gap:12px;font-weight:800;display:flex}@media (max-width:900px){.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:10;color:#fff;background:0 0;border-bottom:none;width:100%;min-height:80px;padding:10px 20px;position:absolute}.brand{z-index:11;position:absolute;left:50%;transform:translate(-50%)}.brand-logo{width:42px;height:42px;margin-bottom:3px}.brand-the{color:#fff}.brand-the .line{opacity:.4;background:#fff}.brand-title{color:#fff}.desktop-nav{display:none}.header-actions{z-index:12}.header-actions .search-btn,.header-actions .cart-btn{display:none}.hero{background-color:#080706;background-image:url(/Images/Product/Homepage.jpeg);background-position:50% calc(50% - 70px);background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:flex-end;min-height:100svh;padding:0 20px 56px;display:flex}.mobile-shop-now{color:#fff;background:var(--gold);letter-spacing:.12em;text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;gap:10px;min-width:174px;min-height:50px;padding:0 26px;font-size:.82rem;font-weight:800;display:inline-flex;box-shadow:0 8px 24px #00000047}.hero-copy{align-items:center;margin:0 auto}.desktop-only-text{display:none}.mobile-only-text{display:block}.hero h1.hero-title .script-text{margin-top:4px;font-size:clamp(3.5rem,14vw,5.5rem)}.hero p.hero-subtitle{display:none}.product-strip{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr;gap:12px}.product-strip div:nth-child(2){border-right:0}.section-heading,.about-section,.contact-section{flex-direction:column;align-items:start}.product-detail{grid-template-columns:1fr;padding-top:24px}.product-detail-info{position:static}.checkout-panel{grid-template-columns:1fr}}@media (max-width:560px){.product-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.product-strip div{text-align:center;border-right:0;justify-content:center}.product-strip div:nth-child(odd){border-right:1px solid var(--line)}.product-info{padding:16px}.shop-section,.about-section,.contact-section{padding-left:14px;padding-right:14px}.product-card{grid-template-columns:minmax(118px,42%) 1fr;min-height:166px}.product-card img{min-height:166px}.product-gallery{grid-template-columns:1fr}.product-page-header{padding-left:14px;padding-right:14px}.product-page-brand{font-size:0}.logo-link img{width:42px;height:42px}.checkout-panel{padding-top:20px}}
