:root {
  --bg: #040505;
  --panel: #0b0d0d;
  --panel-soft: #12110e;
  --gold: #d7aa47;
  --gold-deep: #9f7621;
  --gold-light: #f1d48a;
  --text: #eee7dc;
  --muted: #b9b1a5;
  --line: rgba(208, 160, 62, .28);
  --font-heading: "Cinzel", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 18%, rgba(162, 105, 21, .14), transparent 23rem),
    linear-gradient(90deg, rgba(7, 12, 13, .98), rgba(6, 7, 7, 1));
  font-family: var(--font-body);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  background: linear-gradient(90deg, #040404, #0a0d0e 50%, #050505);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}

.topbar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
      background-color: #e9b646;
}

.top-links {
  position: absolute;
  right: 42px;
  display: flex;
  gap: 28px;
  font-size: 13px;
  font-weight: 500;
}

.top-links a::before {
  color: var(--gold);
  margin-right: 7px;
}

.top-links a:nth-child(1)::before { content: "▧"; }
.top-links a:nth-child(2)::before { content: "♡"; }
.top-links a:nth-child(3)::before { content: "♙"; }

.navbar {
  height: 76px;
  display: grid;
  grid-template-columns: 285px 1fr auto;
  align-items: center;
  padding: 0 32px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 23px;
  line-height: .92;
  letter-spacing: 1.8px;
  font-weight: 700;
  font-family: var(--font-heading);
}

.brand-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #f4d177;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(215, 170, 71, .55);
  border-radius: 43% 57% 45% 55%;
  transform: rotate(25deg);
}

.brand-mark::after {
  transform: rotate(-25deg);
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
}

.nav-menu a {
  color: #eee9dd;
  padding: 24px 0;
}

.nav-menu .active {
  color: var(--gold-light);
  border-bottom: 2px solid var(--gold);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}

.nav-actions button,
.menu-toggle,
.wish {
  background: none;
  border: 0;
  color: #eee9dd;
  cursor: pointer;
}

.nav-actions button {
  font-size: 28px;
  line-height: 1;
}

.cart-btn {
  position: relative;
}

.cart-btn span {
  position: absolute;
  top: -9px;
  right: -11px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  font-size: 11px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  color: var(--gold);
  font-size: 28px;
}

.hero {
  min-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, #050707 0%, #090a08 44%, rgba(11, 6, 3, .38) 100%);
}

.hero > img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  display: block;
}

.hero-pattern {
  display: none;
  position: absolute;
  inset: 0 auto auto 0;
  width: 280px;
  height: 360px;
  opacity: .26;
  background:
    radial-gradient(circle at 60px 65px, transparent 28px, rgba(183, 118, 23, .35) 29px, transparent 30px),
    repeating-conic-gradient(from 12deg at 70px 80px, transparent 0 15deg, rgba(158, 95, 17, .5) 16deg 17deg, transparent 18deg 30deg);
  clip-path: circle(58% at 0 16%);
}

.hero-copy {
  align-self: center;
  max-width: 520px;
  margin-left: 115px;
  position: relative;
  z-index: 1;
}

.hero-copy p {

  color: #cfc8bf;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 20px;
  letter-spacing: .6px;
}

.hero-copy h1 {
  margin: 0;
  color: var(--gold-light);
  font-size: clamp(48px, 5vw, 66px);
  line-height: 1.08;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-heading);
  letter-spacing: .4px;
}

.ornament {
  width: 142px;
  height: 20px;
  margin: 12px 0 14px 134px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  mask: linear-gradient(#000 0 0) center / 100% 1px no-repeat;
}

.ornament::after,
.section-shell h2 span::before,
.section-shell h2 span::after {
  content: "❖";
  color: var(--gold);
  font-size: 12px;
}

.hero-copy > span {
  display: block;
  max-width: 335px;
  
  color: #c9c1b7;
  font-size: 17px;
  line-height: 1.35;
}

.gold-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  
  min-width: 160px;
  justify-content: center;
  padding: 14px 22px;
  color: #100c05;
  background: linear-gradient(135deg, #f2d57b, #b48731);
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .3px;
}

.hero-image {
  min-height: 430px;
  background:
    linear-gradient(90deg, #050707 0%, rgba(5, 7, 7, .5) 8%, transparent 26%),
    linear-gradient(0deg, rgba(5, 5, 5, .08), rgba(5, 5, 5, .08)),
    url("assets/hero-model.png") center / cover no-repeat;
}

.section-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 50px 0 50px;
  border-bottom: 1px solid var(--line);
}

.section-shell h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 8px;
  color: var(--gold);
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  font-family: var(--font-heading);
  letter-spacing: .3px;
}

