:root {
  --ink: #1a1c20;
  --muted: #6d7076;
  --line: #dedede;
  --soft: #f7f7f7;
  --paper: #ffffff;
  --accent: #fff15a;
  --accent-dark: #7d7200;
  --accent-soft: #fffbc7;
  --success: #367a4b;
  --radius: 10px;
  --font-sans: "Geist", Arial, Helvetica, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@theme inline {
  --color-background: var(--paper);
  --color-foreground: var(--ink);
  --font-sans: "Geist", Arial, Helvetica, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

* {
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.section-shell { width: min(100% - 40px, 1320px); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.language-progress { position: fixed; z-index: 70; top: 0; left: 0; width: 100%; height: 3px; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity .12s ease; }
.language-progress::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 42%; background: var(--accent); transform: translateX(-110%); }
.language-progress.active { opacity: 1; }
.language-progress.active::after { animation: language-progress 1s ease-in-out infinite; }
@keyframes language-progress { 50% { transform: translateX(130%); } 100% { transform: translateX(260%); } }
.header-inner { width: min(100% - 40px, 1380px); height: 100%; margin: 0 auto; display: flex; align-items: center; gap: 36px; }
.brand { flex: 0 0 auto; }
.header-brand-image { position: relative; width: 250px; height: 53px; display: block; overflow: hidden; }
.header-brand-image img { position: absolute; left: 0; top: 50%; width: 100%; max-width: none; height: auto; transform: translateY(-50%); }
.brand-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); line-height: 1; white-space: nowrap; }
.brand-logo-mark { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--accent); color: var(--ink); box-shadow: inset 0 0 0 1px rgba(26,28,32,.08); }
.brand-logo-mark svg { clip-path: inset(0 0 18% 0); transform: translateY(3px) scale(1.08); }
.brand-logo-type { display: flex; align-items: baseline; gap: 0; font-size: 28px; font-weight: 820; letter-spacing: -.055em; }
.brand-logo-type b { font-weight: 820; }
.brand-logo-type strong { color: var(--accent); font-weight: 820; -webkit-text-stroke: .8px var(--ink); paint-order: stroke fill; }
.brand-logo.inverted { color: white; }
.brand-logo.inverted .brand-logo-type strong { color: white; -webkit-text-stroke: 0; }
.brand-logo.compact { gap: 8px; }
.brand-logo.compact .brand-logo-mark { width: 34px; height: 34px; }
.brand-logo.compact .brand-logo-type { font-size: 21px; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 14px; font-weight: 620; }
.desktop-nav > a, .nav-services > summary { padding: 28px 0 25px; cursor: pointer; list-style: none; border-bottom: 2px solid transparent; }
.desktop-nav > a:hover, .nav-services > summary:hover { color: var(--accent-dark); border-color: var(--accent); }
.nav-services { position: relative; }
.nav-services summary::-webkit-details-marker { display: none; }
.nav-services summary::after { content: "▾"; margin-left: 7px; color: var(--accent-dark); }
.nav-popover { position: absolute; top: 62px; left: -24px; width: 340px; max-height: calc(100dvh - 100px); padding: 12px; display: grid; overflow-y: auto; background: white; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(26,28,32,.13); border-radius: var(--radius); }
.nav-popover a { padding: 10px 12px; border-radius: 6px; }
.nav-popover a:hover { background: var(--soft); color: var(--accent-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.locale-switch { display: flex; gap: 1px; border: 1px solid var(--line); border-radius: 7px; padding: 2px; font-size: 11px; font-weight: 760; }
.locale-switch a { padding: 6px 9px; border-radius: 4px; color: var(--muted); }
.locale-switch a.active { color: var(--ink); background: var(--accent-soft); }
.header-call { min-height: 39px; padding: 0 6px 0 15px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-size: 12px; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.header-call strong { font-weight: 720; }
.header-call span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--ink); font-size: 14px; }
.header-call:hover { background: #303238; transform: translateY(-1px); }
.mobile-menu { display: none; position: relative; }

.remote-payment { background: var(--ink); color: white; }
.remote-inner { width: min(100% - 40px, 1320px); margin: 0 auto; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 13px; }
.remote-inner strong { color: var(--accent); white-space: nowrap; }
.remote-inner p { margin: 0; color: #e2e2e2; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(480px, .95fr); gap: 72px; align-items: center; padding-top: 64px; padding-bottom: 72px; }
.hero-copy { max-width: 690px; }
.hero-kicker { margin: 0 0 18px; color: var(--accent-dark); font-size: 14px; font-weight: 720; letter-spacing: .02em; }
.hero h1 { margin: 0; max-width: 760px; white-space: pre-line; font-size: clamp(48px, 5vw, 61px); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
.hero-offer { max-width: 610px; margin: 24px 0 0; display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 760; letter-spacing: -.01em; }
.hero-offer span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-size: 14px; }
.hero-lede { max-width: 610px; margin: 13px 0 0; color: #595c61; font-size: 21px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); border-radius: 7px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--accent); border-color: var(--accent); color: #171717; }
.button.primary:hover { background: #fff785; border-color: #fff785; }
.button.secondary { background: white; }
.button.secondary:hover { background: var(--ink); color: white; }
.hero-visual { position: relative; min-height: 500px; }
.hero-main-image { position: absolute; inset: 0 95px 40px 0; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--soft); box-shadow: 0 28px 70px rgba(26,28,32,.16); }
.hero-main-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-number { position: absolute; right: 0; top: 30px; width: 165px; height: 165px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--accent); border-radius: var(--radius); }
.hero-number strong { font-size: 40px; line-height: 1; letter-spacing: -.04em; }
.hero-number span { margin-top: 6px; font-size: 12px; font-weight: 680; }
.hero-small-image { position: absolute; right: 0; bottom: 0; width: 210px; height: 160px; overflow: hidden; border: 8px solid white; border-radius: var(--radius); box-shadow: 0 15px 44px rgba(26,28,32,.16); }
.hero-small-image img { width: 100%; height: 100%; object-fit: cover; }

.hero-facts { margin-top: 38px; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-facts > div { padding-right: 16px; display: flex; flex-direction: column; }
.hero-facts > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-facts strong { font-size: 15px; letter-spacing: -.015em; }
.hero-facts span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.hero-market { position: relative; min-height: 545px; overflow: hidden; border-radius: 14px; background: var(--ink); box-shadow: 0 32px 80px rgba(26,28,32,.2); isolation: isolate; }
.hero-market::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 58px 58px; }
.hero-market::after { content: ""; position: absolute; right: -15%; bottom: -34%; z-index: -1; width: 82%; height: 70%; background: radial-gradient(circle, rgba(255,241,90,.28), transparent 67%); transform: rotate(-12deg); }
.hero-market-label { position: absolute; top: 24px; left: 26px; right: 26px; z-index: 4; color: white; }
.hero-market-label small { display: block; color: #92959a; font-size: 9px; font-weight: 720; letter-spacing: .09em; text-transform: uppercase; }
.hero-market-label > div { margin-top: 9px; display: flex; flex-wrap: wrap; gap: 7px; }
.hero-market-label span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; color: #f4f4f4; font-size: 10px; font-weight: 680; }
.hero-product-card { position: absolute; width: 180px; overflow: hidden; border: 5px solid white; border-radius: 9px; background: white; color: var(--ink); box-shadow: 0 22px 55px rgba(0,0,0,.34); transition: transform .3s ease, z-index .01s; }
.hero-product-card:hover { z-index: 8; transform: translateY(-8px) rotate(0deg) scale(1.04) !important; }
.hero-product-card img { width: 100%; height: 168px; object-fit: cover; }
.hero-product-card > div { min-height: 52px; padding: 9px 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hero-product-card span { max-width: 90px; overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.hero-product-card strong { font-size: 14px; }
.hero-product-card.card-1 { left: 28px; top: 125px; transform: rotate(-4deg); }
.hero-product-card.card-2 { right: 24px; top: 145px; transform: rotate(4deg); }
.hero-product-card.card-3 { left: 50%; bottom: 25px; transform: translateX(-50%) rotate(-1deg); }
.hero-market-note { position: absolute; left: 26px; bottom: 25px; display: flex; flex-direction: column; color: #a9abb0; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hero-market-note strong { margin-top: 3px; color: var(--accent); font-size: 29px; line-height: 1; letter-spacing: -.04em; }

.home-shop-section { padding: 105px 0 115px; overflow: hidden; background: var(--ink); color: white; }
.home-shop-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.home-shop-heading p { margin: 0 0 14px; color: var(--accent); font-size: 13px; font-weight: 720; }
.home-shop-heading h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 4.7vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.home-shop-heading > span { max-width: 450px; color: #aeb0b4; font-size: 18px; }
.category-browser-wrap { margin-top: 42px; }
.category-scroll-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.category-scroll-controls > span { color: #b2b4b8; font-size: 11px; font-weight: 680; letter-spacing: .08em; text-transform: uppercase; }
.category-scroll-controls > div { display: flex; gap: 7px; }
.category-scroll-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; background: transparent; color: white; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.category-scroll-controls button:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.category-browser { margin-top: 8px; padding: 8px 7px 11px; display: grid; grid-auto-columns: minmax(175px, 1fr); grid-auto-flow: column; gap: 10px; overflow-x: auto; scroll-padding-inline: 7px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.category-browser > a { position: relative; min-height: 150px; padding: 17px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.045); transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.category-browser > a { scroll-snap-align: start; }
.category-browser > a:hover, .category-browser > a.active { border-color: var(--accent); background: rgba(255,241,90,.12); box-shadow: 0 0 0 1px rgba(255,241,90,.2), 0 12px 28px rgba(0,0,0,.18); }
.category-browser > a > span { position: absolute; top: 14px; left: 15px; z-index: 2; color: #888b90; font: 10px var(--font-mono); }
.category-browser strong { position: relative; z-index: 2; max-width: 118px; font-size: 15px; line-height: 1.15; }
.category-browser small { position: relative; z-index: 2; margin-top: 5px; color: #aeb0b4; font-size: 10px; }
.category-browser img { position: absolute; top: 12px; right: 10px; width: 76px; height: 76px; object-fit: cover; border-radius: 50%; opacity: .42; filter: grayscale(.6); transition: transform .3s ease, opacity .3s ease, filter .3s ease; }
.category-browser > a:hover img, .category-browser > a.active img { transform: scale(1.12) rotate(3deg); opacity: .8; filter: grayscale(0); }
.category-stage { margin-top: 24px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; }
.category-feature { min-height: 660px; display: grid; grid-template-rows: auto 1fr; overflow: hidden; border-radius: 10px; background: var(--accent); color: var(--ink); }
.category-feature-copy { padding: 36px 36px 25px; }
.category-feature-copy > span { font-size: 11px; font-weight: 720; text-transform: uppercase; letter-spacing: .09em; }
.category-feature-copy h3 { margin: 8px 0 15px; font-size: 43px; line-height: 1; letter-spacing: -.045em; }
.category-feature-copy p { margin: 0; max-width: 430px; font-size: 14px; }
.category-feature-copy a { margin-top: 23px; display: inline-flex; gap: 12px; font-weight: 760; border-bottom: 1px solid currentColor; }
.category-feature-visual { position: relative; min-height: 370px; overflow: hidden; margin: 0 14px 14px; border-radius: 7px; background: #d0d0d0; }
.category-feature-visual > img { width: 100%; height: 100%; object-fit: cover; animation: category-image-in .45s ease both; }
.category-feature-visual > div { position: absolute; right: 18px; bottom: 18px; width: 95px; height: 95px; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; text-align: center; background: rgba(26,28,32,.92); color: white; border-radius: 50%; }
.category-feature-visual strong { color: var(--accent); font-size: 27px; line-height: 1; }
.category-feature-visual span { display: block; font-size: 9px; line-height: 1; }
@keyframes category-image-in { from { opacity: 0; transform: scale(1.04); } }
.home-product-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.home-product-preview .product-card { animation: product-preview-in .35s ease both; }
.home-product-preview .product-card:nth-child(2) { animation-delay: .05s; }
.home-product-preview .product-card:nth-child(3) { animation-delay: .1s; }
.home-product-preview .product-card:nth-child(4) { animation-delay: .15s; }
.home-product-preview .product-image { height: 220px; }
@keyframes product-preview-in { from { opacity: 0; transform: translateY(10px); } }
.home-shop-footer { margin-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-shop-footer .button.primary { min-width: 240px; }
.shop-assurance { padding-top: 105px; padding-bottom: 115px; }
.shop-assurance-heading { max-width: 790px; }
.shop-assurance-heading > p { margin: 0 0 12px; color: var(--accent-dark); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.shop-assurance-heading h2 { margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.03; letter-spacing: -.045em; }
.shop-assurance-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.shop-assurance-grid article { min-height: 295px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; background: white; }
.shop-assurance-grid article + article { border-left: 1px solid var(--line); }
.shop-assurance-grid article:nth-child(2) { background: var(--accent); }
.shop-assurance-grid article:nth-child(3) { background: var(--ink); color: white; }
.shop-assurance-grid article > span { margin-bottom: auto; color: var(--muted); font: 11px var(--font-mono); }
.shop-assurance-grid article:nth-child(2) > span { color: #7c7500; }
.shop-assurance-grid article:nth-child(3) > span { color: var(--accent); }
.shop-assurance-grid h3 { margin: 40px 0 12px; font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
.shop-assurance-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.shop-assurance-grid article:nth-child(2) p { color: #3e3c22; }
.shop-assurance-grid article:nth-child(3) p { color: #c7c8ca; }
.sale-link { display: inline-flex; gap: 12px; color: var(--accent); font-weight: 720; border-bottom: 1px solid currentColor; }

.gold-loan-home { padding: 68px 0 72px; overflow: hidden; background: var(--ink); color: white; }
.gold-loan-heading { display: grid; grid-template-columns: 1fr; gap: 10px; }
.gold-loan-heading p { margin: 0 0 12px; color: var(--accent); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.gold-loan-heading h2 { max-width: 680px; margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.01; letter-spacing: -.05em; }
.gold-loan-heading > span { max-width: 790px; color: #c7c8ca; font-size: 16px; line-height: 1.45; }
.gold-loan-layout { margin-top: 26px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.gold-loan-rates { border: 1px solid rgba(255,255,255,.15); border-radius: 11px; }
.gold-loan-rates { padding: 10px; display: grid; grid-template-columns: .7fr 1.3fr; grid-template-rows: auto auto; gap: 6px; }
.gold-loan-featured { min-height: 110px; padding: 15px 18px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; column-gap: 18px; border-radius: 8px; background: var(--accent); color: var(--ink); }
.gold-loan-featured > span { grid-column: 2; grid-row: 1; align-self: end; font-size: 11px; font-weight: 740; letter-spacing: .015em; }
.gold-loan-featured strong { grid-column: 1; grid-row: 1 / 3; align-self: center; font-size: clamp(60px, 5.5vw, 78px); font-weight: 400; line-height: .8; letter-spacing: -.075em; }
.gold-loan-featured p { grid-column: 2; grid-row: 2; max-width: 245px; margin: 4px 0 0; color: #494621; font-size: 10px; line-height: 1.3; }
.gold-loan-day-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.gold-loan-day-grid article { min-height: 110px; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; background: rgba(255,255,255,.045); }
.gold-loan-day-grid span { color: #aaaeb4; font-size: 10px; }
.gold-loan-day-grid strong { color: white; font-size: clamp(29px, 2.5vw, 39px); font-weight: 400; letter-spacing: -.05em; }
.gold-loan-specials { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.gold-loan-specials span { padding: 10px 13px; border-radius: 6px; background: rgba(255,241,90,.1); color: var(--accent); font-size: 10px; font-weight: 670; }
.gold-loan-summary { grid-column: 1 / 3; margin-top: 8px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); }
.gold-loan-summary ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; list-style: none; }
.gold-loan-summary li { min-height: 52px; padding: 11px; display: flex; align-items: center; border-radius: 6px; background: rgba(255,255,255,.06); color: #d5d6d8; font-size: 10px; }
.gold-loan-actions { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.gold-loan-actions .button { min-height: 43px; padding-inline: 17px; font-size: 11px; }
.gold-loan-actions .button.secondary { border-color: rgba(255,255,255,.28); background: transparent; color: white; }
.gold-loan-actions .button.secondary:hover { border-color: var(--accent); background: rgba(255,241,90,.1); color: var(--accent); }
.gold-loan-summary small { margin-top: 11px; display: block; color: #84888f; font-size: 9px; line-height: 1.45; }

.services-section { padding: 100px 0 112px; background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .steps-section > h2, .shop-heading h2, .about-section h2, .contact-cta h2 { margin: 0; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading p { margin: 0 0 5px; max-width: 520px; color: var(--muted); font-size: 19px; }
.service-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
.service-feature { position: sticky; top: 100px; min-height: 650px; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: white; }
.service-feature img { height: 390px; width: 100%; object-fit: cover; opacity: .88; }
.service-feature > div { padding: 34px 36px 38px; }
.service-feature h3 { margin: 0; font-size: 34px; line-height: 1.1; letter-spacing: -.035em; }
.service-feature p { color: #cfcfcf; }
.service-feature span { display: inline-block; margin-top: 10px; color: var(--accent); font-weight: 720; }
.service-list { border-top: 1px solid #c9c9c9; }
.service-list > a { min-height: 123px; display: grid; grid-template-columns: 44px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid #c9c9c9; transition: padding .2s ease, background .2s ease; }
.service-list > a:hover { padding-left: 12px; background: rgba(255,241,90,.1); }
.service-list > a > span { align-self: start; padding-top: 33px; color: #9b9b9b; font: 12px var(--font-mono); }
.service-list h3 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.service-list p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.service-list b { color: var(--accent-dark); font-size: 23px; font-weight: 450; }

.service-explorer { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.service-stage { position: sticky; top: 100px; min-height: 690px; overflow: hidden; border-radius: 11px; background: var(--ink); color: white; isolation: isolate; }
.service-stage > .service-graphic { position: absolute; inset: 0; z-index: -3; }
.service-stage-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, transparent 37%, rgba(20,22,26,.18) 56%, rgba(20,22,26,.97) 84%); }
.service-stage-copy { position: absolute; left: 36px; right: 36px; bottom: 34px; }
.service-stage-copy > span { color: var(--accent); font: 11px var(--font-mono); }
.service-stage-copy h3 { max-width: 520px; margin: 10px 0 12px; font-size: 39px; line-height: 1.03; letter-spacing: -.04em; }
.service-stage-copy p { max-width: 540px; margin: 0; color: #d0d1d2; font-size: 14px; }
.service-stage-copy b { display: inline-block; margin-top: 21px; color: var(--accent); }
.service-selector { border-top: 1px solid #c9c9c9; }
.service-selector > a { min-height: 112px; padding: 15px 3px; display: grid; grid-template-columns: 42px 1fr auto; gap: 17px; align-items: center; border-bottom: 1px solid #c9c9c9; transition: padding .25s ease, background .25s ease; }
.service-selector > a:hover, .service-selector > a.active { padding-left: 13px; background: rgba(255,241,90,.2); }
.service-selector > a > span { align-self: start; padding-top: 13px; color: #9b9b9b; font: 10px var(--font-mono); }
.service-selector-title { display: block; margin: 0; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.service-selector p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.service-selector b { color: var(--accent-dark); font-size: 20px; font-weight: 480; }

.service-graphic { position: relative; width: 100%; height: 100%; min-height: 520px; overflow: hidden; background: #17191d; perspective: 1100px; isolation: isolate; animation: service-graphic-in .48s ease both; }
.service-graphic-grid { position: absolute; inset: 0; z-index: -3; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 46px 46px; transform: perspective(600px) rotateX(58deg) scale(1.38) translateY(14%); transform-origin: bottom; }
.service-graphic-glow { position: absolute; top: -10%; right: -17%; z-index: -2; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,241,90,.48), rgba(255,241,90,.08) 45%, transparent 71%); filter: blur(4px); }
.service-graphic-shadow { position: absolute; left: 11%; right: 7%; bottom: 25%; height: 14%; border-radius: 50%; background: rgba(0,0,0,.55); filter: blur(24px); transform: rotate(-5deg); }
.service-graphic-panel { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; box-shadow: 0 28px 55px rgba(0,0,0,.34); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.panel-back { left: 11%; top: 17%; width: 52%; height: 39%; background: var(--accent); color: var(--ink); transform: rotateY(15deg) rotateX(4deg) rotateZ(-7deg) translateZ(-35px); }
.panel-main { left: 23%; top: 19%; width: 62%; height: 45%; overflow: hidden; background: rgba(246,246,241,.96); color: var(--ink); transform: rotateY(-10deg) rotateX(5deg) rotateZ(2deg) translateZ(34px); }
.graphic-icon-cluster { width: min(75%, 300px); display: grid; place-items: center; color: var(--ink); filter: drop-shadow(0 11px 18px rgba(26,28,32,.14)); }
.graphic-icon-cluster.icons-2 { grid-template-columns: repeat(2, 1fr); gap: 11px; }
.graphic-icon-cluster.icons-4 { grid-template-columns: repeat(2, 1fr); gap: 5px 15px; }
.graphic-icon-cluster svg { max-width: 100%; }
.service-graphic-gold .graphic-icon-cluster svg { filter: drop-shadow(0 7px 10px rgba(0,0,0,.13)); }
.panel-detail { right: 7%; top: 48%; width: 24%; aspect-ratio: 1; background: #25282e; color: var(--accent); transform: rotateY(-14deg) rotateX(8deg) rotateZ(8deg) translateZ(72px); }
.graphic-window-dots { position: absolute; left: 17px; top: 14px; display: flex; gap: 5px; }
.graphic-window-dots i { width: 5px; height: 5px; border-radius: 50%; background: #bfc1c5; }
.graphic-window-dots i:first-child { background: var(--accent-dark); }
.graphic-code { position: absolute; left: 17px; bottom: 14px; font: 9px var(--font-mono); font-weight: 680; letter-spacing: .06em; text-transform: uppercase; }
.graphic-scan { position: absolute; left: 8%; right: 8%; top: 22%; height: 2px; background: linear-gradient(90deg, transparent, var(--accent-dark), transparent); box-shadow: 0 0 15px rgba(125,114,0,.5); animation: graphic-scan 4.8s ease-in-out infinite; }
.service-stage:hover .panel-main, .service-page-visual:hover .panel-main { transform: rotateY(-5deg) rotateX(2deg) rotateZ(0) translateZ(48px) translateY(-7px); }
.service-stage:hover .panel-detail, .service-page-visual:hover .panel-detail { transform: rotateY(-9deg) rotateX(4deg) rotateZ(4deg) translateZ(88px) translateY(-9px); }
.service-graphic.large { min-height: 100%; }
.service-graphic.large .panel-main { left: 21%; top: 18%; width: 63%; height: 48%; }
.service-graphic.large .panel-back { left: 9%; top: 15%; width: 54%; height: 42%; }
.service-graphic.large .panel-detail { right: 8%; top: 50%; width: 23%; }
.service-graphic-consignment .consignment-card { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; box-shadow: 0 28px 55px rgba(0,0,0,.34); }
.consignment-card-back { left: 11%; top: 17%; width: 55%; height: 39%; padding: 20px; overflow: hidden; background: var(--accent); color: var(--ink); transform: rotateY(14deg) rotateX(4deg) rotateZ(-7deg) translateZ(-35px); }
.consignment-card-back span { font: 10px var(--font-mono); letter-spacing: .11em; }
.consignment-card-back i { width: 72%; height: 6px; margin-top: 17px; display: block; border-radius: 99px; background: rgba(26,28,32,.15); }
.consignment-card-back i:nth-child(3) { width: 54%; }
.consignment-card-back i:nth-child(4) { width: 36%; }
.consignment-card-main { left: 23%; top: 19%; width: 62%; height: 45%; padding: 22px; overflow: hidden; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; background: rgba(248,248,244,.97); color: var(--ink); transform: rotateY(-9deg) rotateX(5deg) rotateZ(2deg) translateZ(34px); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.consignment-label { grid-column: 1 / -1; font: 9px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.consignment-diamond { width: 112px; max-width: 86%; align-self: center; color: #9a8900; filter: drop-shadow(0 12px 18px rgba(26,28,32,.13)); }
.consignment-card-main strong { align-self: center; font-size: clamp(34px,5vw,64px); font-weight: 450; letter-spacing: -.07em; }
.consignment-card-main small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; }
.consignment-icon-row { position: absolute; right: 7%; top: 49%; z-index: 3; display: flex; gap: 7px; transform: rotate(7deg); }
.consignment-icon-row span { width: 53px; height: 53px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: #25282e; color: var(--accent); box-shadow: 0 16px 35px rgba(0,0,0,.3); }
.consignment-icon-row svg { width: 29px; }
.consignment-channel { position: absolute; left: 14%; bottom: 20%; padding: 10px 13px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(26,28,32,.86); color: white; font-size: 10px; box-shadow: 0 14px 32px rgba(0,0,0,.3); }
.consignment-channel b { color: var(--accent); font-size: 16px; }
.service-stage:hover .consignment-card-main, .service-page-visual:hover .consignment-card-main { transform: rotateY(-4deg) rotateX(2deg) rotateZ(0) translateZ(48px) translateY(-7px); }
.service-graphic-consignment.large .consignment-card-main { left: 20%; top: 17%; width: 64%; height: 50%; }
.service-graphic-consignment.large .consignment-card-back { left: 8%; top: 14%; width: 56%; height: 43%; }
.service-graphic-consignment.large .consignment-icon-row { right: 8%; top: 52%; }
@keyframes service-graphic-in { from { opacity: .15; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes graphic-scan { 0%, 18% { top: 22%; opacity: 0; } 28% { opacity: 1; } 65% { top: 77%; opacity: 1; } 77%, 100% { top: 77%; opacity: 0; } }

.steps-section { padding-top: 105px; padding-bottom: 115px; }
.steps-section > h2 { max-width: 650px; }
.steps-list { margin-top: 55px; border-top: 1px solid var(--line); }
.steps-list article { min-height: 128px; display: grid; grid-template-columns: 90px 1fr 1.35fr; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.steps-list article { position: relative; overflow: hidden; }
.steps-list article::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--accent); transition: width .45s ease; }
.steps-list article:hover::after { width: 100%; }
.steps-list article:hover > span { transform: rotate(10deg) scale(1.08); }
.steps-list article > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--accent); border-radius: 50%; font-weight: 750; }
.steps-list article > span { transition: transform .3s ease; }
.steps-list h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.steps-list p { margin: 0; max-width: 540px; color: var(--muted); }
.valuation-contact { margin-top: 42px; padding: 34px; display: grid; grid-template-columns: 1fr 1.18fr; gap: 48px; align-items: center; border-radius: 10px; background: var(--ink); color: white; box-shadow: 0 24px 60px rgba(26,28,32,.13); }
.valuation-contact > div:first-child > p { margin: 0 0 8px; color: var(--accent); font-size: 11px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.valuation-contact h3 { margin: 0; font-size: 31px; line-height: 1.08; letter-spacing: -.035em; }
.valuation-contact > div:first-child > span { margin-top: 14px; display: block; color: #bfc1c5; font-size: 14px; }
.valuation-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.valuation-actions a { min-height: 120px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: rgba(255,255,255,.05); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.valuation-actions a:hover { border-color: var(--accent); background: rgba(255,241,90,.13); transform: translateY(-3px); }
.valuation-actions a.messenger-action { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.valuation-actions b { font-size: 13px; }
.valuation-actions span { color: #bfc1c5; font-size: 10px; }
.valuation-actions .messenger-action span { color: #343434; }

.shop-section, .related-products { padding: 100px 0 110px; overflow: hidden; background: var(--ink); color: white; }
.shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.shop-heading p { margin: 14px 0 0; color: #b9b9b9; font-size: 18px; }
.shop-heading > a { color: var(--accent); border-bottom: 1px solid currentColor; font-weight: 690; }
.product-rail { width: min(1500px, 100%); margin: 50px auto 0; padding: 0 24px 10px; display: grid; grid-auto-columns: minmax(260px, 1fr); grid-auto-flow: column; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.product-card { min-width: 0; overflow: hidden; background: white; color: var(--ink); border: 1px solid #e2e2e2; border-radius: var(--radius); scroll-snap-align: start; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(0,0,0,.13); }
.product-image { position: relative; height: 290px; display: block; overflow: hidden; background: #f1f1f1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.image-empty { width: 100%; height: 100%; display: grid; place-items: center; color: #999; background: #eee; }
.sale-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: var(--accent); border-radius: 5px; color: var(--ink); font-size: 11px; font-weight: 790; }
.product-info { padding: 18px 18px 20px; }
.product-category { margin: 0 0 7px; color: var(--accent-dark); font-size: 12px; font-weight: 720; }
.product-info h3 { min-height: 48px; margin: 0; font-size: 17px; line-height: 1.38; letter-spacing: -.015em; }
.product-meta { margin-top: 18px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.product-price { display: flex; flex-direction: column; }
.product-price del, .detail-price del { color: #999; font-size: 12px; }
.product-price strong { font-size: 20px; }
.stock { color: var(--success); font-size: 11px; font-weight: 720; }
.stock.out { color: #9a4949; }

.about-section { padding-top: 120px; padding-bottom: 105px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-copy .about-eyebrow { margin: 0 0 16px; color: var(--accent-dark); font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.about-copy .about-lede { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }
.about-details { max-width: 650px; margin-top: 24px; }
.about-details p { margin: 0 0 13px; color: var(--muted); font-size: 15px; }
.about-stats { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-stats > div { min-height: 112px; padding: 20px 14px 16px 0; display: flex; flex-direction: column; justify-content: flex-end; }
.about-stats > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.about-stats strong { font-size: 29px; line-height: 1; letter-spacing: -.04em; }
.about-stats span { margin-top: 7px; color: var(--muted); font-size: 10px; }
.about-copy .legal-note { margin-top: 30px; padding: 17px 20px; border-left: 3px solid var(--accent); background: var(--soft); color: #4d4f54; font-size: 13px; }
.accepts-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: var(--ink); color: white; box-shadow: 0 28px 70px rgba(26,28,32,.13); }
.accepts-heading { padding: 34px 36px 29px; border-bottom: 1px solid rgba(255,255,255,.13); }
.accepts-heading p { margin: 0 0 8px; color: var(--accent); font-size: 10px; font-weight: 720; letter-spacing: .09em; text-transform: uppercase; }
.accepts-panel h3 { margin: 0; font-size: 31px; letter-spacing: -.035em; }
.accepts-grid { display: grid; grid-template-columns: 1fr 1fr; }
.accepts-item { min-height: 103px; padding: 20px 23px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s ease; }
.accepts-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
.accepts-item:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
.accepts-item:hover { background: rgba(255,241,90,.12); }
.accepts-item > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,241,90,.44); border-radius: 50%; color: var(--accent); }
.accepts-item strong { font-size: 13px; line-height: 1.25; }
.contact-cta { padding: 0; background: var(--accent); }
.contact-cta-grid { min-height: 560px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; }
.contact-cta-copy { padding: 86px 70px 86px 0; display: flex; flex-direction: column; justify-content: center; }
.contact-cta-copy > p { margin: 0 0 15px; font-size: 11px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.contact-cta-copy h2 { font-size: clamp(45px, 5vw, 68px); }
.contact-cta-copy > span { max-width: 590px; margin-top: 23px; font-size: 18px; }
.contact-cta-panel { margin: 38px 0; padding: 11px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: center; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 30px 80px rgba(26,28,32,.22); }
.contact-primary { position: relative; min-height: 142px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,241,90,.13)); }
.contact-primary > span, .contact-secondary span { color: #9ea0a5; font-size: 10px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.contact-primary strong { max-width: none; margin-top: 9px; padding-right: 34px; font-size: 16px; line-height: 1.2; letter-spacing: -.02em; }
.contact-primary b { position: absolute; right: 22px; top: 18px; color: var(--accent); font-size: 21px; }
.contact-secondary { display: contents; }
.contact-secondary a { min-height: 142px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; transition: border-color .2s ease, background .2s ease; }
.contact-secondary a:hover, .contact-primary:hover { border-color: var(--accent); background-color: rgba(255,241,90,.11); }
.contact-secondary strong { margin-top: 9px; font-size: 14px; }

@supports (animation-timeline: view()) {
  .reveal-section { animation: section-reveal linear both; animation-timeline: view(); animation-range: entry 0% cover 28%; }
  @keyframes section-reveal { from { opacity: .15; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
}

.site-footer { padding: 70px 0 22px; background: var(--ink); color: white; }
.footer-grid { width: min(100% - 40px, 1320px); margin: 0 auto; display: grid; grid-template-columns: 1.35fr 1fr .85fr .9fr; gap: 65px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h2 { margin: 0 0 12px; color: var(--accent); font-size: 13px; }
.footer-grid a { color: #d4d4d4; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-site-name { display: inline-block; color: white !important; font-size: 29px !important; font-weight: 780; letter-spacing: -.045em; line-height: 1; }
.footer-brand p { max-width: 340px; color: #bcbcbc; font-size: 14px; }
.footer-bottom { width: min(100% - 40px, 1320px); margin: 60px auto 0; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #929292; font-size: 12px; }

.catalog-hero, .content-hero { padding-top: 78px; padding-bottom: 66px; }
.catalog-hero > p, .content-hero > p, .service-page-hero > div > p { margin: 0 0 14px; color: var(--accent-dark); font-size: 13px; font-weight: 720; }
.catalog-hero h1, .content-hero h1 { margin: 0; font-size: clamp(50px, 6vw, 82px); line-height: 1; letter-spacing: -.055em; }
.catalog-hero > span, .content-hero > span { max-width: 700px; display: block; margin-top: 22px; color: var(--muted); font-size: 19px; }
.catalog-section { padding-bottom: 110px; }
.catalog-controls { position: sticky; top: 76px; z-index: 20; padding: 18px; display: grid; grid-template-columns: 1.4fr 1fr 1fr auto auto; gap: 12px; align-items: end; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.catalog-controls > .button { min-height: 44px; height: 44px; }
.catalog-controls label { display: grid; gap: 6px; }
.catalog-controls label > span { color: var(--muted); font-size: 11px; font-weight: 680; }
.catalog-controls input, .catalog-controls select { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #cfcfcf; background: white; border-radius: 6px; outline: none; }
.catalog-controls input:focus, .catalog-controls select:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(255,241,90,.25); }
.catalog-controls .sale-toggle { height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 8px; border: 1px solid #cfcfcf; background: white; border-radius: 6px; }
.catalog-controls .sale-toggle input { width: 18px; height: 18px; }
.catalog-controls .sale-toggle span { color: var(--ink); font-size: 13px; }
.catalog-result-line { margin: 30px 0 18px; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.catalog-grid.compact { margin-top: 42px; }
.catalog-grid .product-image { height: 320px; }
.catalog-empty { padding: 80px 20px; text-align: center; background: var(--soft); color: var(--muted); border-radius: var(--radius); }
.load-more { display: block; margin: 38px auto 0; padding: 14px 25px; border: 0; border-radius: 6px; background: var(--accent); font-weight: 720; cursor: pointer; }

.breadcrumbs { padding: 20px 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; white-space: nowrap; overflow: hidden; }
.breadcrumbs > * { flex: 0 0 auto; }
.breadcrumbs span:last-child { min-width: 0; flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; }
.product-page { padding-bottom: 100px; }
.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: start; }
.product-gallery { min-width: 0; }
.gallery-main { height: 640px; display: grid; place-items: center; overflow: hidden; background: var(--soft); border-radius: var(--radius); }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.gallery-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.gallery-thumbs button { height: 94px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 6px; background: var(--soft); cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--accent); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { position: sticky; top: 105px; padding-top: 10px; }
.product-summary h1 { margin: 10px 0 24px; font-size: clamp(38px, 4.4vw, 60px); line-height: 1.04; letter-spacing: -.045em; }
.detail-price { display: flex; align-items: center; gap: 12px; }
.detail-price strong { font-size: 34px; }
.stock.large { margin: 10px 0 25px; font-size: 13px; }
.product-description { color: var(--muted); font-size: 17px; }
.attributes { margin-top: 28px; }
.attributes h2 { font-size: 18px; }
.attributes dl { margin: 0; border-top: 1px solid var(--line); }
.attributes dl > div { padding: 10px 0; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.attributes dt { color: var(--muted); }
.attributes dd { margin: 0; font-weight: 620; }
.product-contact { display: flex; gap: 10px; margin-top: 30px; }
.product-id { color: #a0a0a0; font-size: 11px; }
.product-long-description { margin-top: 80px; max-width: 850px; }
.product-long-description h2 { font-size: 30px; }
.product-long-description p { color: var(--muted); }
.back-link { display: inline-block; margin-top: 55px; color: var(--accent-dark); font-weight: 690; border-bottom: 1px solid currentColor; }

.service-page-hero { min-height: 610px; padding-top: 70px; padding-bottom: 80px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.service-page-hero h1 { margin: 0; font-size: clamp(48px, 5.5vw, 74px); line-height: 1; letter-spacing: -.055em; }
.service-page-hero > div > span { max-width: 640px; display: block; margin-top: 24px; color: var(--muted); font-size: 19px; }
.service-page-visual { width: 100%; height: 470px; overflow: hidden; border-radius: var(--radius); background: var(--ink); box-shadow: 0 25px 65px rgba(26,28,32,.15); }
.service-details { padding-top: 95px; padding-bottom: 95px; display: grid; grid-template-columns: 1fr 390px; gap: 90px; }
.service-details h2, .faq-section h2, .service-links h2 { margin: 0 0 35px; font-size: 38px; letter-spacing: -.035em; }
.service-details ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-details li { padding: 18px 0 18px 30px; position: relative; border-bottom: 1px solid var(--line); }
.service-details li::before { content: ""; position: absolute; left: 2px; top: 27px; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.service-details aside { align-self: start; padding: 30px; background: var(--ink); color: white; border-radius: var(--radius); }
.service-details aside strong { color: var(--accent); font-size: 20px; }
.service-details aside p { color: #cecece; }
.service-details aside a { display: inline-block; margin-top: 10px; border-bottom: 1px solid var(--accent); color: var(--accent); }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; }
.social-links a, .service-details aside .social-links a, .contact-grid .social-links a { min-height: 43px; margin: 0; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; color: white; font-size: 12px; font-weight: 690; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover, .service-details aside .social-links a:hover { border-color: var(--accent); background: rgba(255,241,90,.12); transform: translateY(-2px); }
.social-links.compact a { min-height: 38px; padding-inline: 11px; }
.footer-brand .social-links { margin-top: 22px; }
.service-details aside .social-links { margin-top: 22px; }
.property-loan-content { padding-top: 88px; padding-bottom: 105px; }
.property-loan-intro { max-width: 1030px; display: grid; gap: 18px; }
.property-loan-intro p { margin: 0; color: #3f4247; font-size: clamp(19px, 2.1vw, 26px); line-height: 1.48; letter-spacing: -.018em; }
.property-loan-intro p:last-child { color: var(--muted); font-size: 17px; }
.property-loan-sections { margin-top: 70px; border-top: 1px solid var(--ink); }
.property-loan-sections article { padding: 42px 0; display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 25px; border-bottom: 1px solid var(--line); }
.property-loan-sections article > span { padding-top: 9px; color: var(--accent-dark); font: 11px var(--font-mono); }
.property-loan-sections h2 { margin: 0 0 24px; font-size: clamp(29px, 3.3vw, 43px); line-height: 1; letter-spacing: -.04em; }
.property-loan-sections ul { max-width: 1030px; margin: 0; padding: 0; list-style: none; }
.property-loan-sections li { position: relative; padding: 13px 0 13px 28px; border-top: 1px solid #ececec; color: #4f5257; }
.property-loan-sections li::before { content: ""; position: absolute; left: 2px; top: 22px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px rgba(26,28,32,.12); }
.property-loan-contact { margin-top: 55px; padding: 30px; display: flex; align-items: center; gap: 25px; border-radius: var(--radius); background: var(--ink); color: white; }
.property-loan-contact strong { margin-right: auto; color: var(--accent); font-size: 19px; }
.property-loan-contact a { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; font-weight: 680; }
.property-loan-contact a:hover { border-color: var(--accent); background: rgba(255,241,90,.1); }
.gold-buying-content { padding-top: 90px; padding-bottom: 105px; border-top: 1px solid var(--line); }
.gold-buying-intro { max-width: none; }
.gold-buying-intro > p, .gold-section-label, .gold-process .section-shell > p, .gold-exchange > div > p { margin: 0 0 13px; color: var(--accent-dark); font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.gold-buying-intro h2 { max-width: 940px; margin: 0; font-size: clamp(42px, 5.4vw, 72px); line-height: .98; letter-spacing: -.055em; }
.gold-buying-intro > span { max-width: 970px; margin-top: 28px; display: block; color: #53565b; font-size: 20px; line-height: 1.55; }
.gold-highlights { margin-top: 58px; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.gold-highlights article { min-height: 230px; padding: 25px; display: grid; grid-template-rows: auto 1fr; align-content: start; background: var(--ink); color: white; }
.gold-highlights article + article { border-left: 1px solid rgba(255,255,255,.15); }
.gold-highlights article:nth-child(2), .gold-highlights article:nth-child(4) { background: var(--accent); color: var(--ink); }
.gold-highlights article:nth-child(5) { background: var(--ink); color: white; }
.gold-highlights b { color: var(--accent); font: 11px var(--font-mono); }
.gold-highlights article:nth-child(2) b, .gold-highlights article:nth-child(4) b { color: var(--accent-dark); }
.gold-highlights article:nth-child(5) b { color: var(--accent); }
.gold-highlights p { align-self: start; margin: 35px 0 0; font-size: 17px; font-weight: 680; line-height: 1.35; letter-spacing: -.018em; }
.gold-information-grid { padding-top: 105px; display: grid; grid-template-columns: 1fr 1fr; gap: 95px; }
.gold-information-grid section > h2 { margin: 0; font-size: clamp(35px, 4vw, 53px); line-height: 1; letter-spacing: -.045em; }
.gold-information-grid section > span { margin-top: 22px; display: block; color: var(--muted); font-size: 17px; }
.gold-information-grid ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.gold-information-grid li { position: relative; padding: 15px 0 15px 26px; border-bottom: 1px solid var(--line); color: #4f5257; }
.gold-information-grid li::before { content: ""; position: absolute; left: 1px; top: 24px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px rgba(26,28,32,.15); }
.gold-price-factors { margin-top: 34px; border-top: 1px solid var(--ink); }
.gold-price-factors article { padding: 16px 0; display: grid; grid-template-columns: 135px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.gold-price-factors strong { font-size: 14px; }
.gold-price-factors p { margin: 0; color: var(--muted); font-size: 14px; }
.gold-process { margin-top: 105px; padding: 85px 0 90px; background: var(--ink); color: white; }
.gold-process .section-shell > p { color: var(--accent); }
.gold-process h2 { max-width: 850px; margin: 0; font-size: clamp(39px, 4.8vw, 62px); line-height: 1; letter-spacing: -.05em; }
.gold-process .section-shell > div { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.gold-process article { min-height: 215px; padding: 27px 30px 20px 0; }
.gold-process article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.gold-process article b { color: var(--accent); font: 11px var(--font-mono); }
.gold-process article h3 { margin: 45px 0 9px; font-size: 23px; letter-spacing: -.025em; }
.gold-process article span { color: #c8c9cb; font-size: 14px; }
.gold-exchange { margin-top: 90px; padding: 45px; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; border-radius: var(--radius); background: var(--accent); }
.gold-exchange h2 { max-width: 820px; margin: 0; font-size: clamp(34px, 4.3vw, 56px); line-height: 1; letter-spacing: -.05em; }
.gold-exchange > div > span { max-width: 800px; margin-top: 20px; display: block; }
.gold-exchange small { max-width: 760px; margin-top: 18px; display: block; color: #666018; }
.gold-exchange-actions { display: flex; gap: 10px; flex-direction: column; }
.gold-exchange-actions .button { min-width: 270px; }
.gold-exchange-actions .button.primary { border-color: var(--ink); background: var(--ink); color: white; }
.consignment-content { padding-top: 90px; padding-bottom: 110px; border-top: 1px solid var(--line); }
.consignment-intro > p, .consignment-home-copy > p, .consignment-cta p { margin: 0 0 13px; color: var(--accent-dark); font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.consignment-intro h2 { max-width: 910px; margin: 0; font-size: clamp(42px,5.2vw,70px); line-height: .99; letter-spacing: -.055em; }
.consignment-intro > span { max-width: 950px; margin-top: 25px; display: block; color: #53565b; font-size: 20px; line-height: 1.55; }
.consignment-steps { padding-top: 95px; }
.consignment-section-heading { display: grid; grid-template-columns: 55px minmax(0,1fr); gap: 18px; align-items: start; }
.consignment-section-heading > span { padding-top: 9px; color: var(--accent-dark); font: 11px var(--font-mono); }
.consignment-section-heading h2 { max-width: 850px; margin: 0; font-size: clamp(37px,4.5vw,59px); line-height: 1.02; letter-spacing: -.05em; }
.consignment-step-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.consignment-step-grid article { min-height: 285px; padding: 30px; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); background: white; }
.consignment-step-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.consignment-step-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.consignment-step-grid article:nth-child(2) { background: var(--accent); }
.consignment-step-grid article:nth-child(4) { background: var(--soft); }
.consignment-step-grid b { color: var(--accent-dark); font: 11px var(--font-mono); }
.consignment-step-grid h3 { margin: auto 0 12px; font-size: 29px; line-height: 1.08; letter-spacing: -.035em; }
.consignment-step-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.consignment-step-grid article:nth-child(2) p { color: #494621; }
.consignment-benefits { margin-top: 105px; padding: 90px 0 95px; background: var(--ink); color: white; }
.consignment-section-heading.light > span { color: var(--accent); }
.consignment-benefit-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; }
.consignment-benefit-grid article { min-height: 310px; padding: 27px; display: flex; flex-direction: column; }
.consignment-benefit-grid article + article { border-left: 1px solid rgba(255,255,255,.14); }
.consignment-benefit-grid article:nth-child(2) { background: rgba(255,241,90,.1); }
.consignment-benefit-grid i { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,241,90,.44); border-radius: 50%; color: var(--accent); font-style: normal; }
.consignment-benefit-grid svg { width: 28px; height: 28px; }
.consignment-benefit-grid h3 { margin: auto 0 12px; font-size: 24px; line-height: 1.08; letter-spacing: -.03em; }
.consignment-benefit-grid p { margin: 0; color: #bfc1c5; font-size: 13px; }
.consignment-faq { padding-top: 100px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.consignment-faq .consignment-section-heading { position: sticky; top: 105px; }
.consignment-faq > div:last-child { border-top: 1px solid var(--line); }
.consignment-faq details { border-bottom: 1px solid var(--line); }
.consignment-faq summary { min-height: 72px; padding: 18px 3px; display: grid; grid-template-columns: 1fr 32px; gap: 20px; align-items: center; list-style: none; cursor: pointer; font-size: 17px; font-weight: 690; }
.consignment-faq summary::-webkit-details-marker { display: none; }
.consignment-faq summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-size: 18px; transition: transform .2s ease; }
.consignment-faq details[open] summary span { transform: rotate(45deg); }
.consignment-faq details > p { margin: -3px 48px 24px 3px; color: var(--muted); font-size: 15px; }
.consignment-cta { margin-top: 100px; padding: 42px; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; border-radius: var(--radius); background: var(--accent); }
.consignment-cta h2 { max-width: 800px; margin: 0; font-size: clamp(34px,4.2vw,55px); line-height: 1; letter-spacing: -.05em; }
.consignment-cta > div > span { max-width: 780px; margin-top: 20px; display: block; color: #4d491f; }
.consignment-cta > div:last-child { display: flex; flex-direction: column; gap: 9px; }
.consignment-cta .button { min-width: 250px; }
.consignment-cta .button.primary { border-color: var(--ink); background: var(--ink); color: white; }
.consignment-home { padding: 58px 0; background: #121418; color: white; }
.consignment-home-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.consignment-home-copy > p { color: var(--accent); }
.consignment-home-copy h2 { max-width: 560px; margin: 0; font-size: clamp(32px,3.7vw,50px); line-height: 1; letter-spacing: -.05em; }
.consignment-home-copy > span { max-width: 560px; margin-top: 15px; display: block; color: #bfc1c5; }
.consignment-home-copy .button { min-height: 46px; margin-top: 23px; font-size: 12px; }
.consignment-home-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; }
.consignment-home-facts article { min-height: 180px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; }
.consignment-home-facts article + article { border-left: 1px solid rgba(255,255,255,.14); }
.consignment-home-facts article:nth-child(2) { background: var(--accent); color: var(--ink); }
.consignment-home-facts strong { color: var(--accent); font-size: clamp(31px,3vw,43px); font-weight: 430; line-height: 1; letter-spacing: -.055em; }
.consignment-home-facts article:nth-child(2) strong { color: var(--ink); }
.consignment-home-facts span { margin-top: 12px; color: #afb1b5; font-size: 11px; line-height: 1.35; }
.consignment-home-facts article:nth-child(2) span { color: #504c1d; }
.contact-grid .social-links { margin-top: 19px; }
.contact-grid .social-links a { border-color: var(--line); color: var(--ink); }
.contact-grid .social-links a:hover { border-color: var(--accent-dark); background: var(--accent-soft); }
.faq-section { padding-top: 90px; padding-bottom: 100px; background: var(--soft); }
.faq-section > h2, .faq-section > div { width: min(100% - 40px, 920px); margin-left: auto; margin-right: auto; }
.faq-section details { border-top: 1px solid #cfcfcf; }
.faq-section details:last-child { border-bottom: 1px solid #cfcfcf; }
.faq-section summary { padding: 22px 5px; cursor: pointer; font-weight: 680; }
.faq-section details p { margin: -4px 0 22px; color: var(--muted); }
.faq-page { padding-bottom: 120px; display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 90px; align-items: start; }
.faq-page-nav { position: sticky; top: 105px; padding: 28px; border-radius: var(--radius); background: var(--ink); color: white; }
.faq-page-nav > p { margin: 0 0 17px; color: var(--accent); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.faq-page-nav > a { padding: 13px 0; display: grid; grid-template-columns: 28px 1fr; gap: 9px; border-top: 1px solid rgba(255,255,255,.13); color: #e1e1e1; font-size: 13px; line-height: 1.35; }
.faq-page-nav > a span { color: var(--accent); font: 10px var(--font-mono); }
.faq-page-nav > div { margin-top: 24px; padding: 20px; border-radius: 7px; background: rgba(255,241,90,.12); }
.faq-page-nav > div > strong { font-size: 17px; }
.faq-page-nav > div > p { margin: 7px 0 15px; color: #c9cacc; font-size: 12px; }
.faq-page-content > section { padding-bottom: 80px; scroll-margin-top: 105px; }
.faq-page-content > section > p { margin: 0 0 7px; color: var(--accent-dark); font: 11px var(--font-mono); }
.faq-page-content h2 { margin: 0 0 26px; font-size: clamp(31px, 3.5vw, 47px); line-height: 1.06; letter-spacing: -.04em; }
.faq-page-content details { border-top: 1px solid var(--line); }
.faq-page-content details:last-child { border-bottom: 1px solid var(--line); }
.faq-page-content summary { padding: 23px 3px; display: grid; grid-template-columns: 1fr 32px; gap: 20px; align-items: center; list-style: none; cursor: pointer; font-size: 17px; font-weight: 690; }
.faq-page-content summary::-webkit-details-marker { display: none; }
.faq-page-content summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-size: 18px; transition: transform .2s ease; }
.faq-page-content details[open] summary span { transform: rotate(45deg); }
.faq-page-content details > p { max-width: 780px; margin: -3px 48px 24px 3px; color: var(--muted); font-size: 15px; }
.related-products { background: var(--paper); color: var(--ink); }
.related-products .shop-heading p { color: var(--muted); }
.service-links { padding-top: 100px; padding-bottom: 110px; }
.service-links > div { border-top: 1px solid var(--line); }
.service-links a { padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 20px; font-weight: 650; }
.service-links a:hover { color: var(--accent-dark); }

.terms-layout { padding-bottom: 110px; display: grid; grid-template-columns: 1fr 420px; gap: 90px; }
.terms-layout article { max-width: 760px; }
.terms-layout h2, .store-terms h2, .contact-grid h2 { margin: 0 0 18px; font-size: 29px; letter-spacing: -.025em; }
.terms-layout article h2:not(:first-child) { margin-top: 48px; }
.terms-layout article p { color: var(--muted); }
.terms-layout article ul { padding-left: 20px; color: var(--muted); }
.terms-layout aside { padding: 30px; align-self: start; background: var(--soft); border-radius: var(--radius); }
.terms-layout aside > div { padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.terms-layout aside p { margin-top: 24px; color: var(--muted); font-size: 13px; }
.legal-copy { padding-bottom: 110px; max-width: 980px; }
.legal-copy article { padding: 25px 0; display: grid; grid-template-columns: 60px 1fr; border-top: 1px solid var(--line); }
.legal-copy article:last-child { border-bottom: 1px solid var(--line); }
.legal-copy span { color: var(--accent-dark); font-family: var(--font-mono); font-size: 12px; }
.legal-copy p { margin: 0; color: var(--muted); }
.store-terms { max-width: 980px; padding-bottom: 110px; }
.store-terms article { padding: 34px 0; border-top: 1px solid var(--line); }
.store-terms article:last-child { border-bottom: 1px solid var(--line); }
.store-terms p { color: var(--muted); }
.contact-grid { padding-bottom: 75px; display: grid; grid-template-columns: 1fr .8fr 1.2fr; gap: 30px; }
.contact-grid > div { padding: 30px; background: var(--soft); border-radius: var(--radius); }
.contact-grid a { display: block; margin: 10px 0; color: var(--accent-dark); font-weight: 650; }
.contact-grid p { color: var(--muted); }
.contact-visit { padding-bottom: 75px; }
.contact-visit-heading { padding: 34px 36px; display: grid; grid-template-columns: minmax(250px,.75fr) 1.25fr; gap: 18px 60px; align-items: end; border: 1px solid var(--line); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; }
.contact-visit-heading p { grid-column: 1 / -1; margin: 0; color: var(--accent-dark); font-size: 12px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.contact-visit-heading h2 { margin: 0; font-size: clamp(36px,4vw,58px); line-height: 1; letter-spacing: -.045em; }
.contact-visit-heading span { color: var(--muted); font-size: 17px; line-height: 1.55; }
.contact-visit-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.contact-visit-grid article { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); }
.contact-visit-grid article:last-child { border-right: 0; }
.contact-visit-grid b { display: inline-grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--accent); color: var(--ink); font-size: 12px; }
.contact-visit-grid h3 { margin: 42px 0 10px; font-size: 21px; line-height: 1.1; letter-spacing: -.025em; }
.contact-visit-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.contact-business-fact { margin: 0; padding: 18px 28px; border-radius: 0 0 var(--radius) var(--radius); background: var(--ink); color: white; font-size: 13px; }
.contact-map { padding-bottom: 100px; }
.contact-map-heading { padding: 25px 30px; display: flex; align-items: end; justify-content: space-between; gap: 24px; background: var(--ink); color: white; border-radius: var(--radius) var(--radius) 0 0; }
.contact-map-heading p { margin: 0 0 4px; color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.contact-map-heading h2 { margin: 0; font-size: 29px; line-height: 1.15; letter-spacing: -.03em; }
.contact-map-heading a { display: inline-flex; align-items: center; gap: 12px; color: var(--accent); font-size: 13px; font-weight: 720; white-space: nowrap; }
.contact-map-heading a span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,241,90,.5); border-radius: 50%; }
.contact-map iframe { width: 100%; height: 460px; display: block; border: 0; border-radius: 0 0 var(--radius) var(--radius); background: var(--soft); }

.admin-shell { min-height: 100dvh; background: #eef0f2; color: #202226; }
.admin-header { height: 66px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; background: #1a1c20; color: white; }
.admin-header > div { display: flex; align-items: center; gap: 18px; }
.admin-header span { color: #b7b8bc; font-size: 13px; }
.admin-header a, .admin-header button { padding: 0; border: 0; background: transparent; color: var(--accent); font-size: 12px; cursor: pointer; }
.admin-header form { margin: 0; display: flex; }
.admin-workspace { height: calc(100dvh - 66px); display: grid; grid-template-columns: 350px 1fr; overflow: hidden; }
.admin-sidebar { min-height: 0; padding: 18px; display: flex; flex-direction: column; gap: 10px; border-right: 1px solid #d6d8dc; background: white; }
.admin-sidebar-top { display: flex; justify-content: space-between; align-items: center; }
.admin-sidebar-top > div { display: flex; align-items: baseline; gap: 7px; }
.admin-sidebar-top strong { font-size: 24px; }
.admin-sidebar-top span { color: #777b82; font-size: 12px; }
.admin-sidebar-top button, .admin-sidebar-top > a, .editor-actions button, .add-row { padding: 9px 12px; border: 0; border-radius: 5px; background: var(--accent); color: var(--ink); font-size: 12px; font-weight: 720; cursor: pointer; }
.admin-search, .admin-filter { width: 100%; height: 40px; padding: 0 11px; border: 1px solid #d3d5d9; border-radius: 5px; outline: none; }
.admin-product-list { min-height: 0; margin: 3px -10px -8px; padding: 0 8px; display: flex; flex-direction: column; gap: 3px; overflow-y: auto; }
.admin-product-list > button, .admin-product-list > a { width: 100%; padding: 8px; display: grid; grid-template-columns: 50px 1fr 10px; gap: 10px; align-items: center; border: 0; border-radius: 6px; background: transparent; text-align: left; cursor: pointer; }
.admin-product-list > button:hover, .admin-product-list > button.active, .admin-product-list > a:hover, .admin-product-list > a.active { background: #f1f2f4; }
.admin-product-list img, .admin-thumb-empty { width: 50px; height: 50px; object-fit: cover; border-radius: 4px; background: #e5e6e8; }
.admin-product-list button > div, .admin-product-list a > div { min-width: 0; display: flex; flex-direction: column; }
.admin-product-list strong { overflow: hidden; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.admin-product-list span { color: #777b82; font-size: 10px; }
.admin-product-list i { width: 7px; height: 7px; border-radius: 50%; background: #a5a7aa; }
.admin-product-list i.live { background: #3d9b5c; }
.admin-product-list > [hidden] { display: none !important; }
.admin-tools { padding-top: 9px; display: flex; gap: 14px; border-top: 1px solid #e4e5e7; }
.admin-tools a { color: #62656b; font-size: 10px; font-weight: 650; }
.admin-editor { min-width: 0; overflow-y: auto; }
.editor-topbar { min-height: 92px; padding: 18px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: white; border-bottom: 1px solid #d6d8dc; }
.editor-topbar > div:first-child { min-width: 0; }
.editor-topbar span { color: #777b82; font-size: 11px; }
.editor-topbar h1 { max-width: 720px; margin: 3px 0 0; overflow: hidden; font-size: 24px; white-space: nowrap; text-overflow: ellipsis; }
.editor-actions { display: flex; align-items: center; gap: 9px; }
.editor-actions .save { min-width: 100px; }
.editor-actions .danger { background: white; color: #9c3c3c; border: 1px solid #ddc6c6; }
.language-tabs { padding: 15px 28px 0; display: flex; gap: 8px; }
.language-tabs button { min-width: 122px; padding: 9px 12px; display: flex; flex-direction: column; border: 1px solid #d6d8dc; border-bottom: 0; border-radius: 6px 6px 0 0; background: #e8eaed; cursor: pointer; font-size: 12px; font-weight: 680; }
.language-tabs button.active { background: white; }
.language-tabs button span { color: #85888e; font-size: 9px; font-weight: 480; }
.admin-editor .language-panel { display: none; }
.admin-editor .language-panel.active { display: grid; }
.editor-grid { padding: 0 28px 45px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 18px; align-items: start; }
.editor-main-column, .editor-side-column { display: grid; gap: 16px; }
.admin-panel { padding: 22px; display: grid; gap: 15px; border: 1px solid #d6d8dc; background: white; border-radius: 7px; }
.admin-panel h2 { margin: 0 0 3px; font-size: 16px; }
.admin-panel label { display: grid; gap: 5px; }
.admin-panel label > span { color: #62656b; font-size: 11px; font-weight: 620; }
.admin-panel input:not([type="checkbox"]), .admin-panel textarea, .admin-panel select { width: 100%; padding: 9px 10px; border: 1px solid #ced1d5; border-radius: 5px; outline: none; resize: vertical; }
.admin-panel input:focus, .admin-panel textarea:focus, .admin-panel select:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(255,241,90,.2); }
.admin-panel .admin-check { display: flex; align-items: center; gap: 8px; }
.admin-panel .admin-check input { width: 17px; height: 17px; }
.admin-panel .admin-check span { color: #2c2f34; }
.panel-help { margin: 0; color: #777b82; font-size: 11px; }
.attribute-editor { display: grid; gap: 7px; }
.attribute-editor > div { display: grid; grid-template-columns: 1fr 1fr auto; gap: 7px; }
.attribute-editor button { border: 0; background: transparent; color: #a24949; cursor: pointer; font-size: 11px; }
.add-row { justify-self: start; background: #eceef0; }
.admin-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.admin-images > div { position: relative; height: 85px; }
.admin-images img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
.admin-images button { position: absolute; top: 3px; right: 3px; width: 22px; height: 22px; border: 0; border-radius: 50%; background: rgba(26,28,32,.85); color: white; cursor: pointer; }
.upload-button { padding: 10px; place-items: center; border: 1px dashed #b8bbc0; border-radius: 5px; cursor: pointer; color: var(--accent-dark); }
.upload-button input { display: none; }
.editor-status { color: var(--success) !important; font-weight: 700; }
.admin-maintenance { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 40px 0 80px; }
.admin-maintenance .admin-title { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 24px; }
.admin-maintenance .admin-title h1 { margin: 0; font-size: 42px; }
.admin-maintenance .eyebrow { margin: 0; color: var(--accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.admin-maintenance .admin-card { margin-bottom: 18px; padding: 28px; border: 1px solid #d6d8dc; border-radius: 8px; background: white; }
.admin-maintenance .admin-card h2 { margin-top: 0; }
.admin-maintenance .admin-columns { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.admin-maintenance label { display: grid; gap: 7px; font-weight: 700; }
.admin-maintenance input, .admin-maintenance textarea, .admin-maintenance select { width: 100%; padding: 10px 12px; border: 1px solid #ced1d5; border-radius: 5px; }
.admin-maintenance .primary, .admin-maintenance .secondary { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 5px; background: white; font-weight: 720; cursor: pointer; }
.admin-maintenance .primary { background: var(--accent); border-color: var(--accent); }
.admin-maintenance .button-link { width: max-content; }
.admin-maintenance .hint { color: var(--muted); font-size: 12px; font-weight: 400; }
.admin-maintenance .alert { margin: 16px 0; padding: 14px 17px; border-radius: 6px; background: #eef1f3; }
.admin-maintenance .alert.success { background: #dcf5e5; }
.admin-maintenance .alert.error { background: #f8dede; color: #7e1f1f; }
.admin-maintenance .table-wrap { overflow: auto; border: 1px solid #d6d8dc; border-radius: 7px; background: white; }
.admin-maintenance table { width: 100%; border-collapse: collapse; }
.admin-maintenance th, .admin-maintenance td { padding: 12px; border-bottom: 1px solid #e4e5e7; text-align: left; }
.admin-maintenance th { color: var(--muted); font-size: 11px; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 15px; }
  .header-call { display: none; }
  .hero { grid-template-columns: 1fr 440px; gap: 42px; }
  .hero-product-card { width: 155px; }
  .hero-product-card img { height: 145px; }
  .category-stage { grid-template-columns: .72fr 1.28fr; }
  .category-feature-copy { padding: 28px; }
  .category-feature-copy h3 { font-size: 35px; }
  .service-explorer { gap: 26px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .admin-workspace { grid-template-columns: 310px 1fr; }
  .editor-grid { grid-template-columns: 1fr 285px; padding-inline: 18px; }
}

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .header-inner { width: min(100% - 28px, 1320px); align-items: center; gap: 12px; }
  .brand { display: flex; align-items: center; }
  .header-brand-image { width: 205px; height: 36px; }
  .brand-logo-mark { width: 39px; height: 39px; }
  .brand-logo-type { font-size: 24px; }
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; align-items: center; gap: 8px; }
  .locale-switch { height: 42px; padding: 2px; }
  .locale-switch a { min-width: 31px; height: 36px; padding: 0 8px; display: grid; place-items: center; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { width: 74px; height: 42px; padding: 0 14px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 7px; background: var(--ink); color: white; list-style: none; font-size: 12px; font-weight: 720; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 46px; right: 0; width: min(390px, calc(100vw - 28px)); max-height: calc(100dvh - 90px); padding: 12px; display: grid; overflow-y: auto; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
  .mobile-menu-main { padding: 12px 10px; border-bottom: 1px solid #e9e9e9; font-size: 14px; font-weight: 680; }
  .mobile-menu-group { border-bottom: 1px solid #e9e9e9; }
  .mobile-menu-group > summary { padding: 12px 10px; display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 680; }
  .mobile-menu-group > summary span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); transition: transform .2s ease; }
  .mobile-menu-group[open] > summary span { transform: rotate(45deg); }
  .mobile-menu-group > div { margin: 0 4px 10px; display: grid; border-radius: 6px; background: var(--soft); }
  .mobile-menu-group > div a { padding: 9px 12px 9px 16px; border-bottom: 1px solid #e5e5e5; color: #4f5257; font-size: 12px; line-height: 1.35; }
  .mobile-menu-group > div a:last-child { border-bottom: 0; }
  .mobile-menu-contact { margin-top: 10px; padding: 14px; display: grid; gap: 7px; border-radius: 6px; background: var(--ink); color: white; }
  .mobile-menu-contact a { color: #d4d5d6; font-size: 12px; }
  .mobile-menu-contact a:last-child { color: var(--accent); font-weight: 720; }
  .remote-inner { padding: 10px 0; align-items: flex-start; flex-direction: column; gap: 2px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 55px; }
  .hero-visual, .hero-market { min-height: 520px; }
  .home-shop-heading { grid-template-columns: 1fr; gap: 18px; }
  .shop-assurance-grid { grid-template-columns: 1fr; }
  .shop-assurance-grid article { min-height: 220px; }
  .shop-assurance-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .category-stage { grid-template-columns: 1fr; }
  .category-feature { min-height: 590px; grid-template-columns: .8fr 1.2fr; grid-template-rows: 1fr; }
  .category-feature-visual { min-height: auto; margin: 14px 14px 14px 0; }
  .service-explorer { grid-template-columns: 1fr; }
  .service-stage { position: relative; top: auto; min-height: 570px; }
  .gold-loan-rates { grid-template-columns: 1fr; }
  .gold-loan-featured { min-height: 112px; }
  .gold-loan-day-grid { grid-template-columns: repeat(6, 1fr); }
  .gold-loan-day-grid article { min-height: 92px; }
  .gold-loan-specials, .gold-loan-summary { grid-column: auto; }
  .gold-loan-heading > span { max-width: 720px; }
  .gold-loan-featured strong { font-size: 72px; }
  .service-layout, .about-section, .contact-cta-grid, .service-page-hero, .service-details, .terms-layout { grid-template-columns: 1fr; }
  .gold-highlights { grid-template-columns: repeat(2, 1fr); }
  .gold-highlights article + article { border-left: 0; }
  .gold-highlights article { border: 1px solid rgba(255,255,255,.15); }
  .gold-highlights article:last-child { grid-column: 1 / 3; }
  .gold-information-grid { grid-template-columns: 1fr; gap: 75px; }
  .gold-exchange { grid-template-columns: 1fr; gap: 35px; }
  .consignment-benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .consignment-benefit-grid article + article { border-left: 0; }
  .consignment-benefit-grid article:nth-child(even) { border-left: 1px solid rgba(255,255,255,.14); }
  .consignment-benefit-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .consignment-faq { grid-template-columns: 1fr; gap: 42px; }
  .consignment-faq .consignment-section-heading { position: static; }
  .consignment-cta, .consignment-home-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-feature { position: static; min-height: 560px; }
  .steps-list article { grid-template-columns: 60px 1fr; padding: 22px 0; }
  .steps-list article p { grid-column: 2; }
  .valuation-contact { grid-template-columns: 1fr; gap: 28px; }
  .contact-cta-copy { padding: 75px 0 30px; }
  .contact-cta-panel { margin: 0 0 55px; }
  .catalog-controls { top: 68px; grid-template-columns: 1fr 1fr; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-summary { position: static; }
  .gallery-main { height: 560px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid > div:last-child { grid-column: 1 / 3; }
  .contact-visit-grid { grid-template-columns: 1fr 1fr; }
  .contact-visit-grid article:nth-child(2) { border-right: 0; }
  .contact-visit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .faq-page { grid-template-columns: 1fr; gap: 45px; }
  .faq-page-nav { position: static; }
  .admin-workspace { height: auto; grid-template-columns: 1fr; overflow: visible; }
  .admin-sidebar { max-height: 420px; border-right: 0; border-bottom: 1px solid #d6d8dc; }
  .admin-editor { overflow: visible; }
  .editor-grid { grid-template-columns: 1fr; }
  .editor-side-column { grid-template-columns: repeat(2, 1fr); align-items: start; }
  .admin-maintenance .admin-columns { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  a, button, summary, input, select { min-height: 44px; }
  .section-shell, .remote-inner, .footer-grid, .footer-bottom { width: min(100% - 28px, 1320px); }
  .header-inner { width: calc(100% - 20px); gap: 5px; }
  .brand-logo { gap: 7px; }
  .brand-logo-mark { width: 34px; height: 34px; }
  .brand-logo-type { gap: 4px; font-size: 20px; }
  .brand { min-height: 44px; }
  .header-brand-image { width: 124px; height: 44px; }
  .header-actions { gap: 6px; }
  .locale-switch { height: 50px; display: flex; padding: 2px; font-size: 9px; }
  .locale-switch a { min-width: 44px; height: 44px; padding: 0 6px; }
  .mobile-menu > summary { width: 68px; height: 44px; padding: 0 11px; font-size: 11px; }
  .mobile-menu nav { top: 48px; width: calc(100vw - 20px); }
  .mobile-menu-main, .mobile-menu-group > summary, .mobile-menu-group > div a, .mobile-menu-contact a { display: flex; align-items: center; min-height: 44px; }
  .hero { padding-top: 45px; padding-bottom: 55px; gap: 40px; }
  .hero h1 { font-size: clamp(27px, 8.5vw, 43px); }
  .hero-lede { font-size: 18px; }
  .hero-offer { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 400px; }
  .hero-facts { margin-top: 28px; }
  .hero-facts strong { font-size: 13px; }
  .hero-facts span { font-size: 9px; }
  .hero-market { min-height: 470px; }
  .hero-market-label { left: 16px; right: 16px; }
  .hero-product-card { width: 128px; border-width: 4px; }
  .hero-product-card img { height: 116px; }
  .hero-product-card > div { min-height: 43px; padding: 7px; }
  .hero-product-card span { display: none; }
  .hero-product-card.card-1 { left: 13px; top: 112px; }
  .hero-product-card.card-2 { right: 13px; top: 130px; }
  .hero-product-card.card-3 { bottom: 18px; }
  .hero-market-note { left: 16px; bottom: 17px; }
  .hero-main-image { inset: 0 48px 35px 0; }
  .hero-number { width: 120px; height: 120px; padding: 16px; }
  .hero-number strong { font-size: 29px; }
  .hero-small-image { width: 145px; height: 115px; border-width: 5px; }
  .services-section, .steps-section, .about-section, .shop-section, .contact-cta { padding-top: 72px; padding-bottom: 75px; }
  .home-shop-section { padding-top: 72px; padding-bottom: 78px; }
  .shop-assurance { padding-top: 72px; padding-bottom: 78px; }
  .shop-assurance-heading h2 { font-size: 38px; }
  .shop-assurance-grid { margin-top: 30px; }
  .shop-assurance-grid article { min-height: 205px; padding: 25px; }
  .gold-loan-home { padding: 52px 0 56px; }
  .gold-loan-heading h2 { font-size: 39px; }
  .gold-loan-heading > span { font-size: 15px; }
  .gold-loan-layout { margin-top: 20px; }
  .gold-loan-featured { min-height: 112px; padding: 14px; column-gap: 13px; }
  .gold-loan-featured strong { font-size: 62px; }
  .gold-loan-day-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-loan-day-grid article { min-height: 78px; }
  .gold-loan-day-grid article:last-child { grid-column: auto; }
  .gold-loan-specials, .gold-loan-summary ul { grid-template-columns: 1fr; }
  .gold-loan-actions { flex-direction: column; }
  .gold-loan-actions .button { width: 100%; }
  .home-shop-heading h2 { font-size: 38px; }
  .home-shop-heading > span { font-size: 15px; }
  .category-browser-wrap { margin-top: 28px; }
  .category-browser { grid-auto-columns: 155px; }
  .category-scroll-controls > span { font-size: 9px; }
  .category-scroll-controls button { width: 38px; height: 38px; }
  .category-stage { margin-top: 14px; }
  .category-feature { min-height: 560px; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .category-feature-copy { padding: 24px; }
  .category-feature-copy h3 { font-size: 34px; }
  .category-feature-visual { min-height: 300px; margin: 0 10px 10px; }
  .home-product-preview { gap: 10px; }
  .home-product-preview .product-image { height: 190px; }
  .home-product-preview .product-info { padding: 12px; }
  .home-product-preview .product-info h3 { min-height: 40px; font-size: 13px; }
  .home-product-preview .product-meta { align-items: flex-start; flex-direction: column; }
  .home-shop-footer { align-items: stretch; flex-direction: column; }
  .home-shop-footer .button.primary { width: 100%; }
  .sale-link { align-self: flex-start; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .section-heading h2, .steps-section > h2, .shop-heading h2, .about-section h2, .contact-cta h2 { font-size: 37px; }
  .service-feature { min-height: 500px; }
  .service-stage { min-height: 520px; }
  .service-stage-copy { left: 24px; right: 24px; bottom: 25px; }
  .service-stage-copy h3 { font-size: 31px; }
  .service-selector > a { min-height: 108px; grid-template-columns: 32px 1fr auto; gap: 10px; }
  .service-selector-title { font-size: 18px; }
  .service-feature img { height: 300px; }
  .service-feature > div { padding: 25px; }
  .service-feature h3 { font-size: 29px; }
  .service-list > a { min-height: 116px; grid-template-columns: 32px 1fr auto; gap: 10px; }
  .service-list h3 { font-size: 18px; }
  .valuation-contact { padding: 24px; }
  .valuation-contact h3 { font-size: 26px; }
  .valuation-actions { grid-template-columns: 1fr; }
  .valuation-actions a { min-height: 92px; }
  .product-rail { grid-auto-columns: 80%; padding-inline: 14px; }
  .product-image { height: 260px; }
  .about-section { gap: 48px; }
  .about-stats strong { font-size: 23px; }
  .about-stats span { font-size: 8px; }
  .accepts-heading { padding: 27px 24px 23px; }
  .accepts-grid { grid-template-columns: 1fr; }
  .accepts-item:nth-child(odd) { border-right: 0; }
  .accepts-item { min-height: 84px; }
  .property-loan-content { padding-top: 62px; padding-bottom: 75px; }
  .property-loan-sections { margin-top: 48px; }
  .property-loan-sections article { grid-template-columns: 38px minmax(0, 1fr); gap: 10px; padding: 32px 0; }
  .property-loan-sections h2 { margin-bottom: 18px; font-size: 31px; }
  .property-loan-sections li { padding-left: 24px; }
  .property-loan-contact { align-items: stretch; flex-direction: column; gap: 10px; padding: 24px; }
  .property-loan-contact strong { margin: 0 0 8px; }
  .gold-buying-content { padding-top: 62px; padding-bottom: 75px; }
  .gold-buying-intro h2 { font-size: 42px; }
  .gold-buying-intro > span { font-size: 17px; }
  .gold-highlights { margin-top: 38px; grid-template-columns: 1fr; }
  .gold-highlights article { min-height: 150px; padding: 22px; }
  .gold-highlights article:last-child { grid-column: auto; }
  .gold-highlights p { margin-top: 26px; font-size: 16px; }
  .gold-information-grid { padding-top: 72px; gap: 60px; }
  .gold-information-grid section > h2 { font-size: 37px; }
  .gold-price-factors article { grid-template-columns: 1fr; gap: 5px; }
  .gold-process { margin-top: 72px; padding: 65px 0; }
  .gold-process h2 { font-size: 39px; }
  .gold-process .section-shell > div { grid-template-columns: 1fr; }
  .gold-process article { min-height: auto; padding: 24px 0; }
  .gold-process article + article { padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .gold-process article h3 { margin-top: 24px; }
  .gold-exchange { margin-top: 62px; padding: 28px 24px; }
  .gold-exchange h2 { font-size: 37px; }
  .gold-exchange-actions .button { width: 100%; min-width: 0; }
  .contact-cta-copy { padding-top: 62px; }
  .contact-cta-copy h2 { font-size: 43px; }
  .contact-cta-panel { grid-template-columns: 1fr; }
  .contact-primary, .contact-secondary a { min-height: 104px; padding: 19px 20px; }
  .contact-primary strong { padding-right: 30px; font-size: 15px; }
  .contact-primary b { right: 19px; top: 14px; font-size: 19px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .catalog-hero h1, .content-hero h1 { font-size: 52px; }
  .breadcrumbs { min-height: 0; padding: 10px 0; flex-wrap: nowrap; align-items: center; gap: 8px; white-space: nowrap; overflow: hidden; line-height: 1.35; }
  .breadcrumbs > a, .breadcrumbs > span { min-height: 44px; display: inline-flex; align-items: center; }
  .breadcrumbs > a { min-width: auto; }
  .breadcrumbs > span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .breadcrumbs a, .social-links a, .contact-grid > div > a, .contact-map-heading > a, .site-footer a, .back-link, .sale-link, .product-info a, .product-summary .product-category a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; }
  .category-scroll-controls button { width: 44px; height: 44px; }
  .gold-loan-actions .button { min-height: 46px; }
  .social-links.compact a { min-height: 44px; }
  .catalog-controls { position: static; grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .catalog-grid .product-image { height: 220px; }
  .catalog-grid .product-info { padding: 13px; }
  .catalog-grid .product-info h3 { font-size: 14px; }
  .catalog-grid .product-meta { align-items: flex-start; flex-direction: column; }
  .gallery-main { height: 420px; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .gallery-thumbs button { height: 74px; }
  .product-summary h1 { font-size: 39px; }
  .product-contact { flex-direction: column; }
  .service-page-hero { min-height: auto; padding-top: 55px; gap: 40px; }
  .service-page-hero h1 { font-size: 45px; }
  .service-page-visual { height: 340px; }
  .consignment-card-main { left: 17%; top: 16%; width: 70%; height: 49%; padding: 16px; }
  .consignment-card-back { left: 5%; top: 14%; width: 62%; height: 42%; padding: 15px; }
  .consignment-diamond { width: 82px; }
  .consignment-icon-row { right: 5%; top: 52%; }
  .consignment-icon-row span { width: 43px; height: 43px; }
  .consignment-icon-row svg { width: 23px; }
  .consignment-channel { left: 8%; bottom: 15%; }
  .consignment-content { padding-top: 62px; padding-bottom: 75px; }
  .consignment-intro h2 { font-size: 42px; }
  .consignment-intro > span { font-size: 17px; }
  .consignment-steps { padding-top: 68px; }
  .consignment-section-heading { grid-template-columns: 38px minmax(0,1fr); gap: 8px; }
  .consignment-section-heading h2 { font-size: 37px; }
  .consignment-step-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .consignment-step-grid article { min-height: 220px; padding: 24px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .consignment-step-grid article:last-child { border-bottom: 0 !important; }
  .consignment-step-grid h3 { font-size: 25px; }
  .consignment-benefits { margin-top: 72px; padding: 65px 0; }
  .consignment-benefit-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .consignment-benefit-grid article { min-height: 225px; padding: 23px; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.14); }
  .consignment-benefit-grid article:first-child { border-top: 0; }
  .consignment-faq { padding-top: 70px; }
  .consignment-faq summary { font-size: 15px; }
  .consignment-faq details > p { margin-right: 3px; }
  .consignment-cta { margin-top: 72px; padding: 27px 23px; }
  .consignment-cta h2 { font-size: 37px; }
  .consignment-cta > div:last-child { align-items: stretch; }
  .consignment-cta .button { min-width: 0; width: 100%; }
  .consignment-home { padding: 48px 0; }
  .consignment-home-copy h2 { font-size: 37px; }
  .consignment-home-facts { grid-template-columns: 1fr; }
  .consignment-home-facts article { min-height: 125px; }
  .consignment-home-facts article + article { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .service-details { gap: 45px; }
  .faq-section > h2, .faq-section > div { width: min(100% - 28px, 920px); }
  .legal-copy article { grid-template-columns: 42px 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > div:last-child { grid-column: auto; }
  .contact-visit-heading { padding: 26px 22px; grid-template-columns: 1fr; gap: 15px; }
  .contact-visit-heading h2 { font-size: 38px; }
  .contact-visit-grid { grid-template-columns: 1fr; }
  .contact-visit-grid article { min-height: auto; padding: 24px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-visit-grid article:last-child { border-bottom: 0; }
  .contact-visit-grid h3 { margin-top: 24px; }
  .contact-business-fact { padding: 17px 22px; line-height: 1.45; }
  .contact-map-heading { padding: 22px; align-items: flex-start; flex-direction: column; }
  .contact-map-heading h2 { font-size: 23px; }
  .contact-map iframe { height: 360px; }
  .faq-page { padding-bottom: 80px; gap: 34px; }
  .faq-page-nav { padding: 23px; }
  .faq-page-content > section { padding-bottom: 58px; }
  .faq-page-content summary { font-size: 15px; }
  .faq-page-content details > p { margin-right: 3px; }
  .admin-header { padding: 0 12px; }
  .admin-header .brand-logo-type { font-size: 17px; }
  .admin-header > div:last-child span { display: none; }
  .editor-topbar { align-items: flex-start; flex-direction: column; padding: 16px; }
  .editor-actions { width: 100%; flex-wrap: wrap; }
  .language-tabs { padding: 12px 14px 0; overflow-x: auto; }
  .editor-grid { padding: 0 14px 35px; }
  .editor-side-column { grid-template-columns: 1fr; }
  .attribute-editor > div { grid-template-columns: 1fr; padding-bottom: 12px; border-bottom: 1px solid #eee; }
  .admin-maintenance { width: min(100% - 28px, 1180px); padding-top: 28px; }
  .admin-maintenance .admin-title h1 { font-size: 34px; }
}

@media (max-width: 340px) {
  .header-brand-image { width: 92px; height: 44px; }
  .header-actions { gap: 4px; }
  .locale-switch { height: 50px; }
  .locale-switch a { min-width: 44px; height: 44px; padding-inline: 4px; }
  .mobile-menu > summary { width: 54px; height: 44px; padding-inline: 7px; }
}

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