:root {
  --navy: #0d3f69;
  --navy-deep: #082f52;
  --navy-soft: #1d557f;
  --gold: #b78a3b;
  --gold-light: #d6b878;
  --ivory: #f8f5ee;
  --ivory-deep: #f1ebdf;
  --paper: #fffdfa;
  --ink: #14283a;
  --muted: #687683;
  --line: #e7e0d4;
  --success: #2e8a57;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { margin-inline: auto; max-width: 1240px; padding-inline: 28px; width: 100%; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }

.utility-bar { background: #f2f3f4; border-bottom: 1px solid #e7e8e9; color: #51606d; font-size: 12px; }
.utility-inner { align-items: center; display: flex; height: 32px; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner nav { align-items: center; display: flex; gap: 20px; }
.utility-inner a { transition: color .2s; }
.utility-inner a:hover { color: var(--navy); }
.language-button { background: none; border: 0; color: var(--navy); cursor: pointer; font-size: 11px; font-weight: 700; padding: 0; }
.language-switcher { position: relative; }
.language-switcher > summary { align-items: center; display: flex; gap: 4px; list-style: none; }
.language-switcher > summary::-webkit-details-marker { display: none; }
.language-switcher > summary .nav-caret { font-size: 9px; transition: transform .2s; }
.language-switcher[open] > summary .nav-caret { transform: rotate(180deg); }
.language-menu { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 34px rgba(12,39,60,.13); list-style: none; margin: 0; min-width: 178px; padding: 6px; position: absolute; right: 0; top: calc(100% + 7px); z-index: 45; }
.language-menu a { border-radius: 5px; color: #51606d; display: block; font-size: 12px; padding: 8px 11px; white-space: nowrap; }
.language-menu a:hover { background: var(--ivory); color: var(--navy); }
.language-menu a.is-active { background: var(--ivory-deep); color: var(--navy); font-weight: 600; }

.site-header { background: rgba(255,253,250,.96); border-bottom: 1px solid rgba(225,216,202,.72); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); }
.header-inner { align-items: center; display: grid; gap: 26px; grid-template-columns: auto 1fr auto; min-height: 88px; }
.brand { align-items: center; display: inline-flex; flex-shrink: 0; gap: 12px; }
.brand-mark { color: var(--gold); font-family: var(--serif); font-size: 36px; line-height: 1; }
.brand-copy { display: flex; flex-direction: column; gap: 5px; }
.brand-copy strong { color: var(--navy); font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: .045em; white-space: nowrap; }
.brand-copy small { align-items: center; color: #756e65; display: flex; font-family: var(--serif); font-size: 8px; gap: 7px; letter-spacing: .17em; justify-content: center; }
.brand-copy small i { background: var(--gold-light); height: 1px; width: 22px; }
.main-nav { align-items: center; display: flex; gap: clamp(24px, 2.8vw, 42px); justify-content: center; }
.main-nav > a, .nav-shop-button { background: none; border: 0; color: #354b5c; cursor: pointer; font-family: var(--serif); font-size: 13px; letter-spacing: .075em; padding: 34px 0 31px; position: relative; text-transform: uppercase; }
.main-nav > a::after, .nav-shop-button::after { background: var(--gold); bottom: 24px; content: ""; height: 1px; left: 50%; position: absolute; transform: translateX(-50%) scaleX(0); transition: transform .25s; width: 28px; }
.main-nav > a:hover::after, .main-nav > a.active::after, .nav-shop-button:hover::after, .nav-shop-button.is-open::after, .nav-shop-button.active::after { transform: translateX(-50%) scaleX(1); }
.main-nav > a:hover, .main-nav > a.active, .nav-shop-button:hover, .nav-shop-button.is-open, .nav-shop-button.active { color: var(--navy); }
.nav-caret { color: var(--gold); display: inline-block; margin-left: 4px; transition: transform .2s; }
.nav-shop-button.is-open .nav-caret { transform: rotate(180deg); }
.mobile-nav-close { display: none; }
.mobile-wishlist-link { display: none; }
.header-actions { align-items: center; display: flex; gap: 8px; }
.search-box { align-items: stretch; border: 1px solid var(--line); display: flex; height: 43px; overflow: hidden; transition: border-color .2s, box-shadow .2s; width: clamp(180px, 17vw, 240px); }
.search-box:focus-within { border-color: var(--navy-soft); box-shadow: 0 0 0 3px rgba(13,63,105,.08); }
.search-box input { background: #fff; border: 0; color: var(--ink); min-width: 0; outline: none; padding: 0 14px; width: 100%; }
.search-box input::placeholder { color: #a39e95; font-family: var(--serif); font-size: 12px; }
.search-box button { align-items: center; background: var(--navy); border: 0; color: white; cursor: pointer; display: flex; justify-content: center; transition: background .2s; width: 44px; }
.search-box button:hover { background: var(--navy-deep); }
.icon-button { align-items: center; background: transparent; border: 0; border-radius: 50%; color: var(--navy); cursor: pointer; display: inline-flex; height: 40px; justify-content: center; position: relative; transition: background .2s, transform .2s; width: 40px; }
.icon-button:hover { background: var(--ivory-deep); }
.icon-button:active { transform: scale(.94); }
.action-count { align-items: center; background: var(--gold); border: 2px solid white; border-radius: 50%; color: white; display: flex; font-size: 9px; font-weight: 800; height: 18px; justify-content: center; position: absolute; right: -1px; top: 0; width: 18px; }
.menu-button { display: none; }

.mega-scrim { animation: mega-fade-in .2s ease both; background: rgba(19,31,39,.58); border: 0; inset: 0; position: fixed; width: 100%; z-index: 25; backdrop-filter: blur(1.5px); }
.mega-menu { animation: mega-drop-in .24s ease both; background: var(--paper); border-top: 2px solid var(--gold); box-shadow: 0 24px 60px rgba(9,24,36,.24); left: 50%; max-height: calc(100vh - 112px); overflow-y: auto; padding: 30px; position: absolute; top: 100%; transform: translateX(-50%); width: min(1180px, calc(100vw - 48px)); z-index: 40; }
.mega-layout { display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) 238px; }
.mega-categories { display: grid; gap: 26px 30px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mega-category h2 { color: var(--navy); font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: .015em; margin: 0 0 12px; }
.mega-category ul { display: flex; flex-direction: column; gap: 9px; list-style: none; margin: 0; padding: 0; }
.mega-category li button, .mega-category li a { align-items: baseline; background: none; border: 0; color: #5c6872; cursor: pointer; display: flex; font-family: var(--serif); font-size: 12px; gap: 6px; line-height: 1.25; padding: 0; text-align: left; transition: color .18s, transform .18s; }
.mega-category li button:hover, .mega-category li a:hover { color: var(--navy); transform: translateX(2px); }
.mega-category li small { color: #a0aab1; font-family: var(--sans); font-size: 9px; }
.mega-view-more { background: none; border: 0; border-bottom: 1px solid var(--gold-light); color: var(--navy); cursor: pointer; display: inline-block; font-family: var(--serif); font-size: 12px; font-weight: 600; margin-top: 13px; padding: 0 0 5px; transition: border-color .2s, color .2s; }
.mega-view-more:hover { border-color: var(--navy); color: var(--gold); }
.mega-promo { background: linear-gradient(150deg, #0b345a, #174f7d); color: white; display: flex; flex-direction: column; justify-content: space-between; min-height: 414px; overflow: hidden; padding: 31px 24px 25px; position: relative; }
.mega-promo::after { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 210px; position: absolute; right: -100px; top: -75px; width: 210px; }
.mega-promo-cross { color: var(--gold-light); font-family: var(--serif); font-size: 29px; position: relative; z-index: 1; }
.mega-promo div { position: relative; z-index: 1; }
.mega-promo div small { color: var(--gold-light); font-family: var(--serif); font-size: 10px; letter-spacing: .13em; }
.mega-promo h2 { font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.06; margin: 9px 0 0; }
.mega-promo > button { align-items: center; background: none; border: 0; border-bottom: 1px solid var(--gold-light); color: white; cursor: pointer; display: flex; font-family: var(--serif); font-size: 10px; gap: 3px; letter-spacing: .065em; padding: 0 0 6px; position: relative; text-transform: uppercase; width: max-content; z-index: 1; }
.mega-promo > button:hover { color: var(--gold-light); }
.mega-close { align-items: center; background: var(--ivory); border: 0; border-radius: 50%; color: var(--navy); cursor: pointer; display: none; height: 38px; justify-content: center; position: absolute; right: 18px; top: 18px; width: 38px; z-index: 2; }

@keyframes mega-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes mega-drop-in { from { opacity: 0; transform: translate(-50%, -8px); } to { opacity: 1; transform: translate(-50%, 0); } }

.hero { background-image: url("/img/hero.jpg"); background-position: center; background-size: cover; min-height: 620px; overflow: hidden; position: relative; }
.hero-overlay { background: linear-gradient(90deg, rgba(250,247,240,.98) 0%, rgba(250,247,240,.91) 28%, rgba(250,247,240,.54) 49%, rgba(250,247,240,.1) 70%, rgba(250,247,240,0) 84%); inset: 0; position: absolute; }
.hero-inner { align-items: center; display: flex; min-height: 620px; position: relative; z-index: 1; }
.hero-copy { max-width: 455px; padding: 54px 0 70px 10px; }
.eyebrow { align-items: center; color: var(--gold); display: flex; font-family: var(--serif); font-size: 14px; gap: 10px; letter-spacing: .16em; margin-bottom: 16px; text-transform: uppercase; }
.eyebrow b { font-size: 21px; font-weight: 400; }
.hero h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(58px, 5.4vw, 82px); font-weight: 400; letter-spacing: -.015em; line-height: .91; margin: 0; text-transform: uppercase; }
.ornament { align-items: center; color: var(--gold); display: flex; gap: 8px; margin: 25px 0 20px; width: 156px; }
.ornament i { background: var(--gold-light); height: 1px; flex: 1; }
.ornament b { font-size: 12px; font-weight: 400; }
.hero-copy > p { color: #465460; font-family: var(--serif); font-size: 16px; line-height: 1.7; margin: 0 0 28px; max-width: 405px; }
.primary-button { align-items: center; background: var(--navy); border: 1px solid var(--navy); border-radius: 4px; color: #fff; display: inline-flex; font-family: var(--serif); font-size: 13px; gap: 22px; justify-content: center; letter-spacing: .09em; min-height: 50px; padding: 0 27px; text-transform: uppercase; transition: background .2s, box-shadow .2s, transform .2s; }
.primary-button:hover { background: var(--navy-deep); box-shadow: 0 10px 25px rgba(8,47,82,.18); transform: translateY(-2px); }

.benefits-shell { background: var(--paper); position: relative; z-index: 3; }
.benefits-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); padding-bottom: 24px; padding-top: 24px; }
.benefit-card { align-items: center; background: white; border: 1px solid var(--line); border-radius: 14px; display: flex; gap: 15px; min-height: 92px; padding: 18px 20px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.benefit-card:hover { border-color: #d8c8aa; box-shadow: 0 12px 30px rgba(32,45,57,.07); transform: translateY(-3px); }
.benefit-icon { align-items: center; color: var(--navy); display: flex; flex-shrink: 0; justify-content: center; }
.benefit-card > span:last-child { display: flex; flex-direction: column; gap: 6px; }
.benefit-card strong { color: var(--navy); font-family: var(--serif); font-size: 13px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.benefit-card small { color: var(--muted); font-family: var(--serif); font-size: 11px; line-height: 1.35; }

.section { padding-bottom: 70px; padding-top: 78px; position: relative; }
.section-heading { align-items: center; display: flex; gap: 19px; justify-content: center; margin-inline: auto; text-align: center; }
.section-heading > span { background: var(--gold-light); height: 1px; width: 58px; }
.section-heading p { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .23em; margin: 0 0 8px; text-transform: uppercase; }
.section-heading h2 { color: var(--navy); font-family: var(--serif); font-size: clamp(32px, 3vw, 44px); font-weight: 400; letter-spacing: .015em; line-height: 1; margin: 0; text-transform: uppercase; }
.view-all { align-items: center; color: var(--navy); display: flex; font-family: var(--serif); font-size: 12px; gap: 3px; margin-left: auto; margin-top: -20px; width: max-content; }
.view-all:hover { color: var(--gold); }
.category-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-top: 32px; }
.category-card { border-radius: 18px; box-shadow: 0 13px 34px rgba(22,36,48,.09); height: 345px; overflow: hidden; position: relative; }
.category-card img { height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.category-card:nth-child(1) img { object-position: center 23%; }
.category-card:nth-child(2) img { object-position: center; }
.category-card:nth-child(3) img { object-position: 55% center; }
.category-card:nth-child(4) img { object-position: center; }
.category-card:hover img { transform: scale(1.045); }
.category-shade { background: linear-gradient(180deg, rgba(5,31,53,0) 35%, rgba(5,31,53,.86) 100%); inset: 0; position: absolute; }
.category-name { bottom: 27px; color: #fff; font-family: var(--serif); font-size: 20px; left: 20px; letter-spacing: .035em; position: absolute; right: 20px; text-align: center; text-transform: uppercase; }
.category-name i { background: var(--gold-light); display: block; height: 2px; margin: 12px auto 0; transition: width .25s; width: 26px; }
.category-card:hover .category-name i { width: 46px; }

.products-section { padding-top: 56px; }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-top: 32px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: border-color .25s, box-shadow .25s, transform .25s; }
.product-card:hover { border-color: #d7c8ad; box-shadow: 0 18px 40px rgba(31,44,55,.09); transform: translateY(-5px); }
.product-image-wrap { background: #f5f2ec; height: 270px; overflow: hidden; position: relative; }
.product-image-wrap img { height: 100%; object-fit: cover; transition: transform .45s; width: 100%; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.favorite-button { align-items: center; background: rgba(255,255,255,.92); border: 1px solid rgba(223,218,209,.9); border-radius: 50%; color: var(--navy); cursor: pointer; display: flex; height: 38px; justify-content: center; position: absolute; right: 14px; top: 14px; transition: background .2s, color .2s, transform .2s; width: 38px; }
.favorite-button:hover { transform: scale(1.06); }
.favorite-button.is-favorite { background: var(--navy); color: white; }
.favorite-button.is-favorite svg { fill: currentColor; }
.product-body { display: flex; flex-direction: column; min-height: 238px; padding: 19px; }
.product-code { color: #87909a; font-size: 10px; letter-spacing: .11em; margin-bottom: 8px; }
.product-body h3 { color: #273b4b; font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1.3; margin: 0 0 8px; min-height: 44px; }
.product-price { color: var(--navy); font-family: var(--serif); font-size: 20px; font-weight: 500; margin-top: auto; }
.stock { align-items: center; color: #65726c; display: flex; font-size: 11px; gap: 7px; margin: 10px 0 15px; }
.stock i { background: var(--success); border-radius: 50%; height: 7px; width: 7px; }
.cart-button { align-items: center; background: var(--navy); border: 1px solid var(--navy); border-radius: 5px; color: white; cursor: pointer; display: flex; font-family: var(--serif); font-size: 12px; gap: 10px; justify-content: center; letter-spacing: .055em; min-height: 43px; text-transform: uppercase; transition: background .2s, transform .2s; width: 100%; }
.cart-button:hover { background: var(--navy-deep); }
.cart-button:active { transform: scale(.98); }
.cart-button.added { background: var(--success); border-color: var(--success); }

.story-strip { background: linear-gradient(100deg, #f5f8fa, #fbf7ed, #f5f8fa); border: 1px solid var(--line); border-radius: 20px; margin-bottom: 84px; overflow: hidden; padding-bottom: 0; padding-top: 0; }
.story-heading { padding: 35px 25px 28px; text-align: center; }
.story-heading > span { color: var(--gold); font-size: 25px; }
.story-heading p { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; margin: 8px 0; text-transform: uppercase; }
.story-heading h2 { color: var(--navy); font-family: var(--serif); font-size: 29px; font-weight: 400; margin: 0; text-transform: uppercase; }
.story-values { border-top: 1px solid rgba(213,203,186,.7); display: grid; grid-template-columns: repeat(4, 1fr); }
.story-values article { align-items: center; display: flex; gap: 13px; min-height: 102px; padding: 20px 26px; position: relative; }
.story-values article + article::before { background: #ded6c8; content: ""; height: 42px; left: 0; position: absolute; top: 30px; width: 1px; }
.story-values article > span, .story-values article > svg { color: var(--gold); flex-shrink: 0; font-family: var(--serif); font-size: 31px; }
.story-values article div { display: flex; flex-direction: column; gap: 5px; }
.story-values strong { color: #3c4a54; font-family: var(--serif); font-size: 13px; font-weight: 500; }
.story-values small { color: #79828a; font-family: var(--serif); font-size: 10px; }

footer { background: var(--navy-deep); color: rgba(255,255,255,.74); padding-top: 58px; }
.footer-grid { display: grid; gap: 55px; grid-template-columns: 1.55fr 1fr 1fr 1fr; padding-bottom: 48px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid p { font-family: var(--serif); font-size: 13px; line-height: 1.7; margin: 0; max-width: 290px; }
.footer-brand { margin-bottom: 10px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.55); justify-content: flex-start; }
.footer-grid h3 { color: white; font-family: var(--serif); font-size: 15px; font-weight: 500; letter-spacing: .08em; margin: 7px 0 10px; text-transform: uppercase; }
.footer-grid a { font-family: var(--serif); font-size: 13px; transition: color .2s; width: max-content; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); display: flex; font-size: 11px; justify-content: space-between; padding-bottom: 22px; padding-top: 22px; }

.page-scrim { background: rgba(4,18,29,.55); border: 0; inset: 0; position: fixed; z-index: 60; backdrop-filter: blur(2px); }
.cart-drawer { background: var(--paper); bottom: 0; max-width: 470px; overflow: hidden; padding: 26px; position: fixed; right: 0; top: 0; transform: translateX(105%); transition: transform .3s ease; width: 94vw; z-index: 70; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-heading { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 20px; }
.drawer-heading small { color: var(--gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.drawer-heading h2 { color: var(--navy); font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 4px 0 0; }
.drawer-heading h2 span { color: var(--muted); font-family: var(--sans); font-size: 13px; font-weight: 500; }
.empty-cart, .filled-cart { align-items: center; display: flex; flex-direction: column; height: calc(100% - 90px); justify-content: center; text-align: center; }
.empty-cart > span, .success-icon { align-items: center; background: var(--ivory-deep); border-radius: 50%; color: var(--navy); display: flex; height: 76px; justify-content: center; margin-bottom: 22px; width: 76px; }
.success-icon { background: #e5f3eb; color: var(--success); }
.empty-cart h3, .filled-cart h3 { color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 400; margin: 0 0 10px; }
.empty-cart p, .filled-cart p { color: var(--muted); font-family: var(--serif); font-size: 14px; line-height: 1.6; margin: 0 0 26px; max-width: 290px; }
.empty-cart .primary-button, .filled-cart .primary-button { cursor: pointer; }
.cart-content { display: flex; flex-direction: column; height: calc(100% - 89px); }
.shipping-progress { background: #f5f2eb; border-radius: 9px; margin: 18px 0 7px; padding: 13px 14px; }
.shipping-progress > div { align-items: center; color: #5d6b75; display: flex; font-family: var(--serif); font-size: 11px; gap: 9px; line-height: 1.35; }
.shipping-progress svg { color: var(--gold); flex-shrink: 0; }
.shipping-progress strong { color: var(--navy); font-weight: 600; }
.shipping-progress > i { background: #ded9cf; border-radius: 99px; display: block; height: 4px; margin-top: 10px; overflow: hidden; }
.shipping-progress > i > b { background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: inherit; display: block; height: 100%; transition: width .3s ease; }
.cart-items { flex: 1; min-height: 0; overflow-y: auto; padding: 8px 5px 8px 0; scrollbar-color: #c9c1b5 transparent; scrollbar-width: thin; }
.cart-item { border-bottom: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 88px minmax(0, 1fr); padding: 15px 0; }
.cart-item > img { background: var(--ivory); border-radius: 8px; height: 104px; object-fit: cover; width: 88px; }
.cart-item-body { min-width: 0; }
.cart-item-body > small { color: #9aa2a8; display: block; font-size: 8px; letter-spacing: .1em; margin-bottom: 5px; }
.cart-item-body h3 { color: #314757; font-family: var(--serif); font-size: 14px; font-weight: 400; line-height: 1.3; margin: 0 0 7px; }
.cart-item-body > strong { color: var(--navy); font-family: var(--serif); font-size: 15px; font-weight: 600; }
.cart-item-actions { align-items: center; display: flex; justify-content: space-between; margin-top: 11px; }
.quantity-control { align-items: center; border: 1px solid #d9d2c7; border-radius: 5px; display: inline-flex; height: 31px; overflow: hidden; }
.quantity-control button { background: #faf8f3; border: 0; color: var(--navy); cursor: pointer; font-size: 17px; height: 100%; line-height: 1; width: 30px; }
.quantity-control button:hover { background: var(--ivory-deep); }
.quantity-control span { align-items: center; border-inline: 1px solid #e4ddd2; color: #4d5b65; display: flex; font-size: 11px; height: 100%; justify-content: center; min-width: 31px; }
.remove-cart-item, .clear-cart, .continue-shopping { background: none; border: 0; color: #8b6d52; cursor: pointer; font-family: var(--serif); font-size: 10px; padding: 0; text-decoration: underline; text-decoration-color: #d8c5ad; text-underline-offset: 3px; }
.remove-cart-item:hover, .clear-cart:hover, .continue-shopping:hover { color: var(--navy); }
.cart-summary { background: var(--paper); border-top: 1px solid var(--line); padding-top: 16px; }
.clear-cart { display: block; margin-left: auto; margin-bottom: 10px; }
.summary-row { align-items: center; color: #51616d; display: flex; font-family: var(--serif); font-size: 14px; justify-content: space-between; }
.summary-row strong { color: var(--navy); font-size: 22px; font-weight: 600; }
.cart-summary > p { color: #879198; font-family: var(--serif); font-size: 10px; line-height: 1.45; margin: 7px 0 13px; }
.checkout-button { border: 0; cursor: pointer; justify-content: space-between; width: 100%; }
.continue-shopping { display: block; margin: 13px auto 0; }
.checkout-notice { align-items: flex-start; background: #e9f4ed; border: 1px solid #c8dfd0; border-radius: 7px; color: var(--success); display: flex; font-family: var(--serif); font-size: 10px; gap: 8px; line-height: 1.45; margin-bottom: 12px; padding: 10px; }
.checkout-notice svg { flex-shrink: 0; }

/* Unutrašnje stranice */
.internal-page { min-height: 100vh; }
.breadcrumb-bar { background: #fbfaf7; border-bottom: 1px solid var(--line); }
.breadcrumb-bar .breadcrumb { min-height: 50px; }
.breadcrumb { align-items: center; color: #899197; display: flex; font-family: var(--serif); font-size: 11px; gap: 9px; }
.breadcrumb a { transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }
.breadcrumb strong { color: var(--navy); font-weight: 500; }
.section-kicker { color: var(--gold); display: block; font-size: 10px; font-weight: 800; letter-spacing: .22em; margin-bottom: 13px; text-transform: uppercase; }
.section-kicker.light { color: var(--gold-light); }
.gold-rule { background: var(--gold-light); display: block; height: 2px; margin: 23px 0 25px; width: 46px; }

.about-story { align-items: center; display: grid; gap: clamp(54px, 7vw, 96px); grid-template-columns: .94fr 1.06fr; padding-bottom: 96px; padding-top: 66px; }
.about-story-copy h2 { color: var(--navy); font-family: var(--serif); font-size: clamp(34px, 3.5vw, 49px); font-weight: 400; letter-spacing: -.02em; line-height: 1.1; margin: 0; }
.about-story-copy > p { color: #5a6873; font-family: var(--serif); font-size: 15px; line-height: 1.8; margin: 0 0 17px; }
.about-signature { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 14px; margin-top: 28px; padding-top: 24px; }
.about-signature > span { align-items: center; background: var(--ivory-deep); border-radius: 50%; color: var(--gold); display: flex; font-family: var(--serif); font-size: 24px; height: 50px; justify-content: center; width: 50px; }
.about-signature div { display: flex; flex-direction: column; gap: 4px; }
.about-signature strong { color: var(--navy); font-family: var(--serif); font-size: 14px; font-weight: 500; }
.about-signature small { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.about-story-visual { background-image: linear-gradient(180deg, rgba(7,40,68,.04), rgba(7,40,68,.2)), url("/img/hero.jpg"); background-position: 75% center; background-size: cover; border-radius: 6px; box-shadow: 0 26px 60px rgba(12,39,60,.16); height: 540px; margin: 0; position: relative; }
.about-story-visual::before { border: 1px solid var(--gold-light); content: ""; inset: 18px; position: absolute; }
.about-visual-frame { align-items: center; background: rgba(8,47,82,.92); bottom: -28px; color: white; display: flex; flex-direction: column; height: 145px; justify-content: center; left: -34px; position: absolute; width: 170px; }
.about-visual-frame span { color: var(--gold-light); font-family: var(--serif); font-size: 35px; }
.about-visual-frame small { font-family: var(--serif); font-size: 11px; letter-spacing: .08em; margin-top: 8px; }
.about-values-section { background: #f6f4ef; border-block: 1px solid var(--line); padding: 86px 0 90px; }
.about-values-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 39px; }
.about-value-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; display: flex; gap: 18px; min-height: 168px; padding: 27px 24px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.about-value-card:hover { border-color: #d8c8aa; box-shadow: 0 15px 35px rgba(27,45,59,.07); transform: translateY(-3px); }
.about-value-icon { align-items: center; background: var(--ivory-deep); border-radius: 50%; color: var(--navy); display: flex; flex-shrink: 0; height: 51px; justify-content: center; width: 51px; }
.about-value-card h3 { color: var(--navy); font-family: var(--serif); font-size: 18px; font-weight: 500; margin: 2px 0 9px; }
.about-value-card p { color: var(--muted); font-family: var(--serif); font-size: 12px; line-height: 1.65; margin: 0; }
.about-cta-wrap { padding-bottom: 90px; padding-top: 90px; }
.about-cta { align-items: center; background: radial-gradient(circle at 85% 10%, rgba(214,184,120,.14), transparent 28%), linear-gradient(135deg, var(--navy-deep), #124e7a); border-radius: 18px; color: white; display: flex; justify-content: space-between; overflow: hidden; padding: 44px 54px; position: relative; }
.about-cta div > span { color: var(--gold-light); font-size: 26px; }
.about-cta p { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .2em; margin: 8px 0; text-transform: uppercase; }
.about-cta h2 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin: 0; max-width: 590px; }
.light-button { align-items: center; background: white; border: 1px solid white; border-radius: 4px; color: var(--navy); display: inline-flex; flex-shrink: 0; font-family: var(--serif); font-size: 12px; gap: 17px; letter-spacing: .08em; margin-left: 28px; min-height: 50px; padding: 0 23px; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.light-button:hover { background: var(--gold-light); color: var(--navy-deep); transform: translateY(-2px); }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; padding-bottom: 76px; padding-top: 64px; }
.contact-panel { background: radial-gradient(circle at 90% 5%, rgba(214,184,120,.12), transparent 29%), linear-gradient(155deg, #0a355c, #123f65); border-radius: 18px 0 0 18px; color: rgba(255,255,255,.76); min-height: 650px; overflow: hidden; padding: 54px 48px; position: relative; }
.contact-panel-ornament { color: rgba(214,184,120,.12); font-family: var(--serif); font-size: 230px; line-height: 1; position: absolute; right: -22px; top: -28px; }
.contact-panel > *:not(.contact-panel-ornament) { position: relative; z-index: 1; }
.contact-panel h2 { color: white; font-family: var(--serif); font-size: 42px; font-weight: 400; margin: 0 0 17px; }
.contact-panel > p { font-family: var(--serif); font-size: 14px; line-height: 1.75; margin: 0; max-width: 370px; }
.contact-list { display: flex; flex-direction: column; gap: 22px; margin-top: 43px; }
.contact-item { align-items: center; display: flex; gap: 16px; }
.contact-item > span { align-items: center; border: 1px solid rgba(214,184,120,.45); border-radius: 50%; color: var(--gold-light); display: flex; flex-shrink: 0; height: 48px; justify-content: center; width: 48px; }
.contact-item div { display: flex; flex-direction: column; gap: 5px; }
.contact-item small { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-item a, .contact-item strong { color: white; font-family: var(--serif); font-size: 14px; font-weight: 400; }
.contact-item a:hover { color: var(--gold-light); }
.working-hours { border-top: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; gap: 7px; margin-top: 42px; padding-top: 25px; }
.working-hours span { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.working-hours strong { color: white; font-family: var(--serif); font-size: 13px; font-weight: 400; }
.contact-form-card { background: white; border: 1px solid var(--line); border-left: 0; border-radius: 0 18px 18px 0; box-shadow: 0 25px 55px rgba(21,42,59,.08); padding: 54px 58px; }
.contact-form-card h2 { color: var(--navy); font-family: var(--serif); font-size: 40px; font-weight: 400; margin: 0 0 10px; }
.form-intro { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.6; margin: 0 0 28px; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }
.contact-form label { color: #485966; display: flex; flex-direction: column; font-size: 10px; font-weight: 700; gap: 8px; letter-spacing: .06em; text-transform: uppercase; }
.contact-form label > span { color: var(--gold); }
.contact-form input:not([type="checkbox"]), .contact-form textarea { background: #fbfaf7; border: 1px solid #ded8cd; border-radius: 5px; color: var(--ink); font-size: 13px; font-weight: 400; letter-spacing: normal; outline: none; padding: 13px 14px; text-transform: none; transition: background .2s, border-color .2s, box-shadow .2s; width: 100%; }
.contact-form input:not([type="checkbox"]) { height: 47px; }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { background: white; border-color: var(--navy-soft); box-shadow: 0 0 0 3px rgba(13,63,105,.07); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a7a29a; }
.contact-form .privacy-check { align-items: flex-start; color: #77828a; flex-direction: row; font-size: 10px; font-weight: 400; letter-spacing: normal; line-height: 1.5; text-transform: none; }
.privacy-check input { accent-color: var(--navy); flex-shrink: 0; height: 16px; margin: 0; width: 16px; }
.privacy-check span { color: inherit !important; }
.form-submit { cursor: pointer; width: max-content; }
.form-success { align-items: flex-start; background: #eaf5ee; border: 1px solid #c9e4d3; border-radius: 8px; color: var(--success); display: flex; gap: 12px; margin-bottom: 22px; padding: 14px; }
.form-success svg { flex-shrink: 0; margin-top: 2px; }
.form-success div { display: flex; flex-direction: column; gap: 4px; }
.form-success strong { font-family: var(--serif); font-size: 14px; font-weight: 600; }
.form-success span { color: #557265; font-size: 10px; line-height: 1.5; }
.contact-note { align-items: center; background: var(--ivory); border: 1px solid var(--line); border-radius: 12px; color: var(--navy); display: flex; gap: 14px; margin-bottom: 86px; padding-bottom: 20px; padding-top: 20px; }
.contact-note p { color: var(--muted); font-family: var(--serif); font-size: 12px; margin: 0; }

/* Prijava i registracija */
.auth-page { background: linear-gradient(180deg, #fffdfa 0%, #f7f4ed 60%, #fffdfa 100%); }
.auth-section { padding-bottom: 96px; padding-top: 38px; }
.auth-heading { align-items: baseline; display: flex; gap: 24px; justify-content: space-between; padding-bottom: 14px; }
.auth-heading h1 { color: #29475f; font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: 0; line-height: 1.1; margin: 0; }
.auth-heading p { color: #7b858c; font-family: var(--serif); font-size: 12px; line-height: 1.5; margin: 0; text-align: right; }
.auth-heading p a { border-bottom: 1px solid var(--gold-light); color: var(--navy); }
.login-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; margin-top: 10px; }
.auth-card { background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 45px rgba(20,41,57,.06); padding: 38px; position: relative; }
.auth-card h2, .register-aside h2 { color: var(--navy); font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.1; margin: 0 0 13px; }
.auth-card > p, .register-aside > p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.7; margin: 0; }
.auth-new-customer { background: linear-gradient(145deg, #f4f0e7, #fffdfa); display: flex; flex-direction: column; overflow: hidden; }
.auth-card-icon { color: rgba(183,138,59,.11); font-family: var(--serif); font-size: 190px; line-height: 1; position: absolute; right: -22px; top: -40px; }
.auth-new-customer > *:not(.auth-card-icon) { position: relative; z-index: 1; }
.auth-benefit-list { display: flex; flex-direction: column; gap: 13px; list-style: none; margin: 28px 0 30px; padding: 0; }
.auth-benefit-list li { align-items: center; color: #52616c; display: flex; font-family: var(--serif); font-size: 13px; gap: 11px; }
.auth-benefit-list li > svg { color: var(--gold); flex-shrink: 0; }
.primary-button.auth-full-button, .secondary-button.auth-full-button { cursor: pointer; justify-content: space-between; margin-top: auto; width: 100%; }
.secondary-button { align-items: center; background: transparent; border: 1px solid var(--navy); border-radius: 4px; color: var(--navy); display: inline-flex; font-family: var(--serif); font-size: 12px; gap: 18px; justify-content: center; letter-spacing: .08em; min-height: 50px; padding: 0 24px; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.secondary-button:hover { background: var(--navy); color: white; transform: translateY(-2px); }
.auth-form { display: flex; flex-direction: column; gap: 19px; margin-top: 27px; }
.auth-form label:not(.auth-check):not(.radio-choice) { color: #435663; display: flex; flex-direction: column; font-size: 10px; font-weight: 700; gap: 8px; letter-spacing: .06em; text-transform: uppercase; }
.auth-form label:not(.auth-check):not(.radio-choice) > span { color: var(--gold); }
.auth-form input:not([type="checkbox"]):not([type="radio"]) { background: #fbfaf7; border: 1px solid #ded8cd; border-radius: 5px; color: var(--ink); font-size: 13px; font-weight: 400; height: 48px; letter-spacing: normal; outline: none; padding: 0 14px; text-transform: none; transition: background .2s, border-color .2s, box-shadow .2s; width: 100%; }
.auth-form input:not([type="checkbox"]):not([type="radio"]):focus { background: white; border-color: var(--navy-soft); box-shadow: 0 0 0 3px rgba(13,63,105,.07); }
.auth-form input::placeholder { color: #a7a29a; }
.auth-form-meta { align-items: center; display: flex; justify-content: space-between; }
.auth-form-meta > a { border-bottom: 1px solid #dbcaa8; color: var(--navy); font-family: var(--serif); font-size: 12px; }
.auth-check { align-items: flex-start; color: #6d7880; cursor: pointer; display: flex; font-family: var(--serif); font-size: 12px; gap: 9px; line-height: 1.5; }
.auth-check input { accent-color: var(--navy); flex-shrink: 0; height: 16px; margin: 1px 0 0; width: 16px; }
.auth-check span { color: inherit !important; }
.form-error { background: #fff1ee; border: 1px solid #efcdc5; border-radius: 8px; color: #9b473a; display: flex; flex-direction: column; gap: 4px; margin-bottom: 24px; padding: 14px; }
.form-error strong { font-family: var(--serif); font-size: 14px; }
.form-error span { font-size: 10px; }

.register-layout { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.45fr) 330px; margin-top: 10px; }
.register-card { padding: 40px; }
.register-form { margin-top: 0; }
.register-form fieldset { border: 0; border-bottom: 1px solid var(--line); margin: 0; padding: 0 0 31px; }
.register-form fieldset + fieldset { padding-top: 31px; }
.register-form legend { align-items: center; color: var(--navy); display: flex; font-family: var(--serif); font-size: 20px; gap: 10px; margin-bottom: 21px; padding: 0; width: 100%; }
.register-form legend span { align-items: center; background: var(--ivory-deep); border-radius: 50%; color: var(--gold); display: flex; font-family: var(--sans); font-size: 9px; font-weight: 800; height: 27px; justify-content: center; letter-spacing: .04em; width: 27px; }
.auth-form-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.choice-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 21px; }
.radio-choice { align-items: center; background: #fbfaf7; border: 1px solid var(--line); border-radius: 30px; color: #53636e; cursor: pointer; display: inline-flex; font-family: var(--serif); font-size: 12px; gap: 8px; min-height: 39px; padding: 0 14px; }
.radio-choice:has(input:checked) { background: #edf3f7; border-color: #b7c8d4; color: var(--navy); }
.radio-choice input { accent-color: var(--navy); margin: 0; }
.radio-choice span { color: inherit !important; }
.register-options { align-items: center; display: flex; gap: 25px; justify-content: space-between; }
.register-options strong { color: #435663; font-family: var(--serif); font-size: 13px; font-weight: 500; }
.register-options p { color: var(--muted); font-family: var(--serif); font-size: 11px; line-height: 1.5; margin: 5px 0 0; }
.choice-row.compact { flex-shrink: 0; margin-bottom: 0; }
.auth-check.privacy { margin-top: 21px; }
.register-submit { cursor: pointer; margin-top: 3px; width: max-content; }
.register-aside { background: radial-gradient(circle at 100% 0, rgba(214,184,120,.13), transparent 31%), linear-gradient(155deg, var(--navy-deep), #124a76); border-radius: 16px; color: white; overflow: hidden; padding: 38px 30px; position: sticky; top: 142px; }
.register-aside-mark { color: rgba(214,184,120,.12); font-family: var(--serif); font-size: 145px; line-height: 1; position: absolute; right: -12px; top: -26px; }
.register-aside > *:not(.register-aside-mark) { position: relative; z-index: 1; }
.register-aside h2 { color: white; }
.register-aside > p { color: rgba(255,255,255,.68); }
.light-list { margin-bottom: 0; }
.light-list li { align-items: flex-start; color: white; gap: 13px; }
.light-list li > svg { color: var(--gold-light); margin-top: 2px; }
.light-list li > span { display: flex; flex-direction: column; gap: 4px; }
.light-list strong { color: white; font-family: var(--serif); font-size: 13px; font-weight: 500; }
.light-list small { color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.4; }

/* Kategorijska pretraga */
.category-page { background: #fffdfa; }
.category-intro { align-items: flex-end; border-bottom: 1px solid var(--line); display: flex; gap: 40px; justify-content: space-between; padding-bottom: 32px; padding-top: 38px; }
.category-intro .section-kicker { margin-bottom: 8px; }
.category-intro h1 { color: var(--navy); font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1; margin: 0; }
.category-intro > p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.65; margin: 0; max-width: 570px; text-align: right; }
.category-layout { align-items: start; display: grid; gap: 28px; grid-template-columns: 250px minmax(0, 1fr); padding-bottom: 96px; padding-top: 32px; }
.category-filter { background: #fbfaf7; border: 1px solid var(--line); border-radius: 14px; padding: 23px 20px; position: sticky; top: 140px; }
.filter-heading { align-items: center; display: flex; justify-content: space-between; }
.filter-heading small { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.filter-heading h2 { color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 400; margin: 4px 0 0; }
.filter-close { align-items: center; background: var(--ivory); border: 0; border-radius: 50%; color: var(--navy); cursor: pointer; display: none; height: 38px; justify-content: center; width: 38px; }
.filter-search { color: #5a6872; display: flex; flex-direction: column; font-size: 9px; font-weight: 700; gap: 8px; letter-spacing: .06em; margin-top: 24px; text-transform: uppercase; }
.filter-search > div { align-items: center; background: white; border: 1px solid #ddd6ca; border-radius: 5px; color: #8d989f; display: flex; height: 42px; padding-right: 11px; }
.filter-search input { background: transparent; border: 0; color: var(--ink); font-size: 12px; min-width: 0; outline: none; padding: 0 10px; width: 100%; }
.filter-search input::placeholder { color: #aaa49c; }
.filter-group { border: 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; margin: 22px 0 0; padding: 21px 0 0; }
.filter-group legend { color: var(--navy); font-family: var(--serif); font-size: 15px; font-weight: 500; margin-bottom: 13px; padding: 0; }
.filter-check { align-items: center; color: #5a6872; cursor: pointer; display: grid; font-family: var(--serif); font-size: 11px; gap: 8px; grid-template-columns: 15px minmax(0, 1fr) auto; }
.filter-check input { accent-color: var(--navy); height: 14px; margin: 0; width: 14px; }
.filter-check small { color: #9ba4aa; font-family: var(--sans); font-size: 9px; }
.price-range-label { align-items: center; color: var(--muted); display: flex; font-family: var(--serif); font-size: 10px; justify-content: space-between; }
.price-range-label strong { color: var(--navy); font-size: 13px; font-weight: 500; }
.price-filter input[type="range"] { accent-color: var(--gold); cursor: pointer; margin: 7px 0 0; width: 100%; }
.price-range-bounds { color: #98a0a5; display: flex; font-size: 8px; justify-content: space-between; }
.clear-filters { background: none; border: 0; border-bottom: 1px solid #d8c6a5; color: var(--navy); cursor: pointer; font-family: var(--serif); font-size: 11px; margin-top: 23px; padding: 0 0 5px; }
.clear-filters:hover { color: var(--gold); }
.category-content { min-width: 0; }
.results-context-card { align-items: center; background: linear-gradient(135deg, #f7f4ed, #fbfcfd); border: 1px solid var(--line); border-radius: 16px; display: grid; gap: 17px; grid-template-columns: 54px minmax(0, 1fr) auto; min-height: 118px; padding: 22px 25px; }
.results-context-icon { align-items: center; background: var(--navy); border-radius: 50%; color: var(--gold-light); display: flex; height: 54px; justify-content: center; width: 54px; }
.results-context-card > div { min-width: 0; }
.results-context-card > div > small { color: var(--gold); display: block; font-size: 8px; font-weight: 800; letter-spacing: .16em; margin-bottom: 5px; text-transform: uppercase; }
.results-context-card h2 { color: var(--navy); font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.08; margin: 0; }
.results-context-card p { color: var(--muted); font-family: var(--serif); font-size: 11px; margin: 7px 0 0; }
.results-context-card > a { align-items: center; border-bottom: 1px solid var(--gold-light); color: var(--navy); display: flex; font-family: var(--serif); font-size: 11px; gap: 6px; padding-bottom: 5px; white-space: nowrap; }
.results-context-card > a:hover { color: var(--gold); }
.results-page .category-toolbar { margin-top: 25px; }
.subcategory-section { background: linear-gradient(135deg, #f7f4ed, #fbfcfd); border: 1px solid var(--line); border-radius: 16px; padding: 25px; }
.category-section-title { align-items: flex-end; display: flex; justify-content: space-between; }
.category-section-title .section-kicker { margin-bottom: 6px; }
.category-section-title h2 { color: var(--navy); font-family: var(--serif); font-size: 27px; font-weight: 400; margin: 0; }
.category-section-title > small { color: #8e979d; font-family: var(--serif); font-size: 10px; }
.subcategory-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin-top: 20px; }
.subcategory-tile { align-items: center; background: white; border: 1px solid #e2dcd1; border-radius: 10px; color: var(--navy); cursor: pointer; display: grid; gap: 11px; grid-template-columns: 38px minmax(0, 1fr) auto; min-height: 72px; padding: 10px 11px; text-align: left; transition: border-color .2s, box-shadow .2s, transform .2s; }
.subcategory-tile:hover { border-color: #cfbd9c; box-shadow: 0 9px 22px rgba(29,45,57,.07); transform: translateY(-2px); }
.subcategory-tile.is-active { background: #eef4f7; border-color: #9fb6c6; }
.subcategory-icon { align-items: center; background: var(--ivory); border-radius: 50%; color: var(--gold); display: flex; height: 38px; justify-content: center; width: 38px; }
.subcategory-tile > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.subcategory-tile strong { color: #314b60; font-family: var(--serif); font-size: 11px; font-weight: 500; line-height: 1.25; }
.subcategory-tile small { color: #90999f; font-size: 8px; }
.subcategory-tile > svg { color: #a9b0b5; }
.category-toolbar { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 31px; padding-bottom: 14px; }
.category-toolbar > div { align-items: center; display: flex; gap: 15px; }
.category-toolbar > div > span { color: var(--muted); font-family: var(--serif); font-size: 11px; }
.category-toolbar > div > span strong { color: var(--navy); font-weight: 600; }
.category-toolbar label { align-items: center; color: #7b858c; display: flex; font-family: var(--serif); font-size: 10px; gap: 9px; }
.category-toolbar select { background: white; border: 1px solid #ddd6ca; border-radius: 4px; color: #465966; font-family: var(--serif); font-size: 11px; height: 36px; outline: none; padding: 0 30px 0 10px; }
.mobile-filter-button { align-items: center; background: var(--navy); border: 0; border-radius: 4px; color: white; cursor: pointer; display: none; font-family: var(--serif); font-size: 10px; gap: 7px; min-height: 36px; padding: 0 13px; text-transform: uppercase; }
.category-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; }
.category-product-grid .product-image-wrap { height: 230px; }
.category-product-grid .product-body { min-height: 232px; }
.stock.out-of-stock { color: #9a6a45; }
.stock.out-of-stock i { background: #c89a70; }
.infinite-loader { align-items: center; color: var(--muted); display: flex; flex-direction: column; font-family: var(--serif); gap: 10px; justify-content: center; min-height: 118px; padding-top: 25px; text-align: center; }
.infinite-loader p { font-size: 11px; margin: 0; }
.infinite-loader > span:not(.loader-spinner) { color: var(--gold); font-size: 22px; }
.loader-spinner { border: 2px solid #e7e0d4; border-radius: 50%; border-top-color: var(--gold); height: 26px; opacity: .45; width: 26px; }
.loader-spinner.is-loading { animation: category-spin .75s linear infinite; opacity: 1; }
.category-empty { align-items: center; background: #faf8f3; border: 1px dashed #d9d0c1; border-radius: 14px; color: var(--gold); display: flex; flex-direction: column; margin-top: 22px; min-height: 300px; padding: 45px; text-align: center; }
.category-empty h3 { color: var(--navy); font-family: var(--serif); font-size: 23px; font-weight: 400; margin: 16px 0 8px; }
.category-empty p { color: var(--muted); font-family: var(--serif); font-size: 12px; margin: 0 0 20px; }
.filter-scrim { background: rgba(6,24,38,.55); border: 0; inset: 0; position: fixed; z-index: 78; backdrop-filter: blur(2px); }
/* Wishlist */
.wishlist-page { background: #fffdfa; }
.wishlist-heading { align-items: flex-end; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 34px; padding-top: 46px; }
.wishlist-heading h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(40px, 4.6vw, 58px); font-weight: 400; letter-spacing: -.025em; line-height: 1; margin: 7px 0 13px; }
.wishlist-heading p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.65; margin: 0; max-width: 620px; }
.wishlist-count-badge { align-items: center; background: linear-gradient(135deg, #0b345a, #174f7d); border-radius: 14px; color: var(--gold-light); display: grid; gap: 0 10px; grid-template-columns: 28px auto; min-width: 154px; padding: 17px 20px; }
.wishlist-count-badge svg { grid-row: 1 / 3; }
.wishlist-count-badge strong { color: white; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1; }
.wishlist-count-badge small { color: #c7d3dc; font-family: var(--serif); font-size: 9px; margin-top: 4px; }
.wishlist-content { padding-bottom: 52px; padding-top: 30px; }
.wishlist-toolbar { align-items: center; background: #f8f5ee; border: 1px solid var(--line); border-radius: 13px; display: flex; justify-content: space-between; padding: 14px 17px 14px 21px; }
.wishlist-toolbar > div { align-items: center; display: flex; gap: 9px; }
.wishlist-toolbar > div:first-child strong { color: var(--navy); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.wishlist-toolbar > div:first-child span { color: var(--muted); font-family: var(--serif); font-size: 11px; }
.wishlist-clear { background: none; border: 0; border-bottom: 1px solid #d2b987; color: var(--navy); cursor: pointer; font-family: var(--serif); font-size: 11px; padding: 0 0 4px; }
.wishlist-clear:hover { color: var(--gold); }
.wishlist-add-all { min-height: 43px; padding-inline: 18px; }
.wishlist-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 25px; }
.wishlist-card .product-image-wrap { height: 270px; }
.wishlist-card .product-body { min-height: 270px; }
.wishlist-card .cart-button:disabled { background: #a7afb4; cursor: not-allowed; opacity: .75; }
.wishlist-remove { align-self: center; background: none; border: 0; border-bottom: 1px solid #d7c49f; color: #75818a; cursor: pointer; font-family: var(--serif); font-size: 10px; margin-top: 9px; padding: 0 0 4px; }
.wishlist-remove:hover { color: #a05252; }
.wishlist-empty { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 510px; padding-bottom: 70px; padding-top: 70px; text-align: center; }
.wishlist-empty-icon { align-items: center; background: var(--ivory); border: 1px solid var(--line); border-radius: 50%; color: var(--gold); display: flex; height: 86px; justify-content: center; margin-bottom: 20px; width: 86px; }
.wishlist-empty h2 { color: var(--navy); font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 10px 0 12px; }
.wishlist-empty p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.65; margin: 0 0 25px; max-width: 540px; }
.wishlist-loading { align-items: center; color: var(--muted); display: flex; flex-direction: column; font-family: var(--serif); gap: 14px; justify-content: center; min-height: 430px; }
.wishlist-note { align-items: center; background: #f7f4ed; border: 1px solid var(--line); border-radius: 13px; color: var(--gold); display: flex; gap: 14px; margin-bottom: 75px; padding: 17px 20px; }
.wishlist-note strong { color: var(--navy); display: block; font-family: var(--serif); font-size: 13px; font-weight: 500; }
.wishlist-note p { color: var(--muted); font-family: var(--serif); font-size: 10px; margin: 4px 0 0; }
.icon-button.is-active { background: var(--ivory-deep); color: var(--gold); }
/* Checkout */
.checkout-page { background: #f7f6f2; }
.checkout-page footer { margin-top: 88px; }
.checkout-heading { align-items: flex-end; display: flex; justify-content: space-between; padding-bottom: 34px; padding-top: 46px; }
.checkout-heading h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); font-weight: 400; letter-spacing: -.02em; margin: 0 0 10px; }
.checkout-heading p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.65; margin: 0; }
.checkout-trust { align-items: center; background: #eef3f5; border: 1px solid #dce6ea; border-radius: 10px; color: var(--navy); display: flex; gap: 12px; padding: 13px 17px; }
.checkout-trust > span { display: flex; flex-direction: column; gap: 3px; }
.checkout-trust strong { font-family: var(--serif); font-size: 12px; font-weight: 600; }
.checkout-trust small { color: #7c898f; font-size: 9px; }
.checkout-steps { align-items: center; background: white; border: 1px solid var(--line); border-radius: 13px; display: flex; justify-content: center; margin-bottom: 30px; min-height: 76px; padding: 14px 25px; }
.checkout-steps > div { align-items: center; color: #9aa2a7; display: flex; gap: 9px; white-space: nowrap; }
.checkout-steps > div > span { align-items: center; border: 1px solid #d8d2c8; border-radius: 50%; display: flex; font-size: 10px; height: 31px; justify-content: center; width: 31px; }
.checkout-steps > div > small { display: none; }
.checkout-steps > div > strong { font-family: var(--serif); font-size: 11px; font-weight: 500; }
.checkout-steps > i { background: #ddd7cc; height: 1px; margin-inline: 22px; max-width: 130px; width: 10vw; }
.checkout-steps > div.is-complete, .checkout-steps > div.is-active { color: var(--navy); }
.checkout-steps > div.is-complete > span { background: var(--navy); border-color: var(--navy); color: white; }
.checkout-steps > div.is-active > span { background: var(--gold); border-color: var(--gold); color: white; }
.checkout-layout { align-items: start; display: grid; gap: 27px; grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); }
.checkout-form-column { display: flex; flex-direction: column; gap: 17px; }
.checkout-card { background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 25px rgba(22,39,52,.035); padding: 29px 31px 31px; }
.checkout-card-heading { align-items: flex-start; border-bottom: 1px solid #eee9e0; display: flex; gap: 15px; margin-bottom: 24px; padding-bottom: 19px; }
.checkout-card-heading > span { align-items: center; background: var(--ivory-deep); border-radius: 50%; color: var(--gold); display: flex; flex-shrink: 0; font-family: var(--serif); font-size: 11px; height: 36px; justify-content: center; width: 36px; }
.checkout-card-heading h2 { color: var(--navy); font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 0 0 5px; }
.checkout-card-heading p { color: #899198; font-family: var(--serif); font-size: 10px; line-height: 1.5; margin: 0; }
.checkout-fields { display: grid; gap: 18px 16px; }
.checkout-fields.two-columns { grid-template-columns: 1fr 1fr; }
.checkout-fields .field-wide { grid-column: 1 / -1; }
.checkout-fields label, .compact-card > label { color: #4e5d67; display: flex; flex-direction: column; font-size: 9px; font-weight: 800; gap: 8px; letter-spacing: .075em; text-transform: uppercase; }
.checkout-fields label > b { color: var(--gold); display: contents; }
.checkout-fields input, .checkout-fields select, .compact-card textarea { background: #fbfaf7; border: 1px solid #ddd7cc; border-radius: 6px; color: var(--ink); font-family: var(--sans); font-size: 12px; font-weight: 400; height: 47px; letter-spacing: normal; outline: none; padding: 0 13px; text-transform: none; transition: background .2s, border-color .2s, box-shadow .2s; width: 100%; }
.checkout-fields input:focus, .checkout-fields select:focus, .compact-card textarea:focus, .coupon-box input:focus { background: white; border-color: var(--navy-soft); box-shadow: 0 0 0 3px rgba(13,63,105,.07); }
.checkout-fields input::placeholder, .compact-card textarea::placeholder, .coupon-box input::placeholder { color: #aaa69f; }
.checkout-login-note { align-items: flex-start; background: #f8f5ee; border-radius: 7px; justify-content: center; min-height: 47px; padding: 9px 13px; }
.checkout-login-note > span { color: #818a90 !important; font-size: 9px; font-weight: 500; letter-spacing: normal; text-transform: none; }
.checkout-login-note > a { color: var(--navy); font-family: var(--serif); font-size: 11px; font-weight: 600; letter-spacing: normal; text-transform: none; }
.checkout-check, .terms-check { align-items: flex-start; color: #6e7981; cursor: pointer; display: flex; font-family: var(--serif); font-size: 11px; gap: 9px; line-height: 1.45; margin-top: 20px; }
.checkout-check input, .terms-check input { accent-color: var(--navy); flex-shrink: 0; height: 16px; margin: 0; width: 16px; }
.company-fields { border-top: 1px dashed #ddd5c9; margin-top: 18px; padding-top: 18px; }
.checkout-options { display: flex; flex-direction: column; gap: 9px; }
.checkout-options > label { align-items: center; background: #fbfaf7; border: 1px solid #dfd9ce; border-radius: 9px; cursor: pointer; display: grid; gap: 12px; grid-template-columns: 18px 43px minmax(0, 1fr) auto; min-height: 72px; padding: 11px 15px; transition: background .2s, border-color .2s, box-shadow .2s; }
.checkout-options > label:hover { border-color: #cdbd9f; }
.checkout-options > label.is-selected { background: #f2f6f7; border-color: #8ca9bb; box-shadow: 0 0 0 2px rgba(13,63,105,.035); }
.checkout-options input { accent-color: var(--navy); height: 16px; margin: 0; width: 16px; }
.checkout-options .option-icon { align-items: center; background: white; border: 1px solid #e3ded4; border-radius: 50%; color: var(--gold); display: flex; height: 43px; justify-content: center; width: 43px; }
.checkout-options > label > span:nth-of-type(2) { display: flex; flex-direction: column; gap: 5px; }
.checkout-options strong { color: #344c5e; font-family: var(--serif); font-size: 13px; font-weight: 600; }
.checkout-options small { color: #8a9399; font-family: var(--serif); font-size: 10px; }
.checkout-options > label > b { color: var(--navy); font-family: var(--serif); font-size: 11px; font-weight: 600; }
.payment-options > label { grid-template-columns: 18px 43px minmax(0, 1fr); }
.card-fields { background: #f7f8f7; border: 1px solid #e1e5e2; border-radius: 9px; margin-top: 13px; padding: 17px; }
.card-security { align-items: center; color: #61726e; display: flex; font-family: var(--serif); font-size: 10px; gap: 8px; margin-bottom: 16px; }
.card-security svg { color: var(--success); }
.compact-card textarea { height: auto; min-height: 100px; padding: 13px; resize: vertical; }
.order-summary-card { background: white; border: 1px solid #ddd5c8; border-radius: 15px; box-shadow: 0 20px 48px rgba(21,40,55,.09); padding: 28px; position: sticky; top: 112px; }
.order-summary-heading { align-items: flex-start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 18px; }
.order-summary-heading .section-kicker { margin-bottom: 6px; }
.order-summary-heading h2 { color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 400; margin: 0; }
.order-summary-heading > small { background: var(--ivory-deep); border-radius: 99px; color: #6d777d; font-size: 9px; padding: 7px 9px; white-space: nowrap; }
.checkout-products { display: flex; flex-direction: column; max-height: 355px; overflow-y: auto; padding-right: 3px; scrollbar-color: #c9c1b5 transparent; scrollbar-width: thin; }
.checkout-product { border-bottom: 1px solid #ece7de; display: grid; gap: 11px; grid-template-columns: 68px minmax(0, 1fr) auto; padding: 17px 0; }
.checkout-product > img { background: var(--ivory); border-radius: 7px; height: 82px; object-fit: cover; width: 68px; }
.checkout-product > div { min-width: 0; }
.checkout-product > div > small { color: #9ca3a7; display: block; font-size: 7px; letter-spacing: .1em; margin-bottom: 4px; }
.checkout-product h3 { color: #344b5c; font-family: var(--serif); font-size: 12px; font-weight: 500; line-height: 1.25; margin: 0 0 5px; }
.checkout-product > div > strong { color: #7a858b; font-family: var(--serif); font-size: 10px; font-weight: 400; }
.checkout-product > b { color: var(--navy); font-family: var(--serif); font-size: 12px; font-weight: 600; white-space: nowrap; }
.checkout-product-actions { align-items: center; display: flex; gap: 11px; margin-top: 8px; }
.checkout-product-actions .quantity-control { height: 28px; }
.checkout-product-actions .quantity-control button { font-size: 14px; width: 26px; }
.checkout-product-actions .quantity-control span { min-width: 27px; }
.checkout-product-actions > button { background: none; border: 0; color: #9a6e58; cursor: pointer; font-family: var(--serif); font-size: 9px; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.coupon-box { border-bottom: 1px solid var(--line); padding: 18px 0; }
.coupon-box > label { color: #5f6d76; display: block; font-size: 8px; font-weight: 800; letter-spacing: .11em; margin-bottom: 8px; text-transform: uppercase; }
.coupon-box > div { display: flex; }
.coupon-box input { background: #fbfaf7; border: 1px solid #ddd7cc; border-radius: 5px 0 0 5px; flex: 1; font-size: 11px; height: 40px; min-width: 0; outline: none; padding: 0 11px; }
.coupon-box button { background: var(--navy); border: 0; border-radius: 0 5px 5px 0; color: white; cursor: pointer; font-family: var(--serif); font-size: 10px; padding: 0 15px; }
.coupon-box p { color: #9a664d; font-family: var(--serif); font-size: 9px; line-height: 1.4; margin: 7px 0 0; }
.coupon-box p.is-valid { color: var(--success); }
.delivery-status { align-items: center; background: #f5f1e8; border-radius: 7px; color: #6c756f; display: flex; font-family: var(--serif); font-size: 10px; gap: 8px; margin-top: 17px; padding: 10px 11px; }
.delivery-status svg { color: var(--gold); flex-shrink: 0; }
.checkout-totals { display: flex; flex-direction: column; gap: 10px; padding: 18px 0; }
.checkout-totals > div { align-items: center; color: #67747d; display: flex; font-family: var(--serif); font-size: 11px; justify-content: space-between; }
.checkout-totals > div > strong { color: #3e5363; font-size: 12px; font-weight: 600; }
.checkout-totals .discount-row, .checkout-totals .discount-row > strong { color: var(--success); }
.checkout-totals .vat-row { color: #929a9f; font-size: 9px; }
.checkout-totals .vat-row > strong { color: #7d878d; font-size: 10px; }
.checkout-totals .checkout-grand-total { border-top: 1px solid #d8d0c3; color: var(--navy); font-size: 16px; margin-top: 4px; padding-top: 16px; }
.checkout-totals .checkout-grand-total > strong { color: var(--navy); font-size: 24px; }
.terms-check { font-size: 9px; margin: 0 0 14px; }
.terms-check a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
.place-order-button { border: 0; cursor: pointer; justify-content: space-between; width: 100%; }
.summary-security { align-items: center; color: #829098; display: flex; font-family: var(--serif); font-size: 8px; gap: 18px; justify-content: center; margin-top: 14px; }
.summary-security span { align-items: center; display: flex; gap: 5px; }
.summary-security svg { color: var(--gold); }
.checkout-loading, .checkout-empty, .checkout-success-page { align-items: center; background: white; border: 1px solid var(--line); border-radius: 15px; display: flex; flex-direction: column; justify-content: center; margin-bottom: 90px; min-height: 390px; padding: 50px; text-align: center; }
.checkout-loading { color: var(--muted); font-family: var(--serif); gap: 13px; }
.checkout-empty > span, .checkout-success-icon { align-items: center; background: var(--ivory-deep); border-radius: 50%; color: var(--navy); display: flex; height: 78px; justify-content: center; margin-bottom: 20px; width: 78px; }
.checkout-empty h2, .checkout-success-page h2 { color: var(--navy); font-family: var(--serif); font-size: 34px; font-weight: 400; margin: 0 0 10px; }
.checkout-empty p, .checkout-success-page > p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.7; margin: 0 0 24px; max-width: 620px; }
.checkout-success-icon { background: #e5f3eb; color: var(--success); }
.checkout-success-page .section-kicker { margin-bottom: 10px; }
.success-order-meta { border-block: 1px solid var(--line); display: flex; gap: 30px; margin-bottom: 26px; padding: 18px 10px; }
.success-order-meta > span { align-items: center; color: var(--gold); display: flex; flex-direction: column; gap: 7px; }
.success-order-meta small { color: #71808a; font-family: var(--serif); font-size: 10px; }
.checkout-success-actions { display: flex; gap: 10px; }

@keyframes category-spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .header-inner { gap: 14px; }
  .brand-copy strong { font-size: 17px; }
  .main-nav { gap: 20px; }
  .search-box { width: 180px; }
  .category-card { height: 300px; }
  .product-image-wrap { height: 230px; }
  .benefit-card { padding: 15px; }
  .story-values article { padding-inline: 18px; }
  .category-layout { grid-template-columns: 225px minmax(0, 1fr); }
  .subcategory-grid { grid-template-columns: repeat(2, 1fr); }
  .category-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wishlist-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .checkout-layout { grid-template-columns: minmax(0, 1fr) 370px; }
  .checkout-card { padding-inline: 25px; }
  .order-summary-card { padding: 24px; }
}

@media (max-width: 900px) {
  .shell { padding-inline: 20px; }
  .utility-inner > p { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .main-nav { align-items: flex-start; background: var(--paper); bottom: 0; display: flex; flex-direction: column; gap: 0; justify-content: flex-start; left: 0; padding: 85px 30px 30px; position: fixed; top: 0; transform: translateX(-105%); transition: transform .3s ease; width: min(330px, 88vw); z-index: 75; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a, .main-nav > .nav-shop-button { border-bottom: 1px solid var(--line); font-size: 15px; padding: 20px 0; text-align: left; width: 100%; }
  .main-nav > a.mobile-wishlist-link { display: block; }
  .main-nav > a::after, .main-nav > .nav-shop-button::after { display: none; }
  .mobile-nav-close { align-items: center; background: var(--ivory); border: 0; border-radius: 50%; color: var(--navy); display: flex; height: 40px; justify-content: center; left: 26px; position: absolute; top: 23px; width: 40px; }
  .mega-menu { max-height: calc(100vh - 90px); padding: 28px; width: calc(100vw - 28px); }
  .mega-layout { display: block; }
  .mega-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-right: 0; }
  .mega-promo { margin-top: 28px; min-height: 250px; }
  .mega-close { display: flex; }
  .search-box { display: none; }
  .menu-button { display: inline-flex; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-values { grid-template-columns: repeat(2, 1fr); }
  .story-values article:nth-child(3)::before { display: none; }
  .story-values article:nth-child(n+3) { border-top: 1px solid rgba(213,203,186,.7); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .about-story { gap: 45px; grid-template-columns: 1fr 1fr; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-cta { align-items: flex-start; flex-direction: column; gap: 28px; }
  .light-button { margin-left: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-panel { border-radius: 18px 18px 0 0; min-height: 0; }
  .contact-form-card { border-left: 1px solid var(--line); border-radius: 0 0 18px 18px; }
  .register-layout { grid-template-columns: 1fr; }
  .register-aside { position: relative; top: auto; }
  .category-layout { display: block; }
  .results-context-card { grid-template-columns: 46px minmax(0, 1fr); padding: 19px 17px; }
  .results-context-icon { height: 46px; width: 46px; }
  .results-context-card h2 { font-size: 22px; }
  .results-context-card > a { grid-column: 2; justify-self: start; }
  .category-filter { bottom: 0; border-radius: 0; left: 0; max-width: 340px; overflow-y: auto; padding: 26px 23px; position: fixed; top: 0; transform: translateX(-105%); transition: transform .3s ease; width: 88vw; z-index: 80; }
  .category-filter.is-open { transform: translateX(0); }
  .filter-close, .mobile-filter-button { display: flex; }
  .category-intro { align-items: flex-start; flex-direction: column; gap: 12px; }
  .category-intro > p { text-align: left; }
  .wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checkout-heading { align-items: flex-start; gap: 22px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary-card { order: -1; position: static; }
  .checkout-products { max-height: 430px; }
}

@media (max-width: 640px) {
  .shell { padding-inline: 16px; }
  .utility-inner nav { gap: 13px; }
  .utility-inner nav a:nth-child(2), .utility-inner nav a:nth-child(3) { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 70px; }
  .brand { gap: 8px; }
  .brand-mark { font-size: 30px; }
  .brand-copy strong { font-size: clamp(13px, 4.2vw, 17px); }
  .brand-copy small { font-size: 6px; gap: 4px; }
  .brand-copy small i { width: 12px; }
  .header-actions { gap: 0; }
  .wishlist-heading { align-items: flex-start; flex-direction: column; gap: 20px; padding-bottom: 27px; padding-top: 31px; }
  .wishlist-heading p { font-size: 12px; }
  .wishlist-count-badge { min-width: 145px; }
  .wishlist-toolbar { align-items: flex-start; flex-direction: column; gap: 15px; }
  .wishlist-toolbar > div:last-child { align-items: stretch; flex-direction: column-reverse; width: 100%; }
  .wishlist-add-all { width: 100%; }
  .wishlist-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wishlist-card .product-image-wrap { height: 185px; }
  .wishlist-card .product-body { min-height: 278px; }
  .wishlist-empty { min-height: 430px; padding-inline: 16px; }
  .wishlist-empty h2 { font-size: 27px; }
  .wishlist-note { align-items: flex-start; margin-bottom: 55px; }
  .desktop-action { display: none; }
  .icon-button { height: 38px; width: 38px; }
  .mega-menu { border-left: 0; border-right: 0; max-height: calc(100vh - 70px); padding: 54px 22px 28px; width: 100vw; }
  .mega-categories { gap: 26px; grid-template-columns: 1fr; }
  .mega-category { border-bottom: 1px solid var(--line); padding-bottom: 22px; }
  .mega-category h2 { font-size: 19px; }
  .mega-category li button { font-size: 14px; }
  .mega-category li small { font-size: 10px; }
  .mega-promo { min-height: 280px; }
  .hero { background-position: 62% center; min-height: 650px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(250,247,240,.99) 0%, rgba(250,247,240,.9) 62%, rgba(250,247,240,.25) 100%); }
  .hero-inner { align-items: flex-end; min-height: 650px; }
  .hero-copy { max-width: 355px; padding: 80px 10px 68px 4px; }
  .eyebrow { font-size: 11px; }
  .hero h1 { font-size: clamp(48px, 15vw, 64px); line-height: .94; }
  .hero-copy > p { font-size: 14px; line-height: 1.6; max-width: 320px; }
  .benefits-grid { gap: 10px; grid-template-columns: repeat(2, 1fr); padding-bottom: 16px; padding-top: 16px; }
  .benefit-card { align-items: flex-start; flex-direction: column; gap: 9px; min-height: 120px; padding: 16px; }
  .benefit-card strong { font-size: 11px; }
  .benefit-card small { font-size: 10px; }
  .section { padding-bottom: 48px; padding-top: 60px; }
  .section-heading { gap: 10px; }
  .section-heading > span { width: 26px; }
  .section-heading h2 { font-size: 29px; }
  .view-all { margin-top: 18px; }
  .category-grid { display: flex; gap: 14px; margin-inline: -16px; overflow-x: auto; padding: 0 16px 15px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .category-card { flex: 0 0 76vw; height: 350px; scroll-snap-align: start; }
  .product-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-image-wrap { height: 190px; }
  .product-body { min-height: 245px; padding: 14px 12px; }
  .product-body h3 { font-size: 14px; min-height: 56px; }
  .product-price { font-size: 16px; }
  .cart-button { font-size: 10px; gap: 6px; padding: 0 8px; }
  .story-strip { border-radius: 0; margin-bottom: 0; margin-inline: 0; padding-inline: 0; width: 100%; }
  .story-heading h2 { font-size: 24px; }
  .story-values { grid-template-columns: 1fr; }
  .story-values article + article::before { display: none; }
  .story-values article:nth-child(n+2) { border-top: 1px solid rgba(213,203,186,.7); }
  .footer-grid { gap: 36px; grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 8px; flex-direction: column; }
  .breadcrumb-bar .breadcrumb { min-height: 46px; overflow-x: auto; white-space: nowrap; }
  .about-story { display: flex; flex-direction: column; padding-bottom: 76px; padding-top: 68px; }
  .about-story-copy h2 { font-size: 34px; }
  .about-story-visual { height: 410px; width: 100%; }
  .about-visual-frame { bottom: -22px; left: 18px; }
  .about-values-section { padding: 66px 0; }
  .about-values-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .about-value-card { min-height: 0; }
  .about-cta-wrap { padding-bottom: 64px; padding-top: 64px; }
  .about-cta { border-radius: 12px; padding: 32px 25px; }
  .about-cta h2 { font-size: 24px; }
  .contact-layout { padding-bottom: 56px; padding-top: 60px; }
  .contact-panel, .contact-form-card { padding: 38px 25px; }
  .contact-panel h2, .contact-form-card h2 { font-size: 33px; }
  .form-row { grid-template-columns: 1fr; }
  .form-submit { width: 100%; }
  .contact-note { align-items: flex-start; margin-bottom: 64px; }
  .cart-drawer { max-width: none; padding: 20px 17px; width: 100vw; }
  .drawer-heading { padding-bottom: 15px; }
  .drawer-heading h2 { font-size: 28px; }
  .cart-content { height: calc(100% - 76px); }
  .shipping-progress { margin-top: 13px; }
  .cart-item { gap: 11px; grid-template-columns: 76px minmax(0, 1fr); }
  .cart-item > img { height: 92px; width: 76px; }
  .cart-item-body h3 { font-size: 13px; }
  .summary-row strong { font-size: 19px; }
  .auth-section { padding-bottom: 68px; padding-top: 30px; }
  .auth-heading { align-items: flex-start; flex-direction: column; gap: 6px; padding-bottom: 12px; }
  .auth-heading h1 { font-size: 25px; }
  .auth-heading p { text-align: left; }
  .login-grid { grid-template-columns: 1fr; }
  .auth-card, .register-card { border-radius: 12px; padding: 28px 22px; }
  .auth-form-grid { grid-template-columns: 1fr; }
  .register-options { align-items: flex-start; flex-direction: column; }
  .register-submit { width: 100%; }
  .auth-form-meta { align-items: flex-start; flex-direction: column; gap: 13px; }
  .register-aside { padding: 31px 24px; }
  .category-intro { padding-bottom: 24px; padding-top: 28px; }
  .category-intro h1 { font-size: 32px; }
  .category-layout { padding-bottom: 68px; padding-top: 22px; }
  .subcategory-section { border-radius: 12px; padding: 20px 16px; }
  .category-section-title h2 { font-size: 23px; }
  .subcategory-grid { display: flex; gap: 10px; margin-inline: -16px; overflow-x: auto; padding: 0 16px 8px; scroll-snap-type: x mandatory; }
  .subcategory-tile { flex: 0 0 76vw; scroll-snap-align: start; }
  .category-toolbar { align-items: flex-start; gap: 13px; }
  .category-toolbar label { align-items: flex-start; flex-direction: column; gap: 5px; }
  .category-toolbar select { max-width: 148px; }
  .category-product-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-product-grid .product-image-wrap { height: 185px; }
  .category-product-grid .product-body { min-height: 242px; }
  .checkout-page footer { margin-top: 64px; }
  .checkout-heading { flex-direction: column; padding-bottom: 25px; padding-top: 30px; }
  .checkout-heading h1 { font-size: 35px; }
  .checkout-trust { width: 100%; }
  .checkout-steps { justify-content: space-between; margin-bottom: 20px; padding: 11px 14px; }
  .checkout-steps > i { margin-inline: 8px; }
  .checkout-steps > div { gap: 0; }
  .checkout-steps > div > strong { display: none; }
  .checkout-card { border-radius: 11px; padding: 23px 18px; }
  .checkout-card-heading { gap: 11px; margin-bottom: 20px; }
  .checkout-card-heading h2 { font-size: 20px; }
  .checkout-fields.two-columns { grid-template-columns: 1fr; }
  .checkout-fields .field-wide { grid-column: auto; }
  .checkout-options > label { gap: 9px; grid-template-columns: 17px 39px minmax(0, 1fr); padding-inline: 11px; }
  .checkout-options > label > b { grid-column: 3; }
  .checkout-options .option-icon { height: 39px; width: 39px; }
  .order-summary-card { border-radius: 11px; padding: 21px 17px; }
  .order-summary-heading h2 { font-size: 22px; }
  .checkout-product { gap: 9px; grid-template-columns: 60px minmax(0, 1fr); }
  .checkout-product > img { height: 74px; width: 60px; }
  .checkout-product > b { grid-column: 2; justify-self: end; margin-top: -18px; }
  .checkout-totals .checkout-grand-total > strong { font-size: 21px; }
  .checkout-loading, .checkout-empty, .checkout-success-page { min-height: 340px; padding: 34px 20px; }
  .checkout-empty h2, .checkout-success-page h2 { font-size: 29px; }
  .success-order-meta { flex-direction: column; gap: 14px; width: 100%; }
  .success-order-meta > span { flex-direction: row; justify-content: center; }
  .checkout-success-actions { flex-direction: column; width: 100%; }
  .checkout-success-actions a { width: 100%; }
}

@media (max-width: 380px) {
  .brand-copy small { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-wrap { height: 280px; }
  .product-body { min-height: auto; }
  .product-body h3 { min-height: auto; }
  .category-product-grid { grid-template-columns: 1fr; }
  .category-product-grid .product-image-wrap { height: 290px; }
  .wishlist-grid { grid-template-columns: 1fr; }
  .wishlist-card .product-image-wrap { height: 290px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Laravel integration ---------------------------------------------------- */
.utility-inner form { display: contents; }
.utility-link { background: none; border: 0; color: inherit; cursor: pointer; font-size: inherit; padding: 0; }
.utility-link:hover { color: var(--navy); }
.light-button { align-items: center; border-bottom: 1px solid var(--gold-light); color: #fff; display: inline-flex; font-family: var(--serif); font-size: 11px; letter-spacing: .08em; padding-bottom: 6px; text-transform: uppercase; width: max-content; }
.cart-widget { display: contents; }
.cart-overlay { border: 0; }
body:has(.cart-drawer.is-open) { overflow: hidden; }
.checkout-button { display: flex; width: 100%; }
.continue-shopping { display: block; margin: 12px auto 0; text-align: center; width: max-content; }
.product-ribbon { background: #a85e46; color: #fff; font-size: 10px; font-weight: 800; left: 13px; letter-spacing: .08em; padding: 7px 10px; position: absolute; top: 13px; z-index: 2; }
.product-ribbon--new { background: var(--navy); }
.product-price-wrap { align-items: baseline; display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.product-price-wrap del { color: #939ba0; font-family: var(--serif); font-size: 12px; }
.stock--out { color: #a35b51; }
.stock--out i { background: #a35b51; }
.product-secondary-actions { display: flex; gap: 13px; justify-content: center; margin-top: 10px; }
.product-secondary-actions button, .product-detail-actions button { background: none; border: 0; border-bottom: 1px solid #d7c49f; color: #6d7981; cursor: pointer; font-family: var(--serif); font-size: 10px; padding: 0 0 3px; }
.product-secondary-actions button:hover, .product-detail-actions button:hover { color: var(--navy); }
.product-secondary-actions .btn-compare.active, .product-detail-actions .btn-compare.active { color: var(--gold); }
.p-tab-switch { background: none; border: 0; color: var(--muted); cursor: pointer; font-family: var(--serif); font-size: 12px; padding: 0; text-decoration: underline; }
.p-tab-switch:hover { color: var(--navy); }
.favorite-button.has-error { background: #9e4f49; color: white; }
.field-error { color: #a04845; display: block; font-size: 10px; margin-top: 6px; }
.category-product-grid > div > .product-card, .wishlist-grid > div > .product-card { height: 100%; }
.category-product-grid .product-body { min-height: 254px; }
.category-product-grid .category-empty { grid-column: 1 / -1; }
.category-heading { align-items: flex-end; border-bottom: 1px solid var(--line); display: flex; gap: 40px; justify-content: space-between; padding-bottom: 32px; padding-top: 38px; }
.category-heading h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(38px, 4.3vw, 56px); font-weight: 400; line-height: 1; margin: 7px 0 0; }
.category-heading > p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.65; margin: 0; max-width: 570px; text-align: right; }
.subcategory-section { margin-top: 28px; }
.subcategory-section .subcategory-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.subcategory-section .category-card { height: 220px; }
.price-inputs { align-items: center; display: grid; gap: 7px; grid-template-columns: 1fr auto 1fr; }
.price-inputs input { background: #fbfaf7; border: 1px solid #ded8cd; border-radius: 5px; height: 39px; min-width: 0; padding: 0 8px; width: 100%; }
.load-more-wrap { display: flex; justify-content: center; padding-top: 30px; }
.is-loading { opacity: .5; pointer-events: none; }
.filter-mobile-button { background: var(--navy); border: 0; border-radius: 4px; color: #fff; display: none; margin-bottom: 12px; padding: 10px 14px; }
.form-alert { border: 1px solid; border-radius: 8px; font-family: var(--serif); font-size: 13px; line-height: 1.5; margin-bottom: 20px; padding: 13px 16px; }
.form-alert ul { margin: 0; padding-left: 18px; }
.form-alert--error { background: #fff4f2; border-color: #e9c6c0; color: #91483e; }
.form-alert--success { background: #eff8f2; border-color: #bfdcc8; color: #276a41; }
.customer-type { align-items: center; border-bottom: 1px solid var(--line); color: #5d6971; display: flex; flex-wrap: wrap; font-family: var(--serif); font-size: 12px; gap: 16px; margin-bottom: 22px; padding-bottom: 19px; }
.customer-type > span { color: var(--navy); font-weight: 600; margin-right: auto; }
.customer-type label { align-items: center; cursor: pointer; display: flex; gap: 6px; }
.customer-type input { accent-color: var(--navy); }
.captcha-field, .captcha-contact { margin-top: 18px; }
.captcha-field > label, .captcha-contact { color: #53616b; display: flex; flex-direction: column; font-size: 9px; font-weight: 800; gap: 8px; letter-spacing: .075em; text-transform: uppercase; }
.captcha-field label > span, .captcha-contact > span:last-child { display: flex; gap: 10px; }
.captcha-field input, .captcha-contact input { background: #fbfaf7; border: 1px solid #ddd7cc; border-radius: 5px; height: 46px; min-width: 0; padding: 0 12px; width: 100%; }
.captcha-field strong, .captcha-contact strong { align-items: center; background: var(--ivory-deep); border: 1px dashed #cbbfAA; border-radius: 5px; color: var(--navy); display: flex; font-family: monospace; font-size: 17px; justify-content: center; letter-spacing: .15em; min-width: 120px; padding: 0 12px; text-transform: lowercase; }
.empty-summary { padding: 28px 0 4px; text-align: center; }

/* Full cart */
.cart-page-layout { align-items: start; display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) 330px; padding-bottom: 90px; padding-top: 30px; }
.cart-page-layout > .wishlist-empty { grid-column: 1 / -1; }
.cart-page-items { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 24px; }
.cart-page-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 92px minmax(0, 1fr) auto auto auto; padding: 20px 0; }
.cart-page-item:last-child { border-bottom: 0; }
.cart-page-item > img { background: var(--ivory); border-radius: 8px; height: 108px; object-fit: cover; width: 92px; }
.cart-page-item-copy small { color: #9aa2a8; font-size: 9px; letter-spacing: .1em; }
.cart-page-item-copy h2 { color: var(--navy); font-family: var(--serif); font-size: 17px; font-weight: 500; margin: 6px 0; }
.cart-page-item-copy > span, .cart-page-item > strong { color: var(--navy); font-family: var(--serif); font-size: 14px; }
.cart-page-summary { background: white; border: 1px solid #ddd5c8; border-radius: 14px; box-shadow: 0 18px 42px rgba(21,40,55,.08); padding: 27px; position: sticky; top: 112px; }
.cart-page-summary .checkout-grand-total { align-items: center; border-block: 1px solid var(--line); display: flex; font-family: var(--serif); justify-content: space-between; margin: 16px 0; padding: 18px 0; }
.cart-page-summary .checkout-grand-total strong { color: var(--navy); font-size: 23px; }
.cart-page-summary p { color: var(--muted); font-family: var(--serif); font-size: 11px; line-height: 1.5; }
.cart-page-summary .primary-button { width: 100%; }

/* Product detail */
.product-detail { padding-bottom: 92px; padding-top: 50px; }
.product-detail-grid { align-items: start; display: grid; gap: clamp(35px, 5vw, 70px); grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.product-gallery-main { align-items: center; background: #f5f2ec; border-radius: 16px; display: flex; justify-content: center; min-height: 570px; overflow: hidden; }
.product-gallery-main img { height: 570px; object-fit: contain; width: 100%; }
.product-thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; }
.product-thumbs button { background: #f6f3ed; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; height: 78px; overflow: hidden; padding: 0; width: 70px; }
.product-thumbs button.active { border-color: var(--gold); }
.product-thumbs img { height: 100%; object-fit: cover; width: 100%; }
.product-info h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(38px, 4vw, 56px); font-weight: 400; line-height: 1.05; margin: 10px 0 14px; }
.product-rating { align-items: center; color: var(--gold); display: flex; font-size: 14px; gap: 12px; }
.product-rating button { background: none; border: 0; color: var(--muted); cursor: pointer; font-family: var(--serif); font-size: 11px; text-decoration: underline; }
.product-lead { color: #596872; font-family: var(--serif); font-size: 14px; line-height: 1.75; margin: 24px 0; }
.product-detail-price { align-items: baseline; display: flex; gap: 12px; margin: 20px 0; }
.product-detail-price del { color: #929ba1; font-family: var(--serif); font-size: 16px; }
.product-detail-price strong { color: var(--navy); font-family: var(--serif); font-size: 32px; font-weight: 500; }
.product-meta { border-block: 1px solid var(--line); margin: 0 0 22px; padding: 14px 0; }
.product-meta > div { display: flex; font-family: var(--serif); font-size: 12px; gap: 10px; padding: 5px 0; }
.product-meta dt { color: #7b878e; min-width: 95px; }
.product-meta dd { color: var(--navy); margin: 0; }
.product-meta dd.is-out { color: #a34d45; }
.product-purchase { align-items: center; display: flex; gap: 12px; }
.product-purchase .quantity-control { height: 50px; }
.product-purchase .quantity-control button { width: 40px; }
.product-purchase .quantity-control span { min-width: 42px; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; }
.product-trust { background: var(--ivory); border-radius: 8px; color: #69767e; display: flex; flex-wrap: wrap; font-family: var(--serif); font-size: 10px; gap: 18px; margin-top: 25px; padding: 13px 15px; }
.product-tabs { border-top: 1px solid var(--line); margin-top: 65px; padding-top: 0; }
.product-tab-list { display: flex; gap: 5px; }
.p-tab { background: transparent; border: 0; border-bottom: 2px solid transparent; color: #6c7880; cursor: pointer; font-family: var(--serif); padding: 18px 22px 14px; }
.p-tab.active { border-bottom-color: var(--gold); color: var(--navy); }
.p-tab-content { color: #53636d; font-family: var(--serif); font-size: 14px; line-height: 1.8; max-width: 900px; padding: 28px 22px; }
.review-card { border-bottom: 1px solid var(--line); padding: 15px 0; }
.review-card > div { color: var(--gold); }

/* Content pages */
.content-heading { padding-bottom: 28px; padding-top: 45px; }
.content-heading h1, .cms-page h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; margin: 8px 0 0; }
.faq-layout { align-items: start; display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) 310px; padding-bottom: 90px; }
.faq-main { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px; }
.faq-main > h2, .faq-sidebar h2 { color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 500; margin: 0 0 20px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { color: #354c5d; cursor: pointer; font-family: var(--serif); font-size: 15px; padding: 17px 4px; }
.faq-answer { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.7; padding: 0 5px 14px; }
.faq-sidebar { background: linear-gradient(145deg, var(--navy-deep), var(--navy-soft)); border-radius: 14px; color: white; padding: 28px; }
.faq-sidebar > span { color: var(--gold-light); font-size: 30px; }
.faq-sidebar h2 { color: white; margin-top: 16px; }
.faq-sidebar p { color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 13px; line-height: 1.7; }
.faq-sidebar .secondary-button { border-color: var(--gold-light); color: white; }
.cms-page { padding-bottom: 95px; padding-top: 50px; }
.cms-lead { border-left: 2px solid var(--gold); color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 1.7; max-width: 800px; padding-left: 18px; }
.cms-content { color: #485b68; font-family: var(--serif); line-height: 1.8; max-width: 900px; }
.cms-content h2, .cms-content h3 { color: var(--navy); font-weight: 500; margin-top: 1.7em; }
.cms-content a { color: var(--navy); text-decoration: underline; }

/* Account views retained by the application */
.container, .account-container, .contact-container, .faq-container { margin-inline: auto; max-width: 1240px; padding-inline: 28px; width: 100%; }
.account-page { background: #f8f6f1; padding: 45px 0 90px; }
.account-title { color: var(--navy); font-family: var(--serif); font-size: clamp(34px, 4vw, 50px); font-weight: 400; margin: 0 0 28px; }
.account-grid { align-items: start; display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) 280px; }
.account-grid > .account-panel + .account-panel { grid-column: 1; }
.account-grid > .account-menu-wrap { grid-column: 2; grid-row: 1 / span 4; }
.account-panel, .account-main, .account-actions-section { background: white; border: 1px solid var(--line); border-radius: 13px; padding: 27px; }
.account-actions-section { margin-bottom: 18px; }
.account-actions-section:last-child { margin-bottom: 0; }
.account-section-title, .account-menu-title, .account-actions-section h3, .account-subtitle { color: var(--navy); font-family: var(--serif); font-size: 20px; font-weight: 500; margin: 0 0 16px; }
.account-copy, .account-intro, .account-empty { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.7; }
.account-form-row { display: grid; gap: 8px; margin-bottom: 16px; }
.account-form-row label { color: #52616b; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.account-input { background: #fbfaf7; border: 1px solid #ddd7cc; border-radius: 6px; min-height: 46px; outline: none; padding: 10px 12px; width: 100%; }
.account-input:focus { border-color: var(--navy-soft); box-shadow: 0 0 0 3px rgba(13,63,105,.07); }
.account-textarea { min-height: 115px; }
.account-btn, .btn-primary-site, .btn-outline-gold { align-items: center; background: var(--navy); border: 1px solid var(--navy); border-radius: 4px; color: white; cursor: pointer; display: inline-flex; font-family: var(--serif); font-size: 12px; justify-content: center; letter-spacing: .06em; min-height: 45px; padding: 0 22px; }
.account-btn { width: 100%; }
.account-btn.secondary, .btn-outline-gold { background: transparent; color: var(--navy); }
.account-menu-wrap { background: var(--navy-deep); border-radius: 13px; color: white; padding: 24px; }
.account-menu-wrap .account-menu-title { color: white; }
.account-menu { list-style: none; margin: 0; padding: 0; }
.account-menu li + li { border-top: 1px solid rgba(255,255,255,.12); }
.account-menu a { color: rgba(255,255,255,.78); display: block; font-family: var(--serif); font-size: 12px; padding: 11px 0; }
.account-menu a:hover { color: var(--gold-light); }
.account-action-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.account-action-grid.orders { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.account-action-card { align-items: center; background: var(--ivory); border: 1px solid var(--line); border-radius: 8px; color: var(--navy); display: flex; font-family: var(--serif); font-size: 12px; gap: 10px; min-height: 72px; padding: 15px; }
.account-action-card i::before { content: "✦"; font-style: normal; }
/* Zamjena za FontAwesome — biblioteka se ne učitava, glifovi dolaze iz fonta */
i.fas, i.far { font-style: normal; }
.fas.fa-edit::before { content: "✎"; }
.fas.fa-unlock-alt::before { content: "⚿"; }
.fas.fa-address-card::before { content: "▤"; }
.fas.fa-heart-broken::before { content: "♡"; }
.fas.fa-list-alt::before { content: "☰"; }
.fas.fa-cloud-download-alt::before { content: "⤓"; }
.fas.fa-coins::before { content: "◈"; }
.fas.fa-reply::before { content: "↩"; }
.fas.fa-exchange-alt::before { content: "⇄"; }
.fas.fa-history::before { content: "↻"; }
.fas.fa-users::before { content: "⁂"; }
.fas.fa-envelope::before { content: "✉"; }
.fas.fa-eye::before { content: "⊙"; }
/* Filter po statusu iznad spiska narudžbina */
.status-tabs { background: var(--ivory); border: 1px solid var(--line); border-radius: 10px; display: flex; flex-wrap: wrap; gap: 4px; margin: 0 0 22px; padding: 6px; }
.status-tab { align-items: center; border-radius: 7px; color: var(--muted); display: inline-flex; font-family: var(--serif); font-size: 13px; gap: 8px; padding: 9px 14px; text-decoration: none; transition: background .15s, color .15s; white-space: nowrap; }
.status-tab:hover { background: rgba(255,255,255,.75); color: var(--navy); }
.status-tab.is-active { background: white; box-shadow: 0 1px 3px rgba(20,40,58,.09); color: var(--navy); font-weight: 600; }
.status-tab-count { background: var(--ivory-deep); border-radius: 99px; color: var(--muted); font-family: var(--sans); font-size: 11px; line-height: 1; min-width: 20px; padding: 4px 7px; text-align: center; }
/* Aktivan tab dobija brojač u boji svog statusa — isti par boja kao badge u tabeli */
.status-tab.is-active .status-tab-count { background: var(--ivory-deep); color: var(--navy); }
.status-tab.status-pending.is-active .status-tab-count { background: #fdf2dd; color: #8a6216; }
.status-tab.status-processing.is-active .status-tab-count { background: #e7f1f7; color: #1d557f; }
.status-tab.status-shipped.is-active .status-tab-count { background: #e6edf4; color: var(--navy); }
.status-tab.status-delivered.is-active .status-tab-count { background: #eaf6ee; color: #276a41; }
.status-tab.status-cancelled.is-active .status-tab-count { background: #fbeceb; color: #91483e; }
/* Legenda sa objašnjenjem statusa ispod spiska narudžbina */
.status-legend { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 20px; }
.status-legend-title { color: var(--navy); font-family: var(--serif); font-size: 15px; font-weight: 600; margin: 0 0 14px; }
.status-legend-list { display: grid; gap: 10px 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin: 0; }
.status-legend-item { align-items: baseline; display: flex; gap: 10px; }
.status-legend-item dt { flex: 0 0 auto; }
.status-legend-item dd { color: var(--muted); font-family: var(--serif); font-size: 12px; line-height: 1.6; margin: 0; }
.account-table-wrap, .cmp-table-wrap { overflow-x: auto; }
.account-table, .cmp-table { border-collapse: collapse; min-width: 680px; width: 100%; }
.account-table th, .account-table td, .cmp-table th, .cmp-table td { border-bottom: 1px solid var(--line); color: #566670; font-family: var(--serif); font-size: 12px; padding: 14px; text-align: left; }
.account-table th, .cmp-table th { background: var(--ivory); color: var(--navy); font-weight: 600; }
.table-actions { display: flex; gap: 6px; }
.icon-btn { align-items: center; border: 0; border-radius: 4px; color: white; cursor: pointer; display: inline-flex; height: 32px; justify-content: center; text-decoration: none; width: 32px; }
.icon-btn.primary { background: var(--navy); }
.icon-btn.danger, .account-btn.danger { background: #9b2429; border-color: #9b2429; color: white; }
.account-btn.danger:hover { background: #7d1d21; border-color: #7d1d21; color: white; }
.registration-form { max-width: 680px; }
.address-card { background: white; border: 1px solid var(--line); border-radius: 13px; margin-bottom: 16px; padding: 18px 20px; }
.address-card.is-default { border-color: var(--gold); }
.address-card h3 { color: var(--navy); font-family: var(--serif); font-size: 15px; font-weight: 600; margin: 0 0 8px; }
.address-card p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.7; margin: 0 0 4px; }
.address-card-badge { background: var(--gold); border-radius: 3px; color: white; display: inline-block; font-family: var(--sans); font-size: 10px; letter-spacing: .06em; margin-left: 8px; padding: 3px 8px; text-transform: uppercase; vertical-align: middle; }
.address-card-actions { display: flex; gap: 8px; margin-top: 14px; }
.address-card-actions .account-btn { font-size: 11px; min-height: 36px; padding: 0 18px; width: auto; }
/* Razvojna traka na checkoutu — vidljiva samo uz CHECKOUT_TEST_FILL=true */
.checkout-test-fill { align-items: center; background: #fff8e6; border: 1px dashed #d8b458; border-radius: 10px; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 20px; padding: 13px 18px; }
.checkout-test-fill strong { color: #7a5a12; display: block; font-family: var(--serif); font-size: 13px; }
.checkout-test-fill small { color: #90783f; display: block; font-size: 11px; margin-top: 3px; }
.checkout-test-fill code { background: #f3e6c4; border-radius: 3px; font-size: 10px; padding: 1px 5px; }
.checkout-test-fill button { background: #7a5a12; border: 0; border-radius: 5px; color: white; cursor: pointer; flex-shrink: 0; font-family: var(--serif); font-size: 12px; padding: 9px 18px; }
.checkout-test-fill button:hover { background: #5d4410; }
.pagination-wrap { display: flex; justify-content: center; margin-top: 28px; }
.form-error-list { list-style: none; margin: 0; padding: 0; }

/* Modali: pitanje o proizvodu i recenzija (otvara ih JS preko style.display) */
.ask-modal { background: rgba(10,26,40,.55); display: none; inset: 0; overflow-y: auto; position: fixed; z-index: 9999; }
.ask-modal-dialog { background: var(--paper); border-radius: 13px; box-shadow: 0 26px 70px rgba(8,26,45,.28); margin: 60px auto 40px; max-width: 480px; padding: 30px; position: relative; }
.ask-modal-close { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 24px; line-height: 1; position: absolute; right: 16px; top: 12px; }
.ask-modal-close:hover { color: var(--navy); }
.ask-modal-title { color: var(--navy); font-family: var(--serif); font-size: 20px; font-weight: 500; margin: 0 0 8px; }
.ask-modal-rule { background: var(--gold); height: 3px; margin-bottom: 20px; width: 40px; }
.ask-modal-product { color: var(--muted); font-family: var(--serif); font-size: 13px; margin-bottom: 16px; }
.ask-field { margin-bottom: 15px; }
.ask-field > label { color: #52616b; display: block; font-size: 10px; font-weight: 700; letter-spacing: .06em; margin-bottom: 6px; text-transform: uppercase; }
.ask-field input, .ask-field textarea { background: #fbfaf7; border: 1px solid #ddd7cc; border-radius: 6px; font-family: var(--sans); font-size: 13px; padding: 10px 12px; width: 100%; }
.ask-field input:focus, .ask-field textarea:focus { border-color: var(--navy-soft); box-shadow: 0 0 0 3px rgba(13,63,105,.07); outline: none; }
.ask-field textarea { min-height: 100px; resize: vertical; }
.ask-required { color: #a04845; }
.ask-captcha-row { align-items: center; display: flex; gap: 10px; }
.ask-captcha-row canvas { border: 1px solid #ddd7cc; border-radius: 6px; }
.ask-captcha-refresh { background: none; border: 0; color: var(--gold); cursor: pointer; font-size: 12px; text-decoration: underline; }
.ask-captcha-input { margin-top: 8px; max-width: 150px; }
.ask-modal-error, .ask-modal-success { display: none; font-family: var(--serif); font-size: 12px; margin-bottom: 10px; }
.ask-modal-error { color: #a04845; }
.ask-modal-success { color: var(--success); }
.ask-submit { background: var(--navy); border: 1px solid var(--navy); border-radius: 4px; color: white; cursor: pointer; font-family: var(--serif); font-size: 13px; letter-spacing: .06em; min-height: 46px; width: 100%; }
.ask-submit:hover { background: var(--navy-deep); }
.review-stars { color: #d5cec1; cursor: pointer; font-size: 26px; letter-spacing: 4px; }
.review-stars .is-on { color: var(--gold); }

/* Poređenje proizvoda */
.cmp-bar__count { color: var(--muted); font-family: var(--serif); font-size: 12px; white-space: nowrap; }
.cmp-feature-col { min-width: 160px; width: 160px; }
.cmp-note { color: var(--muted); font-family: var(--serif); font-size: 12px; margin: 18px 0 0; }
.cmp-price-old { color: var(--muted); font-size: 12px; margin-right: 6px; text-decoration: line-through; }
.cmp-price-new { color: var(--navy); font-family: var(--serif); font-size: 15px; font-weight: 600; }
.badge { background: var(--ivory-deep); border-radius: 99px; color: var(--navy); display: inline-block; font-family: var(--sans); font-size: 11px; letter-spacing: .04em; padding: 6px 12px; }
.badge.fs-5 { font-size: 13px; padding: 8px 16px; }
.badge.bg-warning { background: #fdf2dd; color: #8a6216; }
.badge.bg-info { background: #e7f1f7; color: #1d557f; }
.badge.bg-primary { background: #e6edf4; color: var(--navy); }
.badge.bg-success { background: #eaf6ee; color: #276a41; }
.badge.bg-danger { background: #fbeceb; color: #91483e; }
.badge.bg-secondary { background: var(--ivory-deep); color: var(--muted); }
.checkout-summary .summary-row { padding: 11px 0; }
.checkout-summary .summary-row.total { border-top: 1px solid var(--gold); margin-top: 8px; padding-top: 16px; }
.alert { border: 1px solid var(--line); border-radius: 8px; margin-bottom: 18px; padding: 13px 15px; }
.alert-danger { background: #fff4f2; color: #91483e; }
.alert-success { background: #eff8f2; color: #276a41; }
.alert-info { background: #eef5f8; color: var(--navy); }
.radio-group, .newsletter-row, .newsletter-options, .captcha-row { display: flex; flex-wrap: wrap; gap: 13px; }
.captcha-code { background: var(--ivory-deep); border: 1px dashed #c8baa0; color: var(--navy); font-family: monospace; letter-spacing: .12em; padding: 10px 15px; }
.form-divider { border-top: 1px solid var(--line); margin: 8px 0 18px; }
.pagination, .pagination-nav { align-items: center; display: flex; justify-content: center; }
.pagination { gap: 5px; list-style: none; padding: 0; }
.page-link { align-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--navy); display: flex; font-size: 11px; min-height: 36px; padding: 0 11px; }
.page-item.active .page-link { background: var(--navy); border-color: var(--navy); color: white; }
.page-item.disabled { opacity: .45; }

/* Compare */
.cmp-section { padding: 48px 0 90px; }
.cmp-title { color: var(--navy); font-family: var(--serif); font-size: 46px; font-weight: 400; }
.cmp-table { background: white; border: 1px solid var(--line); }
.cmp-table thead img { height: 190px; margin: 0 auto 12px; object-fit: contain; width: 190px; }
.cmp-name { color: var(--navy); display: block; font-size: 15px; text-align: center; }
.cmp-remove { background: var(--ivory); border: 0; border-radius: 50%; color: #8f5148; cursor: pointer; float: right; height: 30px; width: 30px; }
.cmp-actions { align-items: center; display: flex; justify-content: space-between; margin-top: 20px; }
.cmp-bar { background: var(--navy-deep); bottom: 0; color: white; display: none; left: 0; position: fixed; right: 0; z-index: 55; }
.cmp-bar.is-visible { display: block; }
.cmp-bar__inner { align-items: center; display: flex; gap: 14px; min-height: 76px; }
.cmp-bar__items { display: flex; flex: 1; gap: 10px; }
.cmp-bar__item { align-items: center; background: rgba(255,255,255,.1); border-radius: 5px; display: flex; font-size: 10px; gap: 7px; padding: 6px 9px; }
.cmp-bar__item img { border-radius: 3px; height: 38px; object-fit: cover; width: 38px; }
.cmp-bar__remove { background: none; border: 0; color: white; cursor: pointer; }
.cmp-bar .btn-outline-gold { border-color: var(--gold-light); color: white; }

@media (max-width: 900px) {
  .category-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .category-heading > p { text-align: left; }
  .subcategory-section .subcategory-grid { display: flex; overflow-x: auto; }
  .subcategory-section .category-card { flex: 0 0 260px; }
  .category-filter { display: none; }
  .category-filter.is-open { display: block; }
  .filter-mobile-button { display: inline-flex; }
  .cart-page-layout, .product-detail-grid, .faq-layout, .account-grid { grid-template-columns: 1fr; }
  .cart-page-summary { position: static; }
  .account-grid > .account-menu-wrap { grid-column: auto; grid-row: auto; }
  .product-gallery-main, .product-gallery-main img { height: 480px; min-height: 480px; }
}

@media (max-width: 620px) {
  .cart-page-item { align-items: start; gap: 12px; grid-template-columns: 75px minmax(0, 1fr) auto; }
  .cart-page-item > img { grid-row: 1 / 3; height: 88px; width: 75px; }
  .cart-page-item > .quantity-control { grid-column: 2; }
  .cart-page-item > strong { grid-column: 3; grid-row: 1; }
  .cart-page-item > .remove-cart-item { grid-column: 3; grid-row: 2; }
  .product-gallery-main, .product-gallery-main img { height: 370px; min-height: 370px; }
  .product-purchase { align-items: stretch; flex-direction: column; }
  .product-purchase .primary-button { width: 100%; }
  .account-action-grid, .account-action-grid.orders { grid-template-columns: 1fr; }
  .cmp-bar__item { display: none; }
}