.section-shell h2::before,
.section-shell h2::after {
  content: "";
  width: 41%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line));
}

.section-shell h2::after {
  background: linear-gradient(90deg, var(--line), transparent);
}

.section-shell h2 span {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
      padding-top: 25px;
}

.category {
  text-align: center;
  color: #e8dfd4;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .25px;
}

.category img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(202, 148, 43, .62);
  border-radius: 50% 50% 0 0;
  background: #131313;
}

.category span {
  display: block;
  margin-top: 9px;
}

.category span::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin: 8px auto 0;
  background: var(--gold);
}

.product-showcase {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.showcase-copy span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.showcase-copy h2 {
  display: block;
  margin: 0 0 16px;
  color: var(--gold-light);
  text-align: left;
  text-transform: uppercase;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.14;
}

.showcase-copy h2::before,
.showcase-copy h2::after {
  display: none;
}

.showcase-copy p {
  max-width: 470px;
  margin: 0;
  color: #d0c7bb;
  font-size: 16px;
  line-height: 1.65;
}

.showcase-copy .gold-btn {
  margin-left: 0;
}

.showcase-carousel {
  position: relative;
  min-width: 0;
}

.showcase-slider {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.showcase-slider::-webkit-scrollbar {
  display: none;
}

.showcase-track {
  --showcase-gap: 16px;
  display: flex;
  gap: var(--showcase-gap);
  width: max-content;
}

.showcase-card {
  width: calc((min(1120px, 100vw - 40px) * .52 - 48px) / 2);
  min-width: 220px;
  max-width: 270px;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.showcase-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 46px;
  transform: translateY(-50%);
  border: 1px solid rgba(215, 170, 71, .5);
  border-radius: 3px;
  background: rgba(5, 5, 5, .82);
  color: var(--gold-light);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.showcase-arrow.left {
  left: -17px;
}

.showcase-arrow.right {
  right: -17px;
}

.showcase-arrow:hover {
  color: #111;
  background: var(--gold);
}

.products-section {
  position: relative;
      padding: 50px 0 50px;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}

.section-head h2 {
  margin-left: 90px;
}

.section-head > a {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .25px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
      padding-top: 25px;
}

.product-card {
  min-height: 294px;
  position: relative;
  padding: 0 16px 13px;
  background: linear-gradient(160deg, rgba(31, 30, 26, .88), rgba(12, 13, 13, .98));
  border: 1px solid rgba(190, 139, 44, .43);
  border-radius: 6px;
  text-align: center;
}

.product-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  margin: 0 auto 12px;
}

.wish {
  position: absolute;
  right: 8px;
  top: 7px;
  color: #f0ede4;
  font-size: 25px;
  z-index: 1;
}

.wish.active {
  color: var(--gold);
}

.product-card h3 {
  margin: 0 0 8px;
  min-height: 34px;
  color: #f3eee4;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.product-card p {
  margin: 0 0 12px;
  color: #f4ead8;
  font-size: 17px;
  font-weight: 500;
}

.outline-btn {
  width: 132px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: transparent;
  border: 1px solid var(--gold-deep);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .25px;
  cursor: pointer;
}

.empty-products {
  grid-column: 1 / -1;
  margin: 0;
  color: #d0c7bb;
  text-align: center;
  font-size: 16px;
}

.outline-btn:hover,
.outline-btn.added {
  color: #111;
  background: var(--gold);
}

.slider-arrow {
  position: absolute;
  top: 54%;
  width: 32px;
  height: 45px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 48px;
  cursor: pointer;
}

.slider-arrow.left {
  left: -38px;
}

.slider-arrow.right {
  right: -38px;
}

.choose {
      padding: 50px 0 50px;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.choose-grid div {
  min-height: 120px;
  padding: 8px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.choose-grid div:last-child {
  border-right: 0;
}

.choose-grid i {
  display: block;
  color: var(--gold);
  font-size: 38px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 8px;
}

.choose-grid b {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.35;
  font-family: var(--font-heading);
  font-weight: 600;
}

.choose-grid p {
  margin: 8px 0 0;
  color: #d1c9bf;
  font-size: 13px;
  line-height: 1.35;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  padding: 50px 0 50px;
}

.about h2 {
  justify-content: flex-start;
}

.about h2::before {
  display: none;
}

.about-copy p {
  color: #c8c0b5;
  font-size: 15px;
  line-height: 1.55;
}

.about-copy strong {
  color: var(--gold);
}

.about .gold-btn {
  margin-left: 0;
}

.about-image {
  min-height: 240px;
  background:
    linear-gradient(90deg, rgba(5, 7, 7, .5), transparent 18%),
    url("assets/about-store.png") center / cover no-repeat;
}

.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 50px 0 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.footer-grid > div {
  min-height: 145px;
  padding: 0 28px;
  border-right: 1px solid rgba(208, 160, 62, .16);
}

.footer-grid > div:first-child {
  padding-left: 0;
}

.footer-grid > div:last-child {
  padding-right: 0;
}

.footer-grid > div:last-child {
  border-right: 0;
}

.footer-brand {
  font-size: 21px;
}

.footer-brand .brand-mark {
  width: 56px;
  height: 56px;
  font-size: 26px;
}

.footer-grid h3 {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-heading);
}

.footer-grid p,
.footer-grid a {
  display: block;
  margin: 0 0 8px;
  color: #cfc7bb;
  font-size: 13px;
  line-height: 1.42;
}

.socials {
  display: flex;
  gap: 13px;
}

.socials a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(215, 170, 71, .45);
  border-radius: 50%;
}

form {
  display: grid;
  gap: 10px;
}

input {
  width: 100%;
  height: 34px;
  border: 1px solid rgba(215, 170, 71, .6);
  background: #090909;
  color: var(--text);
  padding: 0 13px;
}

form button {
  width: 132px;
  height: 34px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(135deg, #f2d57b, #b48731);
  color: #120e06;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding: 13px 0 14px;
  color: #a49d92;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom span {
  display: inline-block;
  margin-left: 9px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f4f4f4;
  color: #183576;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) 1.05fr;
  gap: 54px;
  align-items: start;
  padding-top: 38px;
  padding-bottom: 38px;
}

.product-gallery {
  display: grid;
  gap: 16px;
}

.main-product-frame {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(215, 170, 71, .45);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 40%, rgba(185, 127, 28, .16), transparent 18rem),
    linear-gradient(145deg, #181714, #050606 72%);
  cursor: zoom-in;
}

.main-product-frame img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  transition: transform .22s ease;
  transform-origin: var(--zoom-x, center) var(--zoom-y, center);
}

.main-product-frame.zooming img {
  transform: scale(1.9);
}

.zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(215, 170, 71, .55);
  background: rgba(5, 5, 5, .78);
  color: var(--gold-light);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .8px;
}

.thumb-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.thumb {
  height: 104px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(215, 170, 71, .35);
  border-radius: 5px;
  background: #10100e;
  cursor: pointer;
}

.thumb.active {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 1px rgba(215, 170, 71, .45) inset;
}

.thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-info {
  padding: 12px 0;
}

.breadcrumb {
  margin: 0 0 22px;
  color: #aaa298;
  font-size: 14px;
}

.product-category {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.product-info h1 {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-heading);
  letter-spacing: .35px;
}

.product-code {
  margin: 0 0 12px;
  color: #9f968b;
  font-size: 14px;
}

.product-price {
  margin: 0 0 18px;
  color: #fff4d6;
  font-size: 30px;
  font-weight: 600;
}

.product-short {
  max-width: 610px;
  margin: 0 0 24px;
  color: #d1c8bc;
  font-size: 16px;
  line-height: 1.6;
}

.product-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.product-meta div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(215, 170, 71, .28);
  background: linear-gradient(150deg, rgba(23, 22, 19, .9), rgba(7, 8, 8, .95));
}

