@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');
:root { --ink: #173b78; --muted: #65738d; --gold: #f2cf19; --gold-dark: #b48a00; --champagne: #dcecff; --cream: #f5f9ff; --paper: #ffffff; --line: #d8e5f5; --green: #299b62; --peacock: #0879e8; --peacock-purple: #5d20a6; --shadow: 0 18px 50px #173b7818; }
.contact-action b img { width: 15px; height: 15px; object-fit: contain; }
.floating-contact { right: 18px; bottom: 78px; }
.brand-logo { display: block; width: auto; max-width: 180px; height: 42px; object-fit: contain; } .logo-preview { display: grid; justify-items: start; gap: 14px; max-width: 420px; margin-top: 26px; padding: 22px; border: 1px solid var(--line); background: var(--paper); } .logo-preview img { max-width: 100%; max-height: 120px; object-fit: contain; } .danger-link { color: #a6442f; font-size: 12px; text-decoration: none; }
.floating-social { top: auto; right: 12px; bottom: 14px; flex-direction: row; transform: none; padding: 7px 9px; } .floating-social > span { writing-mode: horizontal-tb; margin: 0 3px 0 0; }
.jewellery-story { margin-top: 56px; } @media (max-width: 760px) { .jewellery-story { grid-template-columns: 1fr; gap: 28px; padding: 42px 0; } .story-visual { max-width: none; } .story-points { gap: 14px; flex-wrap: wrap; } }
.branches-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; } .branch-card { overflow: hidden; border: 1px solid var(--line); background: var(--paper); } .branch-image { aspect-ratio: 1.6 / 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #ead6b5, #a7773e); } .branch-image img { width: 100%; height: 100%; object-fit: cover; } .branch-image span { color: white; font: 80px 'Playfair Display', serif; } .branch-copy { padding: 24px; } .branch-copy h2 { margin: 0 0 14px; font-size: 28px; } .branch-copy p { color: var(--muted); font-size: 13px; } .branch-copy a:not(.button) { color: var(--gold-dark); font-size: 13px; text-decoration: none; } .branch-map { margin-top: 12px; } .branches-admin-list { display: grid; gap: 8px; margin: 24px 0 38px; } .branch-admin-row { display: grid; grid-template-columns: 74px 1fr auto; gap: 16px; align-items: center; padding: 10px; border: 1px solid var(--line); background: var(--paper); } .branch-admin-row img { width: 74px; height: 58px; object-fit: cover; } .branch-admin-row div { display: grid; gap: 2px; } .branch-admin-row span, .branch-admin-row small { color: var(--muted); font-size: 12px; } .branch-admin-row > a { color: #a6442f; font-size: 12px; }
.row-actions { display: flex !important; gap: 12px; } .row-actions a { color: var(--gold-dark); font-size: 12px; text-decoration: none; } .row-actions .danger-link { color: #a6442f; }
.reels-section { max-width: 900px; padding-top: 56px; } .reels-section .section-heading { margin-bottom: 16px; } .reels-section .section-heading h2 { font-size: 34px; } .reels-grid { gap: 14px; } .reel-card { flex-basis: 180px; aspect-ratio: 9 / 16; }
* { box-sizing: border-box; } body { margin: 0; background: var(--cream); color: var(--ink); font: 15px/1.6 'DM Sans', sans-serif; } a { color: inherit; } button, input, select, textarea { font: inherit; } button, a { -webkit-tap-highlight-color: transparent; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; gap: 28px; max-width: 1320px; margin: auto; padding: 22px 5vw; background: #f8f5efed; backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { font: 600 20px/1 'DM Sans', sans-serif; letter-spacing: 4px; text-decoration: none; white-space: nowrap; } .brand span { display: block; margin-top: 7px; color: var(--gold); font-size: 9px; letter-spacing: 5px; text-align: center; }
nav { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; } nav a { padding: 7px 12px; border-radius: 999px; text-decoration: none; color: var(--muted); font-size: 13px; } nav a.active, nav a:hover { background: var(--ink); color: white; }
.header-icons { display: flex; align-items: center; gap: 10px; }
.wishlist-link { position: relative; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; color: var(--gold-dark); background: var(--paper); border: 1px solid var(--line); text-decoration: none; }
.wishlist-icon { font-size: 19px; line-height: 1; }
.wishlist-count { position: absolute; top: -7px; right: -4px; min-width: 18px; height: 18px; border-radius: 50%; font-size: 11px; font-weight: 800; display: grid; place-items: center; padding: 0 5px; background: var(--gold-dark); color: white; border: 2px solid var(--paper); }
.storefront, .detail-shell { max-width: 1320px; margin: auto; padding: 0 5vw 80px; } .intro { position: relative; min-height: 440px; display: flex; flex-direction: column; justify-content: center; max-width: 730px; padding: 72px 0 70px; } .intro:after { content: 'S'; position: absolute; z-index: -1; right: -35vw; top: 0; color: var(--champagne); font: 600 470px/1 'Playfair Display', serif; opacity: .55; }
.eyebrow { margin: 0 0 13px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 2.5px; font-size: 11px; font-weight: 700; } h1, h2 { font-family: 'Playfair Display', serif; font-weight: 500; } h1 { max-width: 780px; margin: 0 0 20px; font-size: clamp(3rem, 7vw, 6.7rem); line-height: .98; letter-spacing: -1px; } h2 { line-height: 1.15; } .intro > p:last-child { max-width: 500px; color: var(--muted); font-size: 17px; }

.product-grid {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.9), 0 8px 18px rgba(53,40,23,.035);
}

.collection-section {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  padding: 16px 18px;
  box-shadow: 0 8px 20px rgba(53,40,23,.035);
}

.catalog-toolbar {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.product-card {
  border: 1px solid var(--line);
}

.product-card .product-image {
  border-radius: 8px;
}
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px 14px; align-items: stretch; } .product-card { min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: 0 12px 26px rgba(53, 40, 23, .06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; } .product-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 16px 34px rgba(53, 40, 23, .11); } .product-image { position: relative; width: 100%; max-width: 180px; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; margin: 0 auto 12px; background: linear-gradient(135deg, #f0e5d3, #e4c99e); border-radius: 8px; border: 1px solid var(--line); } .product-image:after { content: ''; position: absolute; width: 38%; aspect-ratio: 1; border: 1px solid #b77a2870; border-radius: 50%; } .product-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; } .product-image span { position: relative; z-index: 1; color: var(--gold-dark); font: 600 34px 'Playfair Display', serif; } .product-image.large { max-width: 600px; } .product-card h2 { margin: 8px 0; font-size: 20px; line-height: 1.25; } .product-card .eyebrow { margin-bottom: 0; font-size: 10px; } .price { margin: 12px 0; color: var(--gold-dark); font-size: 20px; font-weight: 600; }
.product-specs { display: flex; gap: 16px; margin: 10px 0; color: var(--muted); font-size: 11px; } .product-specs span + span { border-left: 1px solid var(--line); padding-left: 16px; } .product-specs strong { color: var(--ink); font-weight: 600; }

.featured-section { padding: 44px 0 10px; } .featured-section .section-heading { align-items: center; margin-bottom: 16px; } .featured-section .section-heading h2 { font-size: clamp(34px, 3vw, 42px); } .featured-grid { display: flex; gap: 14px; overflow-x: auto; padding: 4px 2px 16px; scroll-snap-type: x proximity; } .featured-grid::-webkit-scrollbar { height: 7px; } .featured-grid::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 99px; } .featured-card { flex: 0 0 clamp(170px, 19vw, 210px); padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: 0 12px 28px rgba(53,40,23,.06); text-decoration: none; color: var(--ink); scroll-snap-align: start; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; } .featured-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow); } .featured-image { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg, #f8f1e7, #d79f52); border-radius: 8px; border: 1px solid var(--line); } .featured-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; } .featured-card:hover .featured-image img { transform: scale(1.08); } .featured-image span { color: var(--gold-dark); font: 700 34px 'Playfair Display', serif; } .featured-card .eyebrow { margin: 12px 0 6px; font-size: 10px; } .featured-card strong { display: block; color: var(--ink); font-size: 16px; line-height: 1.3; } .featured-card small { display: block; margin-top: 6px; color: var(--gold-dark); font-size: 12px; font-weight: 800; }

.home-product-slider-section { padding: 44px 0 10px; }
.home-product-slider-section .section-heading { align-items: center; margin-bottom: 16px; } 
.home-product-slider-section .section-heading h2 { font-size: clamp(34px, 3vw, 42px); }
.home-product-slider { display: flex; gap: 14px; overflow-x: auto; padding: 4px 2px 16px; scroll-snap-type: x proximity; scroll-behavior: smooth; }
.home-product-slider::-webkit-scrollbar { height: 7px; } .home-product-slider::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 99px; }
.home-product-card { flex: 0 0 clamp(170px, 19vw, 210px); padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: 0 12px 28px rgba(53,40,23,.06); text-decoration: none; color: var(--ink); scroll-snap-align: start; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.home-product-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow); }
.home-product-image { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg, #f8f1e7, #d79f52); border-radius: 8px; border: 1px solid var(--line); }
.home-product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.home-product-card:hover .home-product-image img { transform: scale(1.08); }
.home-product-image span { color: var(--gold-dark); font: 700 34px 'Playfair Display', serif; }
.home-product-card .eyebrow { margin: 12px 0 6px; font-size: 10px; }
.home-product-card strong { display: block; color: var(--ink); font-size: 16px; line-height: 1.3; }
.home-product-card small { display: block; margin-top: 6px; color: var(--gold-dark); font-size: 12px; font-weight: 800; }

.shop-by-occasion-section { padding: 44px 0 16px; }
.shop-by-occasion-section .section-heading { align-items: center; margin-bottom: 16px; }
.shop-by-occasion-section .section-heading h2 { font-size: clamp(34px, 3vw, 42px); }
.shop-by-occasion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.shop-by-occasion-card { display: grid; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg, var(--paper), #fffaf2); text-decoration: none; color: var(--ink); box-shadow: 0 12px 26px rgba(53,40,23,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.shop-by-occasion-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.occasion-image { position: relative; width: 100%; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; border-radius: 50%; border: 1px solid var(--line); background: radial-gradient(circle at center, #fffaf0 0%, var(--cream) 100%); }
.occasion-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.occasion-icon { color: var(--gold-dark); font: 700 50px 'Playfair Display', serif; }
.occasion-content { display: grid; gap: 5px; text-align: center; }
.occasion-label { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; }
.occasion-content strong { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 500; color: var(--ink); }
.occasion-content small { color: var(--muted); font-size: 11px; }

.shop-by-metal-section { padding: 44px 0 16px; }
.shop-by-metal-section .section-heading { align-items: center; margin-bottom: 16px; }
.shop-by-metal-section .section-heading h2 { font-size: clamp(34px, 3vw, 42px); }
.shop-by-metal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.shop-by-metal-card { display: grid; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg, var(--paper), #fffaf2); text-decoration: none; color: var(--ink); box-shadow: 0 12px 26px rgba(53,40,23,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.shop-by-metal-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.metal-image { position: relative; width: 100%; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; border-radius: 50%; border: 1px solid var(--line); background: radial-gradient(circle at center, #fffaf0 0%, var(--cream) 100%); }
.metal-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.metal-image .metal-icon { color: var(--gold-dark); font: 700 50px 'Playfair Display', serif; }
.metal-content { display: grid; gap: 5px; text-align: center; }
.metal-content .metal-label { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; }
.metal-content strong { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 500; color: var(--ink); }
.metal-content small { color: var(--muted); font-size: 11px; }
.metal-gold { background: linear-gradient(180deg, #fffaf0, #f7e8cd); }
.metal-silver { background: linear-gradient(180deg, #fdfdfd, #dde1e4); }
.metal-diamond { background: linear-gradient(180deg, #fdfdfd, #e9f3f4); }
.metal-platinum { background: linear-gradient(180deg, #fdfdfc, #e9e8e9); }
.metal-gold .metal-image { background: radial-gradient(circle at center, var(--champagne), #fff9ee); }
.metal-silver .metal-image { background: radial-gradient(circle at center, #ffffff, #d8dce0); }
.metal-diamond .metal-image { background: radial-gradient(circle at center, #eefbfa, #fdfdfd); }
.metal-platinum .metal-image { background: radial-gradient(circle at center, #f8f7f6, #dedbd7); }

.text-button, .button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 5px; background: var(--ink); color: white; padding: 12px 18px; cursor: pointer; font-size: 13px; font-weight: 600; transition: background .2s, transform .2s; } .button:hover, .text-button:hover { background: var(--gold-dark); transform: translateY(-1px); } .text-button { padding: 0; background: transparent; color: var(--gold-dark); text-decoration: underline; font-weight: 500; }
.detail-shell { padding-top: 36px; } .detail-shell > a { color: var(--muted); font-size: 13px; text-decoration: none; } .detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 9vw; margin-top: 48px; align-items: center; } .detail-layout h1 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
dialog { width: min(450px, calc(100% - 32px)); border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); padding: 34px; box-shadow: var(--shadow); } dialog::backdrop { background: #a7773ea8; backdrop-filter: blur(3px); } .modal-close { float: right; border: 0; background: transparent; color: var(--muted); font-size: 28px; cursor: pointer; } dl { margin: 20px 0 0; } dl div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 10px 0; } dt { color: var(--muted); } dd { margin: 0; font-weight: 600; } dl div:last-child { color: var(--gold-dark); border-bottom: 0; font-size: 20px; }
/* Admin workspace */
.admin-app { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 100vh; } .admin-sidebar { display: flex; flex-direction: column; gap: 30px; padding: 30px 20px; background: var(--ink); color: white; } .admin-sidebar .brand { color: white; } .admin-sidebar .brand span { color: var(--champagne); } .admin-sidebar nav { display: grid; gap: 6px; } .admin-sidebar nav a { border-radius: 5px; color: #c4bdb4; } .admin-sidebar nav a:hover, .admin-sidebar nav a.active { background: #ffffff14; color: white; } .admin-sidebar .store-link { margin-top: auto; color: var(--champagne); font-size: 13px; text-decoration: none; } .admin-main { min-width: 0; padding: 42px clamp(24px, 5vw, 72px); } .admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 36px; } .admin-heading h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); } .admin-shell { max-width: 850px; padding: 0; } .admin-shell h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); } .admin-shell > p:first-child { margin-top: 0; }
.rate-grid, .product-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 760px; margin: 24px 0 42px; padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: var(--shadow); } .rate-grid .button, .product-form .button { grid-column: 1 / -1; justify-self: start; } .product-form label:last-of-type { grid-column: 1 / -1; } label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 600; } input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 5px; padding: 12px; outline: 0; background: white; color: var(--ink); } input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px #b77a281c; } textarea { min-height: 110px; resize: vertical; } .input-prefix { display: flex; align-items: center; gap: 4px; padding-left: 12px; border: 1px solid var(--line); border-radius: 5px; background: white; } .input-prefix input { border: 0; }
.notice { max-width: 760px; margin-bottom: 18px; padding: 13px 16px; border-radius: 5px; font-size: 13px; } .success { background: #e1f0e8; color: var(--green); } .error { background: #f8e2dc; color: #a6442f; } table { width: 100%; overflow: hidden; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); text-align: left; } th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 13px; } th { color: var(--muted); background: #f5f0e9; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; } tr:last-child td { border-bottom: 0; } td a { color: var(--gold-dark); font-weight: 600; }
.muted { color: var(--muted); } .loading { opacity: .45; transition: opacity .2s; }
.customer-nav { gap: 3px; } .nav-dropdown { position: relative; } .nav-dropdown > button { border: 0; padding: 7px 12px; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; } .nav-dropdown:hover > button { background: var(--ink); color: white; } .dropdown-menu { position: absolute; top: 100%; left: 0; display: none; min-width: 190px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); } .nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { display: grid; } .dropdown-menu a { border-radius: 4px; white-space: nowrap; } .dropdown-menu a:hover { background: var(--cream); color: var(--gold-dark); } .nav-admin { color: var(--gold-dark); font-size: 12px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.mega-nav { position: static; } .mega-menu { position: absolute; z-index: 8; top: calc(100% - 1px); left: 50%; display: none; width: min(920px, calc(100vw - 40px)); transform: translateX(-50%); padding: 22px; border: 1px solid var(--line); border-radius: 0 0 12px 12px; background: var(--paper); box-shadow: var(--shadow); } .mega-nav:hover .mega-menu, .mega-nav:focus-within .mega-menu { display: block; } .mega-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 16px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; } .mega-heading a { padding: 0; color: var(--gold-dark); font-size: 12px; text-transform: none; letter-spacing: 0; } .mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; } .mega-card { display: block; padding: 0; border-radius: 6px; overflow: hidden; color: var(--ink); text-decoration: none; } .mega-card:hover { background: var(--cream); } .mega-image { display: grid; place-items: center; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: linear-gradient(135deg, #f8f1e7, #d79f52); border-radius: 8px; border: 1px solid var(--line); box-shadow: 0 7px 18px rgba(53,40,23,.06);} .mega-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; } .mega-card:hover .mega-image img { transform: scale(1.08); } .mega-image b { color: var(--gold-dark); font: 34px 'Playfair Display', serif; } .mega-label { display: grid; gap: 2px; padding: 10px 4px 4px; font: 600 15px 'Playfair Display', serif; } .mega-label small { color: var(--muted); font: 10px 'DM Sans', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
.hero-slider { position: relative; min-height: 570px; overflow: hidden; background: linear-gradient(135deg, #3b2d20, #8b6439); } .hero-slide { position: absolute; inset: 0; display: flex; align-items: center; padding: 60px clamp(28px, 7vw, 92px); background-position: center; background-size: cover; opacity: 0; visibility: hidden; transition: opacity .6s ease; } .hero-slide.is-active { position: relative; min-height: 570px; opacity: 1; visibility: visible; } .hero-copy { max-width: 650px; color: white; } .hero-copy .eyebrow { color: var(--champagne); } .hero-copy h1 { color: white; } .hero-copy > p:not(.eyebrow) { max-width: 490px; color: #fff9efc7; font-size: 17px; } .hero-copy .button { background: white; color: var(--ink); } .slider-controls { position: absolute; right: 34px; bottom: 30px; display: flex; align-items: center; gap: 12px; color: white; font-size: 12px; } .slider-controls button { width: 36px; height: 36px; border: 1px solid #ffffff77; border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 28px 0 68px; border-bottom: 1px solid var(--line); } .trust-strip div { display: grid; gap: 3px; } .trust-strip strong { font-size: 13px; } .trust-strip span { color: var(--muted); font-size: 12px; } .collection-section { padding-top: 70px; } .section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; } .section-heading h2 { margin: 0; font-size: 42px; } .section-heading a { color: var(--gold-dark); font-size: 13px; text-decoration: none; } .filter-chips { display: flex; gap: 8px; margin-bottom: 32px; overflow-x: auto; } .filter-chips a { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; text-decoration: none; white-space: nowrap; } .filter-chips a.active, .filter-chips a:hover { border-color: var(--ink); background: var(--ink); color: white; } .empty-state { padding: 60px 0; color: var(--muted); } .promo-banner { min-height: 310px; display: flex; align-items: center; margin-top: 80px; padding: 42px clamp(28px, 7vw, 90px); background: linear-gradient(135deg, #403021, #956c3f); background-position: center; background-size: cover; color: white; } .promo-banner h2 { max-width: 520px; margin: 6px 0; color: white; font-size: 43px; } .promo-banner p:not(.eyebrow) { color: #fff9efc7; } .button-light { background: white; color: var(--ink); }
.wishlist-page { max-width: 1320px; margin: auto; padding: 0 5vw 70px; }
.wishlist-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: center; gap: 30px; padding: 44px 0 24px; }
.wishlist-hero-copy { padding: clamp(24px, 4vw, 50px) 0; }
.wishlist-hero-label { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.wishlist-badge { margin-left: 8px; color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.wishlist-hero-copy h1 { font-size: clamp(3rem, 6vw, 4.8rem); margin: 16px 0 14px; line-height: .95; }
.wishlist-intro { max-width: 610px; color: var(--muted); font-size: 16px; }
.wishlist-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 50px; }
.button-light { background: white; color: var(--ink); border: 1px solid var(--line); }
.button-outline { background: transparent; color: var(--gold-dark); border: 1px solid var(--gold); }
.wishlist-proof { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 28px; }
.wishlist-proof span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.wishlist-proof strong { color: var(--gold-dark); font-family: 'Playfair Display', serif; font-size: 26px; }
.wishlist-summary { position: relative; padding: 28px; border-radius: 18px; background: linear-gradient(135deg, var(--ink), var(--gold-dark)); color: white; box-shadow: var(--shadow); overflow: hidden; }
.wishlist-summary:before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); left: -50px; top: -50px; }
.wishlist-summary:after { content: ''; position: absolute; width: 190px; height: 190px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); right: -70px; bottom: -60px; }
.summary-kicker { display: block; color: var(--champagne); font-size: 11px; text-transform: uppercase; letter-spacing: 2px; }
.summary-image { display: grid; place-items: center; width: 150px; height: 150px; margin: 25px 0 16px; border-radius: 50%; border: 1px solid rgba(255,255,255,.44); background: radial-gradient(circle, transparent 0 51%, rgba(255,244,222,.08) 52% 100%); }
.summary-image-symbol { color: white; font-family: 'Playfair Display', serif; font-size: 54px; }
.summary-number { display: flex; align-items: end; gap: 12px; margin: 0 0 22px; }
.summary-number span { font-family: 'Playfair Display', serif; font-size: 84px; line-height: .8; color: white; }
.summary-number small { color: var(--champagne); font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }
.summary-meta { display: grid; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.38); }
.meta-label { display: block; color: var(--champagne); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.meta-value { display: block; color: white; font-size: 23px; font-family: 'Playfair Display', serif; margin-top: 6px; }
.wishlist-panel { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.wishlist-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.wishlist-panel-head h2 { margin: 0; font-size: clamp(34px, 4vw, 40px); line-height: 1.2; }
.wishlist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; align-items: stretch; margin-top: 22px; }
.wishlist-card { padding: 14px; }
.wishlist-card .product-image { max-width: 100%; }
.wishlist-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wishlist-card-top .eyebrow { font-size: 10px; }
.wishlist-card .wishlist-heart { width: 36px; height: 36px; } 
.empty-wishlist { display: grid; justify-items: center; text-align: center; max-width: 640px; margin: 24px auto 0; padding: 50px 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
.empty-wishlist h2 { margin: 10px 0 8px; font-size: clamp(34px, 5vw, 44px); }
.empty-wishlist p { color: var(--muted); }
.empty-icon { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; color: var(--gold-dark); border: 1px solid var(--line); background: #fffaf2; font-size: 40px; }
.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; max-width: 1320px; margin: 70px auto 0; padding: 48px 5vw; border-top: 1px solid var(--line); background: transparent; } .site-footer .brand { display: inline-block; } .site-footer p { max-width: 280px; color: var(--muted); font-size: 13px; } .site-footer strong { display: block; margin-bottom: 14px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; } .site-footer > div:not(:first-child) a { display: block; margin: 8px 0; color: var(--muted); font-size: 13px; text-decoration: none; } .site-footer > div:not(:first-child) a:hover { color: var(--gold-dark); }
.footer-policy-block { padding: 16px 18px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(180deg, var(--paper), #f8f4ea); box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); }
.footer-policy-block strong { color: var(--gold-dark); font-size: 11px; letter-spacing: 2px; }
.footer-policy-list { display: grid; gap: 8px; margin-top: 12px; }
.footer-policy-link { position: relative; padding-left: 16px; font-size: 11px !important; color: var(--muted); transition: color .22s ease, padding-left .22s ease; }
.footer-policy-link:before { content: '•'; position: absolute; left: 0; color: var(--gold); }
.footer-policy-link:hover { color: var(--gold-dark); padding-left: 19px; }

.policy-page { max-width: 940px; margin: 0 auto; padding: 80px 5vw 90px; }
.policy-page .content-hero { padding-top: 40px; }
.policy-page .content-hero h1 { font-size: clamp(2.6rem, 4vw, 3.4rem); line-height: 1.14; }
.policy-page .content-hero p:last-child { font-size: 16px; }
.policy-content { padding: 30px 0; }
.policy-content .section-block { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.policy-content h2 { font: 34px 'Playfair Display', serif; margin: 0 0 12px; }
.policy-content p { color: var(--muted); line-height: 1.8; }
.policy-content ul { margin: 16px 0 0 20px; color: var(--muted); line-height: 1.8; }
.policy-content li { margin-bottom: 8px; }
.faq-list { display: grid; gap: 16px; }
.faq-item { padding: 22px 24px; border: 1px solid var(--line); background: var(--paper); }
.faq-item h3 { margin: 0 0 8px; color: var(--ink); font: 24px 'Playfair Display', serif; }
.faq-item p { color: var(--muted); font-size: 14px; line-height: 1.8; }

@media (max-width: 760px) { .site-footer { grid-template-columns: 1fr 1fr; } }
.social-links { display: flex; gap: 8px; margin-top: 18px; } .social-icon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: white !important; font: 700 10px 'DM Sans', sans-serif; text-decoration: none; transition: transform .2s, background .2s; } .social-icon img { width: 15px; height: 15px; object-fit: contain; } .social-icon:hover { background: var(--gold-dark); transform: translateY(-2px); } .social-instagram { background: #9d426d; } .social-facebook { background: #315a9b; font-size: 16px; } .social-youtube { background: #c4302b; } .social-whatsapp { background: #238b57; } .social-x { background: #111; font-size: 13px; }
.floating-social { position: fixed; z-index: 20; top: 50%; right: 18px; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateY(-50%); padding: 11px 7px; border: 1px solid #ffffff80; border-radius: 999px; background: #fffdf9e8; box-shadow: var(--shadow); backdrop-filter: blur(12px); } .floating-social > span { writing-mode: vertical-rl; margin-bottom: 3px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1.5px; } .floating-social .social-icon { width: 32px; height: 32px; }
.floating-contact { position: fixed; z-index: 21; right: 22px; bottom: 22px; display: grid; justify-items: end; gap: 10px; } .contact-toggle { width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--ink); color: white; box-shadow: var(--shadow); cursor: pointer; font-size: 22px; transition: transform .2s, background .2s; } .contact-toggle:hover, .floating-contact.is-open .contact-toggle { background: var(--gold-dark); transform: rotate(45deg); } .contact-actions { display: grid; gap: 8px; opacity: 0; pointer-events: none; transform: translateY(12px) scale(.95); transition: opacity .2s, transform .2s; } .floating-contact.is-open .contact-actions { opacity: 1; pointer-events: auto; transform: none; } .contact-action { display: flex; align-items: center; gap: 9px; min-width: 125px; padding: 8px 11px; border-radius: 999px; background: var(--paper); box-shadow: var(--shadow); color: var(--ink); font-size: 11px; text-decoration: none; } .contact-action b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: white; font-size: 10px; } .whatsapp-action b { background: #238b57; } .call-action b { background: var(--gold-dark); } .message-action b { background: #315a9b; }
.social-form { display: grid; gap: 16px; max-width: 760px; margin: 28px 0; padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: var(--shadow); } .social-form label { display: grid; grid-template-columns: 145px 1fr 110px; align-items: center; gap: 14px; } .social-form-label { display: flex; align-items: center; gap: 9px; color: var(--ink); } .social-form .social-icon { flex: 0 0 30px; } .social-form .button { justify-self: start; }
.back-link { color: var(--muted); font-size: 13px; text-decoration: none; } .detail-description { color: var(--muted); font-size: 16px; } .content-page { max-width: 1100px; margin: auto; padding: 0 5vw 80px; } .content-hero { max-width: 760px; padding: 110px 0 90px; } .content-hero.compact { padding-bottom: 70px; } .content-hero p:last-child { max-width: 560px; color: var(--muted); font-size: 18px; } .story-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 9vw; padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .story-number { color: var(--gold); font: 600 70px 'Playfair Display', serif; } .story-grid h2, .contact-card h2 { margin-top: 0; font-size: 38px; } .story-grid p:not(.eyebrow) { max-width: 650px; color: var(--muted); } .values-grid, .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 70px; } .values-grid > div, .contact-card, .contact-form { padding: 28px; border: 1px solid var(--line); background: var(--paper); } .values-grid strong { color: var(--gold); } .values-grid h2 { font-size: 25px; } .values-grid p, .contact-card p { color: var(--muted); font-size: 14px; } .contact-grid { grid-template-columns: repeat(2, 1fr); align-items: start; } .contact-form { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; } .contact-form .eyebrow, .contact-form textarea, .contact-form .button { grid-column: 1 / -1; } .contact-form label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 600; } .contact-card a { color: var(--gold-dark); }

.about-story-page { max-width: 1420px; margin: 0 auto; padding: 0 5vw 80px; }
.about-hero { display: grid; grid-template-columns: minmax(500px, .95fr) minmax(420px, .85fr); align-items: center; gap: 40px; min-height: 560px; padding: 70px 0 40px; }
.about-hero-copy { max-width: 620px; }
.about-hero-copy h1 { margin: 12px 0 20px; font-size: clamp(4rem, 5vw, 5.8rem); line-height: .95; }
.lead-text { max-width: 560px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.9; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 150px; padding: 12px 24px; border: 1px solid var(--ink); border-radius: 50px; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-2px); }
.button-outline { background: transparent; color: var(--ink); }
.about-hero-stats { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 44px; }
.about-hero-stats > div { min-width: 120px; border-left: 1px solid var(--line); padding-left: 16px; }
.about-hero-stats strong { display: block; color: var(--gold-dark); font: 44px 'Playfair Display', serif; }
.about-hero-stats span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.about-hero-media { position: relative; display: grid; justify-items: center; }
.about-hero-image { position: relative; width: min(560px, 44vw); aspect-ratio: 4 / 5; border-radius: 50% 50% 0 0; overflow: hidden; box-shadow: var(--shadow); }
.about-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.about-hero-image:before { content: ''; position: absolute; inset: 14px; border: 1px solid var(--paper); border-radius: 50% 50% 0 0; z-index: 1; pointer-events: none; }
.about-hero-card { position: absolute; left: -30px; bottom: -22px; max-width: 250px; padding: 22px 26px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-hero-card p { margin-top: 10px; color: var(--muted); font-family: 'Playfair Display', serif; font-size: 22px; }
.about-intro { padding: 68px 0 50px; border-top: 1px solid var(--line); }
.section-heading.centered { text-align: center; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 6px 0 0; font: 56px 'Playfair Display', serif; line-height: 1.08; color: var(--ink); }
.section-heading .eyebrow { display: block; }
.about-intro-grid { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 24px; margin-top: 34px; }
.about-intro-card { padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.about-intro-card.dark-card { background: var(--ink); color: var(--paper); }
.about-intro-card.dark-card p, .about-intro-card.dark-card .number-tag { color: var(--paper); }
.about-intro-card p { color: var(--muted); line-height: 1.8; }
.number-tag { color: var(--gold-dark); font: 700 12px 'Playfair Display', serif; }
.about-intro-card h3 { margin: 42px 0 16px; font-size: 30px; font-family: 'Playfair Display', serif; }
.about-story-split { display: grid; grid-template-columns: minmax(400px, .9fr) minmax(440px, 1fr); align-items: center; gap: 56px; padding: 70px 0; border-top: 1px solid var(--line); }
.photo-stack { position: relative; max-width: 460px; margin: 0 auto; }
.photo-main { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 5px; box-shadow: var(--shadow); }
.photo-small { position: absolute; width: 190px; aspect-ratio: 1; object-fit: cover; border: 8px solid var(--paper); right: -20px; bottom: -24px; box-shadow: var(--shadow); }
.about-story-copy h2 { font: 54px 'Playfair Display', serif; line-height: 1.1; margin: 14px 0 16px; }
.about-story-copy p { color: var(--muted); line-height: 1.9; }
.story-detail-list { display: grid; gap: 14px; margin-top: 28px; }
.story-detail-list > div { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.story-detail-list strong { color: var(--gold-dark); font: 36px 'Playfair Display', serif; }
.story-detail-list span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.about-values { padding: 68px 0 54px; border-top: 1px solid var(--line); }
.about-values-grid { display: grid; grid-template-columns: repeat(3, minmax(160px, 1fr)); gap: 20px; margin-top: 30px; }
.value-card { padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.value-card h3 { margin: 16px 0 10px; font-size: 30px; font-family: 'Playfair Display', serif; }
.value-card p { color: var(--muted); line-height: 1.8; }
.value-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--gold-dark); color: var(--gold-dark); font-family: 'Playfair Display', serif; }
.about-gallery { padding: 68px 0; border-top: 1px solid var(--line); }
.about-gallery-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 16px; margin-top: 28px; }
.gallery-tile { position: relative; min-height: 280px; overflow: hidden; }
.gallery-tile.tall { min-height: 420px; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-tile:hover img { transform: scale(1.05); }
.gallery-tile span { position: absolute; left: 22px; bottom: 20px; color: white; font: 14px 'Playfair Display', serif; text-shadow: 0 2px 4px rgba(0,0,0,.8); }
.about-gallery-grid .gallery-tile:after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.18); }
.about-cta { display: grid; align-items: center; min-height: 420px; padding: 80px 48px; background-image: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url('https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?auto=format&fit=crop&w=1800&q=90'); background-size: cover; background-position: center; color: var(--paper); }
.about-cta-copy { max-width: 680px; }
.about-cta-copy .eyebrow { color: #fbdca8; }
.about-cta-copy h2 { margin: 12px 0 14px; font: 54px 'Playfair Display', serif; color: var(--paper); }
.about-cta-copy p { color: var(--paper); opacity: .88; line-height: 1.8; }
.about-cta-links { display: flex; gap: 14px; margin-top: 26px; }
.about-cta-links .button { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.about-cta-links .button-outline { border-color: var(--paper); color: var(--paper); background: transparent; }

@media (max-width: 980px) { .about-hero { grid-template-columns: 1fr; } .about-hero-media { order: -1; } .about-hero-image { width: min(680px, 90vw); } .about-story-split { grid-template-columns: 1fr; } .about-gallery-grid, .about-intro-grid, .about-values-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .about-hero { padding-top: 40px; } .about-hero-copy h1 { font-size: 3.1rem; } .about-hero-actions { align-items: flex-start; } .about-hero-image { width: 100%; } .about-hero-card { position: relative; left: auto; bottom: auto; margin-top: 16px; } .section-heading h2 { font-size: 42px; } .gallery-tile.tall { min-height: 280px; } }

.account-link { color: var(--gold-dark); font-size: 12px; font-weight: 600; text-decoration: none; white-space: nowrap; } .auth-page { min-height: 100vh; } .auth-card { width: min(480px, calc(100% - 40px)); margin: 7vh auto; padding: 42px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); } .auth-card .brand { display: inline-block; margin-bottom: 55px; } .auth-card h1 { font-size: 48px; } .auth-form { display: grid; gap: 17px; margin: 28px 0; } .auth-form .button { justify-self: start; } .auth-note { color: var(--muted); font-size: 13px; } .auth-note a { color: var(--gold-dark); font-weight: 600; } .optional { color: var(--muted); font-weight: 400; } .admin-dashboard { min-height: 100vh; background: linear-gradient(135deg, #f8f5ef, #ead6b580); } .admin-dashboard .admin-main { max-width: 1250px; margin: auto; padding-top: 80px; } .admin-dashboard .admin-shell { max-width: none; } .admin-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 45px 0; } .admin-cards a { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); text-decoration: none; transition: transform .2s, border-color .2s; } .admin-cards a:hover { border-color: var(--gold); transform: translateY(-4px); } .admin-cards span { color: var(--gold); font-size: 12px; } .admin-cards h2 { margin: 35px 0 8px; font-size: 25px; } .admin-cards p { color: var(--muted); font-size: 13px; } .admin-links { display: flex; gap: 20px; } .admin-links a { color: var(--gold-dark); font-size: 13px; font-weight: 600; text-decoration: none; } .account-panel { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.content-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 34px 0 48px; } .content-columns section { min-width: 0; } .content-section-heading h2 { margin: 0 0 18px; font-size: 29px; } .content-columns .product-form { grid-template-columns: 1fr; margin: 0; } .content-columns .product-form .button { grid-column: auto; } .upload-field input[type=file] { padding: 10px; background: var(--cream); } .upload-field span { color: var(--muted); font-size: 11px; font-weight: 400; } .content-list { display: grid; gap: 8px; margin: 18px 0 38px; } .content-row { display: grid; grid-template-columns: 74px 1fr auto; gap: 16px; align-items: center; padding: 10px; border: 1px solid var(--line); background: var(--paper); } .content-row img { width: 74px; height: 54px; border-radius: 4px; object-fit: cover; background: var(--champagne); } .content-row div { display: grid; gap: 2px; } .content-row span { color: var(--muted); font-size: 12px; } .content-row a { color: #a6442f; font-size: 12px; }
.product-showcase { min-width: 0; } .showcase-main { position: relative; aspect-ratio: 1 / 1.08; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #f0e5d3, #e4c99e); } .showcase-main:after { content: ''; position: absolute; width: 48%; aspect-ratio: 1; border: 1px solid #b77a2870; border-radius: 50%; } .showcase-main img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: opacity .2s; } .showcase-main span { position: relative; z-index: 1; color: var(--gold-dark); font: 600 48px 'Playfair Display', serif; } .showcase-thumbnails { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; } .showcase-thumb { flex: 0 0 74px; height: 74px; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper); cursor: pointer; } .showcase-thumb.active, .showcase-thumb:hover { border: 2px solid var(--gold); } .showcase-thumb img { width: 100%; height: 100%; object-fit: cover; } .gallery-upload { grid-column: 1 / -1; }
.jewellery-story { display: grid; grid-template-columns: minmax(260px, .75fr) 1fr; gap: 8vw; align-items: center; max-width: 1100px; margin: 88px auto 0; padding: 56px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .story-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; max-width: 360px; background: radial-gradient(circle at 50% 42%, #f9e8c9 0 18%, transparent 19%), linear-gradient(135deg, #e8d1a8, #b77a28); color: white; } .story-visual:before, .story-visual:after { content: ''; position: absolute; border: 1px solid #fff8e870; border-radius: 50%; } .story-visual:before { width: 58%; aspect-ratio: 1; } .story-visual:after { width: 72%; aspect-ratio: 1; } .story-visual span { position: relative; z-index: 1; font: 600 58px 'Playfair Display', serif; } .story-visual small { position: absolute; right: 18px; bottom: 16px; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; } .story-copy h2 { max-width: 520px; margin: 0 0 18px; font-size: clamp(2.2rem, 4vw, 4rem); } .story-copy > p:not(.eyebrow) { max-width: 530px; color: var(--muted); } .story-points { display: flex; gap: 26px; margin: 28px 0; } .story-points div { display: grid; gap: 4px; } .story-points strong { color: var(--gold); font: 18px 'Playfair Display', serif; } .story-points span { color: var(--muted); font-size: 11px; }
.product-gallery-admin { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; margin: 18px 0 38px; } .product-gallery-admin > div { padding: 8px; border: 1px solid var(--line); background: var(--paper); } .product-gallery-admin img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; } .product-gallery-admin a { display: block; margin-top: 7px; color: #a6442f; font-size: 11px; text-align: center; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; } .catalog-toolbar .filter-chips { margin: 0; } .catalog-toolbar label { min-width: 180px; } .amount-section { padding: 76px 0 0; } .amount-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; } .amount-card { min-height: 170px; display: flex; flex-direction: column; justify-content: end; gap: 4px; padding: 22px; border-radius: 6px; background: linear-gradient(135deg, #d9c09a, #a7773e); background-position: center; background-size: cover; color: white; text-decoration: none; } .amount-card strong { font: 23px 'Playfair Display', serif; } .amount-card span { color: #fff9efcc; font-size: 12px; } .reels-section { max-width: 880px; padding-top: 62px; } .reels-section .section-heading { margin-bottom: 18px; } .reels-section .section-heading h2 { font-size: 36px; } .reels-grid { display: flex; gap: 16px; overflow: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; perspective: 1200px; } .reel-card { position: relative; flex: 0 0 190px; aspect-ratio: 9 / 11; overflow: hidden; border-radius: 8px; background: var(--champagne); color: white; text-decoration: none; scroll-snap-align: start; animation: reelReveal .7s both; transform-origin: left center; backface-visibility: hidden; } .reel-card:nth-child(2) { animation-delay: .1s; } .reel-card:nth-child(3) { animation-delay: .2s; } .reel-card:nth-child(4) { animation-delay: .3s; } .reel-card.is-turning { animation: pageTurn .75s cubic-bezier(.22,.8,.25,1); } .reel-card img, .reel-card video { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; } .reel-card:hover img, .reel-card:hover video { transform: scale(1.08); } .reel-card:after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, #a7773ea8); } .reel-card span { position: absolute; z-index: 1; right: 12px; bottom: 12px; left: 12px; font-size: 12px; } .reel-card b { float: right; font-size: 16px; } .reel-admin-preview img, .reel-admin-preview video { display: block; width: 74px; height: 54px; object-fit: cover; } @keyframes reelReveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @keyframes pageTurn { 0% { transform: rotateY(0) translateX(0); } 45% { transform: rotateY(-22deg) translateX(-8px) scale(.98); box-shadow: 14px 14px 24px #5a463330; } 100% { transform: rotateY(0) translateX(0); } }
@media (max-width: 760px) { .content-columns { grid-template-columns: 1fr; } .content-row { grid-template-columns: 58px 1fr; } .content-row img { width: 58px; height: 48px; } .content-row a { grid-column: 2; } }
@media (max-width: 760px) { .auth-card { padding: 28px; } .auth-card .brand { margin-bottom: 35px; } .auth-card h1 { font-size: 40px; } .admin-dashboard .admin-main { padding-top: 45px; } .admin-cards { grid-template-columns: 1fr 1fr; margin: 30px 0; } .account-panel { display: block; } .account-panel .button { margin-top: 18px; } }
@media (max-width: 760px) { .hero-slider, .hero-slide.is-active { min-height: 520px; } .hero-slide { padding: 38px 24px; } .hero-copy h1 { font-size: 3.2rem; } .trust-strip, .values-grid, .contact-grid { grid-template-columns: 1fr; } .trust-strip { gap: 16px; padding-bottom: 42px; } .section-heading { align-items: start; flex-direction: column; } .section-heading h2 { font-size: 34px; } .promo-banner { margin-top: 50px; } .promo-banner h2 { font-size: 34px; } .site-footer { grid-template-columns: 1fr 1fr; gap: 30px; } .site-footer > div:first-child { grid-column: 1 / -1; } .content-hero { padding: 70px 0 55px; } .content-hero h1 { font-size: 3.3rem; } .story-grid { grid-template-columns: 1fr; gap: 24px; padding: 45px 0; } .story-number { font-size: 48px; } .contact-form { grid-template-columns: 1fr; } .contact-form .eyebrow, .contact-form textarea, .contact-form .button { grid-column: auto; } }
@media (max-width: 760px) { .site-header { align-items: flex-start; flex-direction: column; padding: 18px 5vw; } nav { width: 100%; overflow-x: auto; flex-wrap: nowrap; } nav a { white-space: nowrap; } .intro { min-height: 390px; padding-top: 55px; } .intro:after { right: -22vw; top: 60px; font-size: 320px; } .detail-layout { display: block; margin-top: 32px; } .detail-layout > div { margin-bottom: 30px; } .admin-app { display: block; } .admin-sidebar { position: static; padding: 18px 5vw; } .admin-sidebar nav { display: flex; overflow-x: auto; } .admin-sidebar .store-link { display: none; } .admin-main { padding: 30px 5vw 50px; } .admin-heading { display: block; } .rate-grid, .product-form { grid-template-columns: 1fr; padding: 18px; } .rate-grid .button, .product-form .button, .product-form label:last-of-type { grid-column: auto; } table { display: block; overflow-x: auto; white-space: nowrap; } }
.about-editor-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 28px; margin: 34px 0 48px; align-items: start; }
.about-editor-form, .about-media-panel { min-width: 0; padding: 26px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.about-editor-form .product-form { padding: 0; margin: 0; background: transparent; box-shadow: none; }
.form-section-label { display: flex; align-items: center; gap: 10px; margin: 22px 0 4px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); }
.form-section-label span { color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.form-section-label strong { font: 22px 'Playfair Display', serif; }
.compact-upload { margin-top: 4px; }
.upload-preview-row { display: flex; align-items: center; gap: 12px; margin: -4px 0 6px; color: var(--muted); font-size: 11px; }
.small-image-preview { width: 64px; height: 46px; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--champagne); }
.small-image-preview img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-media-panel .content-section-heading h2 { margin-bottom: 18px; }
.about-media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.about-media-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.about-media-grid figure:first-child { grid-column: 1 / -1; }
.about-media-grid img { display: block; width: 100%; height: 72px; object-fit: cover; }
.about-media-grid figure:first-child img { height: 96px; }
.about-media-grid figcaption { display: grid; gap: 2px; padding: 9px 10px; }
.about-media-grid figcaption strong { font-size: 12px; }
.about-media-grid figcaption span { color: var(--muted); font-size: 10px; }
.about-media-list { display: grid; gap: 8px; }
.media-name-row, .image-name-row { display: grid; grid-template-columns: minmax(90px, auto) 1fr auto; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--line); background: var(--cream); }
.media-name-row span, .image-name-row span { color: var(--muted); font-size: 11px; }
.media-name-row strong, .image-name-row span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.media-name-row strong { font-size: 11px; font-weight: 600; }
.media-name-row a, .image-name-row a { color: #a6442f; font-size: 11px; text-decoration: none; white-space: nowrap; }
@media (max-width: 820px) { .about-editor-layout { grid-template-columns: 1fr; } .about-media-panel { order: -1; } }
.admin-workspace { display: grid; grid-template-columns: 246px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar { display: flex; flex-direction: column; gap: 22px; padding: 26px 16px; border-right: 1px solid var(--line); background: #3f3025; color: #fffaf2; }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 4px 10px 22px; color: #fffaf2; text-decoration: none; border-bottom: 1px solid #ffffff24; }
.admin-brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--gold); color: #3f3025; font-size: 11px; font-weight: 800; }
.admin-brand strong, .admin-brand small, .admin-user strong, .admin-user small { display: block; }
.admin-brand strong { font: 20px 'Playfair Display', serif; }
.admin-brand small, .admin-user small { margin-top: 2px; color: #cdbfae; font-size: 10px; }
.admin-menu { display: grid; gap: 3px; overflow-y: auto; }
.admin-menu p { margin: 12px 10px 5px; color: #bda991; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.admin-menu a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 5px; color: #eadfce; font-size: 12px; text-decoration: none; }
.admin-menu a:hover, .admin-menu a.is-active { background: #ffffff16; color: #fff; }
.admin-menu a.is-active { box-shadow: inset 3px 0 var(--gold); }
.admin-menu a span { width: 42px; color: #c9a86d; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.admin-sidebar-store { display: flex; justify-content: space-between; margin-top: auto; padding: 12px 10px; border-top: 1px solid #ffffff24; color: #eadfce; font-size: 11px; text-decoration: none; }
.admin-content { min-width: 0; padding: 42px clamp(24px, 5vw, 68px) 60px; background: #f7f1e8; }
.admin-topbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 26px; }
.admin-breadcrumb { color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.admin-topbar h1 { margin: 12px 0 6px; font-size: clamp(32px, 4vw, 52px); }
.admin-user { display: flex; align-items: center; gap: 10px; min-width: 180px; padding: 8px; border: 1px solid var(--line); background: var(--paper); }
.admin-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--gold); color: #3f3025; font-weight: 800; }
.admin-user strong { font-size: 12px; }
.admin-user a { margin-left: auto; color: var(--gold-dark); font-size: 10px; text-decoration: none; }
.admin-status-row { display: flex; justify-content: space-between; margin: 32px 0 14px; color: var(--muted); font-size: 11px; }
.admin-clock, .admin-status-row time { display: flex; align-items: center; gap: 7px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #4d9b68; box-shadow: 0 0 0 4px #4d9b6820; }
.admin-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.admin-quick-card { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 16px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); text-decoration: none; transition: transform .2s, border-color .2s; }
.admin-quick-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.admin-quick-primary { background: #ead5ad; }
.quick-icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; background: #fffaf2; color: var(--gold-dark); font-size: 9px; font-weight: 800; }
.admin-quick-card strong, .admin-quick-card small { display: block; }
.admin-quick-card strong { font-size: 12px; }
.admin-quick-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.admin-quick-card b { margin-left: auto; color: var(--gold-dark); font-size: 10px; }
.admin-metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 14px 0 28px; }
.admin-metric-card { position: relative; overflow: hidden; display: grid; gap: 5px; padding: 20px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); text-decoration: none; }
.admin-metric-card:after { content: ''; position: absolute; right: -22px; bottom: -32px; width: 90px; height: 90px; border: 1px solid #0879e330; border-radius: 50%; }
.admin-metric-card.metric-highlight { background: linear-gradient(135deg, #0879e8, #5d20a6); color: white; border-color: transparent; }
.admin-metric-card.metric-highlight:after { border-color: #ffffff45; }
.metric-label { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.metric-highlight .metric-label, .metric-highlight small { color: #eaf4ff; }
.admin-metric-card strong { font: 600 34px/1 'Playfair Display', serif; }
.admin-metric-card small { color: var(--muted); font-size: 10px; }
.admin-analytics { margin: 12px 0 42px; padding: 22px 24px; border: 1px solid var(--line); background: var(--paper); }
.analytics-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; }
.analytics-heading h2 { margin: 4px 0 0; font-size: 28px; }
.analytics-heading a { color: var(--peacock); font-size: 11px; text-decoration: none; }
.order-chart { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; height: 190px; align-items: end; }
.chart-column { display: grid; grid-template-rows: 18px 1fr 20px; height: 100%; gap: 6px; text-align: center; }
.chart-column > span { color: var(--peacock-purple); font-size: 11px; font-weight: 800; }
.chart-track { position: relative; display: flex; align-items: end; justify-content: center; height: 100%; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to top, transparent 0 37px, #d8e5f566 38px); }
.chart-track i { display: block; width: min(42px, 55%); min-height: 5px; border-radius: 7px 7px 0 0; background: linear-gradient(180deg, var(--peacock), var(--peacock-purple)); animation: chartRise .8s cubic-bezier(.22,.8,.25,1) both; transform-origin: bottom; }
.chart-column:nth-child(2) .chart-track i { background: linear-gradient(180deg, var(--gold), #e99b18); animation-delay: .08s; }.chart-column:nth-child(3) .chart-track i { background: linear-gradient(180deg, var(--green), #117d59); animation-delay: .16s; }
.chart-column small { color: var(--muted); font-size: 10px; }
@keyframes chartRise { from { transform: scaleY(0); opacity: .3; } to { transform: scaleY(1); opacity: 1; } }
.admin-section-title { display: flex; justify-content: space-between; align-items: end; margin: 46px 0 20px; }
.admin-section-title h2 { margin: 5px 0 0; font-size: 30px; }
.admin-section-title .muted { font-size: 11px; }
.admin-content .admin-cards { grid-template-columns: repeat(4, 1fr); margin: 0; }
@media (max-width: 980px) { .admin-workspace { grid-template-columns: 1fr; } .admin-sidebar { position: static; } .admin-menu { grid-template-columns: repeat(3, 1fr); } .admin-menu p { grid-column: 1 / -1; } .admin-sidebar-store { margin-top: 4px; } .admin-content .admin-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .admin-content { padding: 28px 18px 45px; } .admin-topbar { display: block; } .admin-user { margin-top: 22px; } .admin-menu { grid-template-columns: repeat(2, 1fr); } .admin-quick-grid, .admin-metric-grid { grid-template-columns: 1fr; } .admin-section-title { display: block; } .admin-section-title .muted { display: block; margin-top: 8px; } .admin-content .admin-cards { grid-template-columns: 1fr; } .admin-analytics { padding: 18px 14px; overflow-x: auto; } .order-chart { min-width: 430px; } }
.site-header { background: #ffffffeb; border-bottom-color: #cfe0f4; }
.site-header:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--peacock), var(--gold), var(--green), var(--peacock-purple)); }
.brand { color: var(--ink); letter-spacing: 3px; }
.brand span { color: var(--peacock); }
.brand-logo { max-width: 190px; height: 54px; }
nav a.active, nav a:hover { background: var(--peacock); color: white; }
.wishlist-link { color: var(--peacock); border-color: #cfe0f4; }
.wishlist-count { background: var(--peacock-purple); }
.eyebrow { color: var(--peacock); }
.hero-slider { background: linear-gradient(135deg, #0b5db9, #173b78 58%, #5d20a6); }
.hero-slide { background-color: #173b78; }
.hero-slide:after { background: linear-gradient(90deg, #173b78dd, #173b7850 58%, transparent); }
.hero-copy h1 { text-shadow: 0 2px 0 #173b7840; }
.button { background: var(--peacock); }
.button:hover { background: var(--peacock-purple); }
.text-button { background: transparent; color: var(--peacock-purple); }
.text-button:hover { background: transparent; color: var(--peacock); }
.button-light { background: var(--gold); color: var(--ink); }
.button-light:hover { background: #ffe96a; }
.trust-strip { border-color: #cfe0f4; background: linear-gradient(90deg, #eaf4ff, #fffdf2, #effcf4); }
.amount-card { background: linear-gradient(135deg, var(--peacock), var(--peacock-purple)); }
.product-image, .featured-image, .home-product-image { background: linear-gradient(135deg, #eef7ff, #fff6bb); }
.product-card:hover, .featured-card:hover, .home-product-card:hover { border-color: var(--peacock); }
.price, .featured-card small, .home-product-card small { color: var(--peacock-purple); }
.product-image span, .featured-image span, .home-product-image span { color: var(--peacock-purple); }
.shop-by-occasion-card:hover, .shop-by-metal-card:hover { border-color: var(--peacock); }
.occasion-image, .metal-image { background: radial-gradient(circle at center, #fffdf0 0%, #e6f3ff 100%); }
.occasion-icon, .metal-image .metal-icon { color: var(--peacock-purple); }
.promo-banner { background-color: var(--peacock); }
.site-footer { background: #173b78; color: #eef6ff; }
.site-footer .brand { color: white; }
.site-footer .brand span { color: var(--gold); }
.floating-social { border-color: #b9d4f3; background: #ffffffed; }
.cart-link { position: relative; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid #cfe0f4; border-radius: 50%; background: var(--paper); color: var(--peacock); text-decoration: none; }
.cart-icon { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.cart-count { position: absolute; top: -7px; right: -4px; min-width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid var(--paper); border-radius: 50%; background: var(--green); color: white; font-size: 10px; font-weight: 800; }
.buy-actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; width: 100%; margin: 22px 0 14px; }
.buy-actions form { display: flex; flex: 1 1 190px; align-items: center; gap: 8px; min-width: 0; }
.buy-actions input[type=number] { width: 58px; padding: 11px 8px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); color: var(--ink); }
.buy-actions .compact-action { flex: 1; min-width: 0; }
.button-buy-now { background: linear-gradient(135deg, #f2cf19, #f5a623); color: #173b78; border: 1px solid #d99f0b; box-shadow: 0 7px 16px #f2cf1945; }
.button-buy-now:hover { background: linear-gradient(135deg, #ffe86a, #f2cf19); color: #173b78; box-shadow: 0 10px 22px #f2cf1966; }
.icon-tooltip { position: relative; font-size: 18px !important; }
.icon-tooltip span { display: block; line-height: 1; }
.icon-tooltip:hover:after, .icon-tooltip:focus-visible:after, .buy-actions .button-buy-now:hover:after, .buy-actions .button-buy-now:focus-visible:after { content: 'Buy now'; position: absolute; z-index: 20; left: 50%; bottom: calc(100% + 8px); transform: translateX(-50%); padding: 5px 8px; border-radius: 4px; background: var(--ink); color: white; font-size: 10px; font-weight: 600; line-height: 1; white-space: nowrap; pointer-events: none; box-shadow: 0 5px 14px #173b7830; }
.wishlist-link, .cart-link, .wishlist-heart, .modal-close, .contact-toggle, [data-slider-prev], [data-slider-next] { position: relative; }
.wishlist-link:hover:after, .wishlist-link:focus-visible:after, .cart-link:hover:after, .cart-link:focus-visible:after, .wishlist-heart:hover:after, .wishlist-heart:focus-visible:after, .modal-close:hover:after, .modal-close:focus-visible:after, .contact-toggle:hover:after, .contact-toggle:focus-visible:after, [data-slider-prev]:hover:after, [data-slider-prev]:focus-visible:after, [data-slider-next]:hover:after, [data-slider-next]:focus-visible:after { content: attr(aria-label); position: absolute; z-index: 30; left: 50%; bottom: calc(100% + 8px); transform: translateX(-50%); padding: 5px 8px; border-radius: 4px; background: var(--ink); color: white; font-size: 10px; font-weight: 600; line-height: 1; white-space: nowrap; pointer-events: none; box-shadow: 0 5px 14px #173b7830; }
.buy-actions .button-buy-now { position: relative; font-size: 0 !important; }
.buy-actions .button-buy-now:before { content: '⚡'; font-size: 18px; line-height: 1; }
.button-outline { border: 1px solid var(--peacock); background: transparent; color: var(--peacock); }
.button-outline:hover { background: var(--peacock); color: white; }
.card-cart-actions { display: flex; align-items: stretch; gap: 6px; margin: 10px 0 6px; }
.card-cart-actions form { display: flex; flex: 1; min-width: 0; }
.button-card { padding: 9px 10px; font-size: 11px; }
.card-cart-actions .text-button, .featured-card .text-button, .home-product-card .text-button { padding: 0; font-size: 11px; }
.icon-action { display: inline-grid; width: 38px; height: 38px; place-items: center; padding: 0 !important; border-radius: 50%; font-size: 18px; line-height: 1; }
.icon-buy { color: var(--gold-dark); font-size: 17px; }
.card-cart-actions .icon-action { width: 32px; height: 32px; }
.compact-action { min-height: 31px; padding: 7px 5px !important; border-radius: 5px; font-size: 10px !important; line-height: 1.15; white-space: normal; text-align: center; }
.card-cart-actions .compact-action { width: 100%; }
.collection-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6px; width: 100%; margin-top: 10px; overflow: hidden; }
.collection-actions form, .collection-actions > a, .collection-actions > button { min-width: 0; max-width: 100%; width: 100%; overflow: hidden; }
.collection-actions button, .collection-actions a { box-sizing: border-box; }
.collection-actions form:first-child { grid-column: 1 / -1; }
.collection-actions form:first-child .compact-action { width: 100%; }
.collection-actions .breakdown-trigger { grid-column: 1 / -1; justify-content: center; min-height: 27px; padding: 5px 4px !important; font-size: 9px !important; }
.collection-actions .icon-tooltip { width: 100%; min-width: 38px; padding: 7px !important; }
.featured-card .text-button, .home-product-card .text-button, .wishlist-card .button-card { display: inline-flex; width: auto; height: auto; padding: 8px 11px; border: 0; border-radius: 5px; background: var(--peacock); color: white; font-size: 11px; text-decoration: none; }
.featured-card .text-button:hover, .home-product-card .text-button:hover, .wishlist-card .button-card:hover { background: var(--peacock-purple); color: white; }
.featured-card > a { display: block; color: inherit; text-decoration: none; }
.featured-card form { margin-top: 8px; }
.cart-shell { max-width: 1180px; margin: auto; padding: 58px 5vw 100px; }
.cart-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 34px; }
.cart-heading h1 { margin-bottom: 10px; font-size: clamp(3rem, 6vw, 5rem); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 24px; align-items: start; }
.cart-items { display: grid; gap: 12px; }
.cart-item { display: grid; grid-template-columns: 128px 1fr; gap: 18px; padding: 14px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 28px #173b7809; }
.cart-item-image { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #eef7ff, #fff6bb); }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-image span { color: var(--peacock-purple); font: 600 28px 'Playfair Display', serif; }
.cart-item-info h2 { margin: 2px 0 8px; font-size: 24px; }
.cart-item-bottom { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.cart-item-bottom label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.cart-item-bottom input { width: 54px; padding: 7px; border: 1px solid var(--line); }
.cart-item-bottom strong { margin-left: auto; color: var(--peacock-purple); font-size: 17px; }
.cart-remove, .cart-clear { border: 0; background: transparent; color: #a6442f; cursor: pointer; font-size: 11px; }
.cart-summary { position: sticky; top: 100px; padding: 25px; border: 1px solid #cfe0f4; background: linear-gradient(145deg, #eaf4ff, #fffdf0); }
.cart-summary h2 { margin: 4px 0 24px; font-size: 30px; }
.cart-summary > div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #cfe0f4; color: var(--muted); font-size: 13px; }
.cart-summary > div strong { color: var(--ink); }
.cart-summary .cart-total { margin: 8px 0 14px; border-bottom: 0; color: var(--ink); font-size: 15px; font-weight: 700; }
.cart-summary .cart-total strong { color: var(--peacock-purple); font-size: 21px; }
.cart-summary .button { width: 100%; margin-top: 8px; text-decoration: none; }
.cart-note { color: var(--muted); font-size: 11px; }
.cart-clear { display: block; margin: 14px auto 0; }
.cart-empty { display: grid; justify-items: center; padding: 80px 20px; border: 1px solid var(--line); background: var(--paper); text-align: center; }
.cart-empty-mark { display: grid; width: 66px; height: 66px; place-items: center; border-radius: 50%; background: var(--peacock); color: var(--gold); font-weight: 800; }
.cart-empty h2 { margin: 22px 0 8px; font-size: 34px; }
.checkout-page { max-width: 1180px; margin: auto; padding: 58px 5vw 100px; }
.checkout-hero { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 24px 0 42px; }
.checkout-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--peacock-purple); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.checkout-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px #299b6220; animation: checkoutPulse 1.8s infinite; }
.checkout-hero h1 { max-width: 600px; margin: 14px 0 12px; font-size: clamp(3rem, 6vw, 5.5rem); }
.checkout-hero p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; }
.checkout-stepper { display: flex; align-items: center; gap: 18px; padding: 12px 15px; border: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: 10px; }
.checkout-stepper span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.checkout-stepper b { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--champagne); color: var(--ink); }
.checkout-stepper .is-current { color: var(--peacock); font-weight: 700; }
.checkout-stepper .is-current b { background: var(--peacock); color: white; }
.checkout-alert { max-width: none; animation: checkoutReveal .5s both; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 22px; align-items: start; }
.checkout-panel { border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 50px #173b7810; animation: checkoutReveal .7s both; }
.checkout-summary { animation-delay: .1s; }
.checkout-form { padding: clamp(24px, 4vw, 42px); }
.panel-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 28px; }
.panel-heading h2 { margin: 3px 0 0; font-size: 30px; }
.panel-number { color: var(--champagne); font: 600 52px/.8 'Playfair Display', serif; }
.checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.checkout-fields label { display: grid; gap: 6px; color: var(--ink); font-size: 11px; font-weight: 700; }
.checkout-fields label span { color: var(--muted); font-weight: 400; }
.checkout-fields .field-wide { grid-column: 1 / -1; }
.checkout-fields input, .checkout-fields textarea { width: 100%; border: 1px solid var(--line); background: #fafdff; color: var(--ink); padding: 13px 14px; outline: 0; transition: border-color .2s, box-shadow .2s, transform .2s; }
.checkout-fields textarea { min-height: 105px; resize: vertical; }
.checkout-fields input:focus, .checkout-fields textarea:focus { border-color: var(--peacock); box-shadow: 0 0 0 4px #0879e812; transform: translateY(-1px); }
.payment-choice { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 14px; border: 1px solid #f2cf19aa; background: linear-gradient(100deg, #fffbea, #f5fbff); }
.payment-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--peacock); color: white; font-weight: 800; }
.payment-choice strong, .payment-choice small { display: block; }
.payment-choice strong { font-size: 13px; }
.payment-choice small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.payment-choice b { margin-left: auto; color: var(--green); font-size: 10px; text-transform: uppercase; }
.checkout-security { margin: 17px 0 23px; color: var(--muted); font-size: 10px; }
.checkout-security span { margin-right: 6px; color: var(--green); font-weight: 800; }
.checkout-submit { width: 100%; justify-content: space-between; padding: 15px 17px; background: var(--peacock); }
.checkout-submit strong { margin-left: auto; margin-right: 18px; color: var(--gold); }
.checkout-submit span { font-size: 18px; transition: transform .2s; }
.checkout-submit:hover span { transform: translateX(4px); }
.checkout-summary { position: sticky; top: 100px; padding: clamp(22px, 3vw, 32px); background: linear-gradient(145deg, #edf7ff, #fffdf0); }
.summary-count { padding: 6px 9px; border-radius: 99px; background: #dcecff; color: var(--peacock); font-size: 10px; font-weight: 700; }
.checkout-items { display: grid; gap: 13px; }
.checkout-item { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 11px; padding-bottom: 13px; border-bottom: 1px solid #cfe0f4; }
.checkout-item-image { width: 55px; height: 55px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #eef7ff, #fff6bb); }
.checkout-item-image img { width: 100%; height: 100%; object-fit: cover; }
.checkout-item-image span { color: var(--peacock-purple); font: 600 18px 'Playfair Display', serif; }
.checkout-item strong, .checkout-item small { display: block; }
.checkout-item strong { font-size: 12px; }
.checkout-item small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.checkout-item > b { color: var(--peacock-purple); font-size: 12px; }
.checkout-total { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; color: var(--ink); font-weight: 700; }
.checkout-total strong { color: var(--peacock-purple); font-size: 25px; }
.checkout-summary-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; }
@keyframes checkoutReveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes checkoutPulse { 50% { box-shadow: 0 0 0 9px #299b6208; } }
@media (max-width: 820px) { .checkout-hero { display: block; } .checkout-stepper { width: fit-content; margin-top: 25px; } .checkout-grid { grid-template-columns: 1fr; } .checkout-summary { position: static; grid-row: 1; } }
@media (max-width: 560px) { .checkout-page { padding-top: 28px; } .checkout-stepper { width: 100%; justify-content: space-between; gap: 5px; } .checkout-stepper span { font-size: 9px; } .checkout-fields { grid-template-columns: 1fr; } .checkout-fields .field-wide { grid-column: auto; } .checkout-form { padding: 22px 17px; } }
.export-actions { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.export-actions .button { padding: 9px 13px; font-size: 11px; text-decoration: none; }
.order-filter { display: flex; align-items: end; gap: 16px; margin: 24px 0; padding: 14px 16px; border: 1px solid var(--line); background: var(--paper); }
.order-filter label { display: grid; gap: 5px; min-width: 210px; color: var(--muted); font-size: 11px; font-weight: 700; }
.order-filter select { padding: 9px 12px; border: 1px solid var(--line); background: var(--cream); color: var(--ink); }
.order-filter > span { color: var(--muted); font-size: 11px; }
@media (max-width: 560px) { .order-filter { display: block; } .order-filter > span { display: block; margin-top: 10px; } }
.status-update-list { display: grid; gap: 14px; margin-top: 28px; }
.status-update-card { display: grid; grid-template-columns: 120px minmax(180px, 1fr) 150px minmax(270px, .9fr); gap: 20px; align-items: center; padding: 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 10px 24px #173b7808; }
.status-order-id, .status-customer, .status-total { display: grid; gap: 3px; }
.status-order-id span, .status-total span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.status-order-id strong { color: var(--peacock); font-size: 16px; }
.status-order-id small, .status-customer span, .status-customer small, .status-total small { color: var(--muted); font-size: 10px; }
.status-customer strong { font-size: 13px; }
.status-customer small { overflow-wrap: anywhere; }
.status-total strong { color: var(--peacock-purple); font-size: 18px; }
.status-update-form { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 8px; }
.status-update-form label { display: grid; gap: 4px; color: var(--muted); font-size: 10px; font-weight: 700; }
.status-update-form select { min-width: 0; padding: 9px 8px; border: 1px solid var(--line); background: var(--cream); color: var(--ink); }
.status-update-form .button { padding: 10px 12px; font-size: 11px; white-space: nowrap; }
@media (max-width: 1000px) { .status-update-card { grid-template-columns: 110px 1fr 140px; } .status-update-form { grid-column: 1 / -1; } }
@media (max-width: 620px) { .status-update-card { grid-template-columns: 1fr 1fr; gap: 14px; } .status-total { text-align: right; } .status-update-form { grid-template-columns: 1fr 1fr; } .status-update-form .button { grid-column: 1 / -1; } }
@media (max-width: 760px) { .cart-heading { display: block; } .cart-heading .back-link { display: inline-block; margin-top: 14px; } .cart-layout { grid-template-columns: 1fr; } .cart-summary { position: static; } .cart-item { grid-template-columns: 86px 1fr; gap: 12px; } .cart-item-info h2 { font-size: 20px; } .cart-item-bottom { flex-wrap: wrap; gap: 10px; } .cart-item-bottom strong { margin-left: 0; } }
@media (max-width: 480px) { .buy-actions { gap: 8px; } .buy-actions form { flex-basis: 100%; } }