.product-meta b,
.product-meta span {
  display: block;
}

.product-meta b {
  margin-bottom: 8px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--font-heading);
  font-weight: 600;
}

.product-meta span {
  color: #ded4c8;
  font-size: 14px;
  line-height: 1.35;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.whatsapp-btn,
.call-btn {
  min-width: 178px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 15px 22px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .3px;
}

.whatsapp-btn {
  color: #07120a;
  background: linear-gradient(135deg, #bdf2bd, #25d366 70%);
}

.whatsapp-btn::before {
  content: "WA";
}

.call-btn {
  color: #0f0a03;
  background: linear-gradient(135deg, #f2d57b, #b48731);
}

.call-btn::before {
  content: "TEL";
}

.assurance-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assurance-strip span {
  padding: 9px 13px;
  border: 1px solid rgba(215, 170, 71, .34);
  color: #d9cfbf;
  background: rgba(7, 8, 8, .75);
  font-size: 13px;
}

.detail-tabs {
  padding-top: 24px;
  padding-bottom: 26px;
}

.detail-tabs p {
  width: min(820px, 100%);
  margin: 0 auto;
  color: #d0c7bb;
  text-align: center;
  font-size: 17px;
  line-height: 1.65;
}

.product-description {
  width: min(820px, 100%);
  margin: 0 auto;
  color: #d0c7bb;
  font-size: 17px;
  line-height: 1.65;
}

.product-description p {
  margin: 0 0 16px;
}

.inner-hero {
  min-height: 360px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(4, 5, 5, .92), rgba(5, 6, 6, .72), rgba(5, 5, 5, .9)),
    url("") center / cover no-repeat;
}

.inner-hero > div {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.inner-hero span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.inner-hero h1 {
  width: min(760px, 100%);
  margin: 0;
  color: var(--gold-light);
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 500;
}

.inner-hero p {
  width: min(610px, 100%);
  margin: 18px 0 0;
  color: #d7cec2;
  font-size: 17px;
  line-height: 1.6;
}

.inner-about {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  align-items: center;
}

.inner-copy h2 {
  justify-content: flex-start;
}

.inner-copy h2::before {
  display: none;
}

.inner-copy p {
  color: #cfc7bb;
  font-size: 16px;
  line-height: 1.68;
}

.inner-copy strong {
  color: var(--gold-light);
}

.inner-copy .gold-btn {
  margin-left: 0;
}

.inner-image {
  overflow: hidden;
  border: 1px solid rgba(215, 170, 71, .38);
  border-radius: 6px;
  background: #0d0d0b;
}

.inner-image img {
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 26px;
}

.value-grid article,
.contact-list a,
.contact-list div,
.contact-form,
.map-placeholder {
  border: 1px solid rgba(190, 139, 44, .43);
  border-radius: 6px;
  background: linear-gradient(160deg, rgba(31, 30, 26, .88), rgba(12, 13, 13, .98));
}

.value-grid article {
  min-height: 170px;
  padding: 24px;
}

.value-grid b,
.contact-list b {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
}

.value-grid p,
.contact-list span {
  margin: 0;
  color: #d0c7bb;
  font-size: 15px;
  line-height: 1.55;
}

.contact-page {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: start;
}

.contact-panel h2,
.contact-form h2 {
  margin-bottom: 24px;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-list a,
.contact-list div {
  display: block;
  padding: 18px 20px;
}

.contact-form {
  padding: 26px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(215, 170, 71, .45);
  border-radius: 3px;
  background: rgba(5, 5, 5, .85);
  color: var(--text);
  padding: 0 14px;
}

.contact-form input {
  height: 44px;
}

.contact-form textarea {
  min-height: 140px;
  padding-top: 14px;
  resize: vertical;
  font: inherit;
}

.contact-form button {
  width: 170px;
  height: 42px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(135deg, #f2d57b, #b48731);
  color: #120e06;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.map-placeholder {
  min-height: 230px;
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
}

.map-placeholder p {
  margin: 0;
  color: #d7cec2;
  font-size: 18px;
  line-height: 1.6;
}

.category-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: start;
}

.category-page-head {
  margin-bottom: 22px;
}

.category-page-head h2 {
  margin-left: 0;
}

.category-page-head p {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.category-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-sidebar {
  position: sticky;
  top: 122px;
  border: 1px solid rgba(190, 139, 44, .43);
  border-radius: 6px;
  padding: 20px;
  background: linear-gradient(160deg, rgba(31, 30, 26, .88), rgba(12, 13, 13, .98));
}

.category-sidebar h3 {
  margin: 0 0 16px;
  color: var(--gold);
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 600;
}

.sidebar-category-list {
  display: grid;
  gap: 10px;
}

.sidebar-category-list a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(215, 170, 71, .2);
  border-radius: 4px;
  color: #d8d0c4;
  background: rgba(5, 5, 5, .42);
}

.sidebar-category-list a.active,
.sidebar-category-list a:hover {
  color: #111;
  background: linear-gradient(135deg, #f2d57b, #b48731);
}

.sidebar-category-list span {
  font-size: 14px;
  font-weight: 600;
}

.sidebar-category-list b {
  min-width: 28px;
  min-height: 24px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, .12);
  font-size: 12px;
}

@media (max-width: 1020px) {
  .topbar {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .top-links {
    display: none;
  }

  .navbar {
    grid-template-columns: 1fr auto auto;
    padding: 0 20px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: #060707;
    border-bottom: 1px solid var(--line);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    display: block;
    padding: 14px 0;
  }

  .hero-copy {
    margin-left: 35px;
  }

  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-grid,
  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .inner-about,
  .contact-page,
  .product-showcase,
  .category-page {
    grid-template-columns: 1fr;
  }

  .category-sidebar {
    position: static;
    order: -1;
  }

  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-card {
    width: calc((100vw - 88px) / 2);
    min-width: 190px;
  }

  .choose-grid div:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .topbar {
    font-size: 13px;
  }

  .navbar {
    height: auto;
    min-height: 74px;
    gap: 12px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .nav-actions {
    gap: 10px;
  }

  .nav-actions button {
    font-size: 22px;
  }

  .hero {
    min-height: 0;
  }

  .hero > img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
  }

  .hero-copy {
    margin: 42px 22px 18px;
  }

  .hero-copy p,
  .hero-copy > span,
  .gold-btn {
    margin-left: 0;
  }

  .ornament {
    margin-left: 70px;
  }

  .hero-image {
    min-height: 305px;
    background-position: center top;
  }

  .section-shell h2 {
    font-size: 21px;
  }

  .section-shell h2::before,
  .section-shell h2::after {
    width: 18%;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    margin-left: 0;
  }

  .choose-grid,
  .about,
  .product-meta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-showcase {
    gap: 26px;
  }

  .showcase-slider {
    width: 100%;
  }

  .showcase-track {
    --showcase-gap: 12px;
  }

  .showcase-card {
    width: calc((100vw - 76px) / 2);
    min-width: 0;
    max-width: none;
  }

  .showcase-arrow {
    width: 30px;
    height: 40px;
    font-size: 28px;
  }

  .showcase-arrow.left {
    left: -8px;
  }

  .showcase-arrow.right {
    right: -8px;
  }

  .product-card {
    min-height: 260px;
    padding: 0 10px 12px;
  }

  .product-card img {
    height: 130px;
  }

  .product-card h3 {
    font-size: 13px;
  }

  .product-card p {
    font-size: 14px;
  }

  .outline-btn {
    width: 100%;
    max-width: 120px;
    font-size: 11px;
  }

  .main-product-frame {
    min-height: 360px;
  }

  .main-product-frame img {
    height: 360px;
  }

  .thumb {
    height: 82px;
  }

  .choose-grid div,
  .footer-grid > div {
    border-right: 0;
    border-bottom: 1px solid rgba(208, 160, 62, .16);
  }

  .slider-arrow {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .inner-hero {
    min-height: 310px;
  }

  .inner-hero p {
    font-size: 15px;
  }

  .inner-image img {
    height: 300px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .category-product-grid {
    gap: 12px;
  }
}
