html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Blog */
.main-nav a.is-active {
  color: var(--gold);
}

.blog-page,
.article-page {
  min-height: 70vh;
  background: #f7f4ed;
}

.blog-hero,
.article-header {
  position: relative;
  overflow: hidden;
  padding: clamp(7rem, 13vw, 11rem) 0 clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 82% 20%, rgba(199, 154, 45, 0.24), transparent 30%),
    linear-gradient(135deg, #11100e, #201b12);
  color: #fff;
}

.blog-hero::after,
.article-header::after {
  position: absolute;
  inset: auto -10% -55% 45%;
  width: 42rem;
  aspect-ratio: 1;
  border: 1px solid rgba(222, 182, 75, 0.22);
  border-radius: 50%;
  content: "";
}

.blog-hero h1,
.article-header h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0.35em 0 0.25em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 6.4rem);
  line-height: 0.98;
}

.blog-hero p,
.article-header-inner > p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.blog-list-section {
  padding: clamp(3.5rem, 7vw, 7rem) 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2.4rem);
}

.blog-card {
  overflow: hidden;
  border: 1px solid rgba(70, 57, 30, 0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(42, 31, 10, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(42, 31, 10, 0.13);
}

.blog-card-media {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #17140f, #342a16);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  text-decoration: none;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.blog-card-media .coin-icon {
  width: 4.5rem;
  color: var(--gold);
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.035);
}

.blog-card-body {
  padding: clamp(1.25rem, 2vw, 2rem);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  color: #8c805f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0.65em 0 0.45em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
}

.blog-card h2 a {
  color: #1d1a14;
  text-decoration: none;
}

.blog-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 1.25rem;
  color: #6c665a;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-read-more,
.article-back {
  color: #9a7117;
  font-weight: 800;
  text-decoration: none;
}

.blog-empty {
  display: grid;
  min-height: 320px;
  place-items: center;
  align-content: center;
  gap: 1rem;
  border: 1px dashed rgba(154, 113, 23, 0.35);
  border-radius: 22px;
  color: #635a48;
  text-align: center;
}

.blog-empty span {
  color: #b8871c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
}

.blog-empty .coin-icon {
  width: 5rem;
  color: #b8871c;
}

.article-header-inner {
  position: relative;
  z-index: 1;
}

.article-header .blog-meta {
  margin-top: 3rem;
  color: #dcb84e;
}

.article-back {
  color: #e2c064;
}

.article-cover {
  position: relative;
  z-index: 2;
  margin-top: clamp(-3.5rem, -5vw, -2rem);
}

.article-cover img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(36, 28, 13, 0.2);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.article-content {
  color: #373229;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.4vw, 1.25rem);
  line-height: 1.95;
}

.article-content p {
  margin: 0 0 1.6em;
  white-space: pre-line;
}

.article-content p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.14em 0 0;
  color: #a77817;
  font-size: 4.2em;
  line-height: 0.78;
}

.article-cta {
  position: sticky;
  top: 110px;
  padding: 2rem;
  border-radius: 20px;
  background: #17140f;
  color: #fff;
}

.article-cta > span {
  color: #d9b244;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
}

.article-cta .coin-icon {
  width: 3.25rem;
  color: #d9b244;
}

.article-cta h2 {
  margin: 0.45rem 0;
  font-family: Georgia, "Times New Roman", serif;
}

.article-cta p {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
}

@media (max-width: 980px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-cta {
    position: static;
  }
}

@media (max-width: 620px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Sarraf Gold landing page */
:root {
  --black: #11100e;
  --black-soft: #1a1814;
  --black-lighter: #24211b;
  --gold: #d6b25e;
  --gold-bright: #ebce83;
  --gold-dark: #9a7430;
  --ivory: #f6f1e7;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #24211d;
  --muted: #777168;
  --line: #e7dfd1;
  --green: #56b786;
  --amber: #d8a84e;
  --red: #c96c67;
  --container: 1180px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(35, 28, 16, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 20px;
  padding: 12px 18px;
  color: var(--black);
  background: var(--gold-bright);
  border-radius: 0 0 10px 10px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  color: var(--white);
  background: rgba(17, 16, 14, 0.92);
  border-bottom: 1px solid rgba(214, 178, 94, 0.16);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: clamp(190px, 18vw, 270px);
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--gold-bright);
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px var(--black), inset 0 0 0 6px rgba(214, 178, 94, 0.38);
}

.brand-mark::before {
  position: absolute;
  width: 61px;
  height: 61px;
  content: "";
  border: 1px solid rgba(214, 178, 94, 0.35);
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}

.brand-star {
  position: absolute;
  z-index: 2;
  top: -11px;
  right: -4px;
  padding: 2px;
  color: var(--gold-bright);
  background: var(--black);
  font-size: 13px;
}

.brand-initials {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -2px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 1.8px;
}

.brand-copy small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
  transition: color 0.2s ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--gold-bright);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.language-switch {
  display: inline-flex;
  min-width: 68px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.35px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.language-switch:hover,
.language-switch:focus-visible {
  color: var(--black);
  border-color: var(--gold-bright);
  background: var(--gold-bright);
}

.header-contact {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  color: var(--gold-bright);
  border: 1px solid rgba(214, 178, 94, 0.42);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-contact span {
  color: var(--green);
  font-size: 9px;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--black);
  background: var(--gold-bright);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(17, 16, 14, 0.98), rgba(26, 24, 20, 0.94)),
    repeating-linear-gradient(90deg, transparent 0 89px, rgba(255, 255, 255, 0.025) 90px);
}

.hero::after {
  position: absolute;
  right: -90px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(214, 178, 94, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(214, 178, 94, 0.025), 0 0 0 140px rgba(214, 178, 94, 0.018);
}

.hero-background-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.48;
  filter: brightness(0.32) saturate(0.72);
  object-fit: cover;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  top: -220px;
  right: 12%;
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(214, 178, 94, 0.17), transparent 67%);
}

.hero-glow-two {
  bottom: -260px;
  left: -150px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(154, 116, 48, 0.13), transparent 68%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 634px;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.8fr);
  gap: clamp(40px, 8vw, 110px);
  padding-block: 82px 74px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 32px;
  height: 1px;
  background: currentColor;
}

.eyebrow-dark {
  color: var(--gold-dark);
}

.hero h1 {
  max-width: 700px;
  margin: 25px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.4vw, 88px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -3px;
}

.hero h1 span {
  color: var(--gold-bright);
  font-style: italic;
}

.hero-lead {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--black);
  background: var(--gold-bright);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--white);
}

.button-ghost {
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(214, 178, 94, 0.75);
}

.trust-row {
  display: flex;
  max-width: 530px;
  align-items: center;
  justify-content: space-between;
  margin-top: 57px;
}

.trust-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trust-item strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.47);
  font-size: 11px;
  letter-spacing: 0.7px;
}

.trust-divider {
  width: 1px;
  height: 31px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-price-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 29px;
  color: var(--white);
  background: linear-gradient(145deg, rgba(42, 38, 30, 0.97), rgba(24, 22, 18, 0.98));
  border: 1px solid rgba(214, 178, 94, 0.3);
  border-radius: var(--radius-lg);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.35);
}

.hero-price-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}

.card-orbit {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(214, 178, 94, 0.09);
  border-radius: 50%;
}

.card-orbit-one {
  top: -130px;
  right: -110px;
  width: 310px;
  height: 310px;
}

.card-orbit-two {
  top: -76px;
  right: -57px;
  width: 205px;
  height: 205px;
}

.price-card-top,
.featured-metal,
.featured-prices,
.price-card-footer {
  position: relative;
  z-index: 2;
}

.price-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.live-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 600;
}

.live-status span,
.update-dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(86, 183, 134, 0.12);
}

.source-tag {
  padding: 7px 10px;
  color: var(--gold-bright);
  background: rgba(214, 178, 94, 0.08);
  border: 1px solid rgba(214, 178, 94, 0.18);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.live-status.status-cached > span,
.update-note.status-cached .update-dot {
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(216, 168, 78, 0.12);
}

.live-status.status-unavailable > span,
.update-note.status-unavailable .update-dot {
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(201, 108, 103, 0.12);
}

.featured-metal {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 66px;
}

.metal-icon {
  display: grid;
  width: 59px;
  height: 59px;
  place-items: center;
  color: var(--black);
  background: linear-gradient(145deg, var(--gold-bright), var(--gold-dark));
  border-radius: 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  box-shadow: 0 12px 30px rgba(214, 178, 94, 0.16);
}

.featured-metal div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.featured-metal div > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  letter-spacing: 1px;
}

.featured-metal small {
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
}

.featured-prices {
  display: grid;
  align-items: center;
  margin-top: 50px;
  grid-template-columns: 1fr 1px 1fr;
  gap: 19px;
}

.featured-prices > div:not(.price-separator) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.featured-prices > div:last-child {
  text-align: right;
}

.featured-prices div > span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.featured-prices div > .price-change {
  min-height: 16px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.featured-prices div > .price-change.price-change-up {
  color: #79d5a5;
}

.featured-prices div > .price-change.price-change-down {
  color: #e3918d;
}

.featured-prices strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3vw, 38px);
  font-weight: 400;
  white-space: nowrap;
}

.featured-prices strong .currency-symbol {
  margin-left: 4px;
  color: var(--gold-bright);
  font-size: 17px;
}

.featured-prices strong .price-number {
  color: inherit;
  font: inherit;
}

.featured-prices strong [hidden] {
  display: none;
}

.price-separator {
  width: 1px;
  height: 57px;
  background: rgba(255, 255, 255, 0.11);
}

.price-card-footer {
  position: absolute;
  right: 29px;
  bottom: 27px;
  left: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 10px;
}

.price-card-footer span {
  color: rgba(255, 255, 255, 0.36);
}

.price-card-footer strong {
  color: rgba(255, 255, 255, 0.64);
  font-weight: 500;
}

.price-section {
  padding: 112px 0 116px;
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 178, 94, 0.12), transparent 25%),
    var(--ivory);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 38px;
}

.section-heading h2,
.about-content h2,
.contact-copy h2 {
  margin: 17px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 61px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -2px;
}

.update-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 17px;
  background: rgba(255, 255, 255, 0.63);
  border: 1px solid rgba(154, 116, 48, 0.13);
  border-radius: 13px;
}

.update-note > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.update-note small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.update-note strong {
  font-size: 12px;
  font-weight: 600;
}

.price-change-summary {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.price-board {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(154, 116, 48, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.price-board-head,
.price-row {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(230px, 1.4fr) 1fr 1fr;
  column-gap: 28px;
}

.price-board-head {
  min-height: 57px;
  padding: 0 34px;
  color: var(--muted);
  background: #f0eadf;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.price-board-head span:not(:first-child) {
  text-align: right;
}

.price-row {
  min-height: 105px;
  padding: 20px 34px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s ease, transform 0.2s ease;
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row:hover {
  position: relative;
  z-index: 1;
  background: #fbf7ef;
}

.price-row-featured {
  background: linear-gradient(90deg, rgba(214, 178, 94, 0.11), transparent 65%);
}

.price-name {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mini-coin {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--gold-dark);
  background: #f2e7cd;
  border: 1px solid rgba(154, 116, 48, 0.19);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  box-shadow: inset 0 0 0 4px #faf5e9;
}

.price-name > div,
.price-value {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.price-name strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
}

.price-name small,
.price-value small {
  color: var(--muted);
  font-size: 10px;
}

.price-value {
  align-items: flex-end;
}

.price-value strong {
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.5px;
  transition: opacity 0.2s ease;
}

.price-change {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-height: 15px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.price-change-up {
  color: #2d8d61;
}

.price-change-down {
  color: #b34e49;
}

.price-change-neutral {
  color: var(--muted);
}

.price-value.sell strong {
  color: var(--gold-dark);
}

.price-disclaimer {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
  text-align: center;
}

.calculator-section {
  padding: 0 0 120px;
  background:
    radial-gradient(circle at 12% 88%, rgba(214, 178, 94, 0.1), transparent 24%),
    var(--ivory);
}

.calculator-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 38px;
}

.calculator-heading h2 {
  margin: 17px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 61px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -2px;
}

.calculator-heading p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.refresh-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--black);
  background: var(--paper);
  border: 1px solid rgba(154, 116, 48, 0.25);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  transition: border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.refresh-button:hover,
.refresh-button:focus-visible {
  border-color: var(--gold-dark);
  transform: translateY(-2px);
}

.refresh-button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.refresh-button:disabled .refresh-icon {
  animation: refresh-spin 0.8s linear infinite;
}

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

.calculator-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 22px;
}

.calculator-card,
.calculator-info {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.calculator-card {
  padding: 36px;
  background: var(--paper);
  border: 1px solid rgba(154, 116, 48, 0.16);
}

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

.calculator-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 9px;
}

.calculator-field label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.calculator-field select,
.calculator-field input {
  width: 100%;
  min-height: 52px;
  color: var(--ink);
  background: #faf6ed;
  border: 1px solid var(--line);
  border-radius: 13px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.calculator-field select {
  padding: 0 38px 0 15px;
  cursor: pointer;
}

.calculator-field input {
  padding: 0 62px 0 15px;
}

.calculator-field select:focus,
.calculator-field input:focus {
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(214, 178, 94, 0.14);
}

.calculator-input-wrap {
  position: relative;
}

.calculator-input-wrap > span {
  position: absolute;
  top: 50%;
  right: 15px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 700;
  pointer-events: none;
  transform: translateY(-50%);
}

.calculator-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.calculator-results {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.calculator-result {
  position: relative;
  display: flex;
  min-height: 142px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  background: #f4eee2;
  border: 1px solid rgba(154, 116, 48, 0.13);
  border-radius: 18px;
}

.calculator-result::after {
  position: absolute;
  top: -55px;
  right: -55px;
  width: 130px;
  height: 130px;
  content: "";
  border: 1px solid rgba(154, 116, 48, 0.12);
  border-radius: 50%;
}

.calculator-result > span {
  color: var(--muted);
  font-size: 10px;
}

.calculator-result strong {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 400;
}

.calculator-result small {
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.calculator-result-sell {
  color: var(--white);
  background: var(--black-soft);
  border-color: rgba(214, 178, 94, 0.22);
}

.calculator-result-sell > span {
  color: rgba(255, 255, 255, 0.48);
}

.calculator-result-sell small {
  color: var(--gold-bright);
}

.calculator-info {
  padding: 35px;
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(214, 178, 94, 0.2);
}

.freshness-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 10px;
}

.freshness-badge > span {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(86, 183, 134, 0.12);
}

.freshness-badge.is-stale > span {
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(216, 168, 78, 0.12);
}

.freshness-badge.is-unavailable > span {
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(201, 108, 103, 0.12);
}

.calculator-info h3 {
  margin: 31px 0 0;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.calculator-info p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.75;
}

.calculator-info ul {
  display: grid;
  margin: 25px 0 0;
  padding: 0;
  gap: 13px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.55;
  list-style: none;
}

.calculator-info li {
  position: relative;
  padding-left: 17px;
}

.calculator-info li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.about-section {
  padding: 120px 0;
  background: var(--paper);
}

.about-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(350px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(55px, 8vw, 118px);
}

.about-visual {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 530px;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(17, 16, 14, 0.89), rgba(17, 16, 14, 0.98)),
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(255, 255, 255, 0.025) 7px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.about-visual::before,
.about-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(214, 178, 94, 0.12);
  border-radius: 50%;
}

.about-visual::before {
  top: -100px;
  right: -140px;
  width: 360px;
  height: 360px;
}

.about-visual::after {
  right: -70px;
  bottom: -150px;
  width: 300px;
  height: 300px;
}

.shop-sign {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 22px;
  padding: 25px 27px;
  background: rgba(0, 0, 0, 0.37);
  border: 1px solid rgba(214, 178, 94, 0.28);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
  transform: rotate(-2deg);
}

.shop-sign img {
  display: block;
  width: 100%;
  max-height: 125px;
  object-fit: contain;
}

.about-store-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-visual-has-image::before {
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  background: linear-gradient(180deg, transparent 45%, rgba(11, 10, 9, 0.72));
  border: 0;
  border-radius: 0;
}

.sign-monogram {
  display: grid;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--gold-bright);
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  letter-spacing: -3px;
  box-shadow: inset 0 0 0 7px var(--black), inset 0 0 0 8px rgba(214, 178, 94, 0.35);
}

.shop-sign > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.shop-sign strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  white-space: nowrap;
}

.shop-sign span {
  color: var(--gold);
  font-size: 18px;
  text-align: right;
}

.visual-caption {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 23px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.visual-caption span {
  color: rgba(255, 255, 255, 0.39);
  font-size: 9px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.visual-caption strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.about-content > p {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.feature-list {
  display: grid;
  margin-top: 35px;
  gap: 0;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.feature:first-child {
  border-top: 1px solid var(--line);
}

.feature-number {
  padding-top: 2px;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.feature > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.feature strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.feature small {
  color: var(--muted);
  font-size: 11px;
}

.gallery-section {
  padding: 20px 0 120px;
  background: var(--paper);
}

.gallery-heading {
  display: grid;
  align-items: end;
  margin-bottom: 36px;
  grid-template-columns: 1fr minmax(280px, 0.65fr);
  gap: 40px;
}

.gallery-heading h2 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.08;
}

.gallery-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

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

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  cursor: zoom-in;
  color: var(--white);
  background: var(--black);
  border: 0;
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
  box-shadow: 0 12px 30px rgba(25, 20, 11, 0.09);
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.25s ease;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(8, 7, 6, 0.82));
}

.gallery-item span {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 17px;
  left: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  text-align: left;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  opacity: 0.9;
  transform: scale(1.045);
}

.gallery-dialog {
  width: min(1000px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  color: var(--white);
  background: #0b0a09;
  border: 1px solid rgba(214, 178, 94, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.55);
}

.gallery-dialog::backdrop {
  background: rgba(5, 5, 4, 0.86);
  backdrop-filter: blur(6px);
}

.gallery-dialog form {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
}

.gallery-dialog form button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  cursor: pointer;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
}

.gallery-dialog > img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.gallery-dialog > p {
  margin: 0;
  padding: 16px 20px 18px;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  text-align: center;
}

.contact-section {
  padding: 50px 0 110px;
  background: var(--paper);
}

.contact-card {
  position: relative;
  display: grid;
  overflow: hidden;
  padding: 59px 64px;
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(214, 178, 94, 0.2);
  border-radius: var(--radius-lg);
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
}

.contact-card::after {
  position: absolute;
  top: -130px;
  right: 17%;
  width: 300px;
  height: 300px;
  content: "";
  background: radial-gradient(circle, rgba(214, 178, 94, 0.14), transparent 70%);
  border-radius: 50%;
}

.contact-copy,
.contact-options {
  position: relative;
  z-index: 2;
}

.contact-copy h2 {
  font-size: clamp(37px, 4vw, 52px);
}

.contact-copy p {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.7;
}

.contact-options {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-options > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-options a {
  transition: color 0.2s ease, padding 0.2s ease;
}

.contact-options a:hover,
.contact-options a:focus-visible {
  padding-right: 10px;
  color: var(--gold-bright);
}

.contact-options > .contact-map-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.contact-map-link strong {
  text-align: right;
}

.contact-options .contact-map-link small {
  margin: 0;
  color: var(--gold-bright);
}

.contact-options span {
  color: rgba(255, 255, 255, 0.41);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-options strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

.contact-options small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
}

.contact-options .contact-opening-hours {
  display: block;
}

.store-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.store-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.store-status-open {
  color: #55df9d;
}

.store-status-closed {
  color: #ff8d80;
}

.contact-opening-hours details {
  margin-top: 14px;
}

.contact-opening-hours summary {
  cursor: pointer;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 700;
}

.contact-opening-hours ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.contact-opening-hours li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.contact-opening-hours li strong {
  font-family: inherit;
  font-size: inherit;
}

.contact-opening-hours li.is-today {
  color: #fff;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  color: #fff;
  background: #159f65;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  color: #fff;
  background: #118556;
  transform: translateY(-2px);
}

.floating-whatsapp span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.floating-whatsapp strong {
  font-size: 13px;
}

.site-footer {
  color: var(--white);
  background: #0b0a09;
}

.footer-main {
  display: grid;
  min-height: 190px;
  align-items: center;
  grid-template-columns: 1fr 1fr auto;
  gap: 45px;
}

.footer-main > p {
  max-width: 370px;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  gap: 25px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold-bright);
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  color: var(--gold-bright);
  font-size: 12px;
  grid-column: 2 / -1;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 10px;
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-block: 85px;
  }

  .hero-content {
    max-width: 720px;
  }

  .hero-price-card {
    width: min(100%, 570px);
  }

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

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

  .about-visual {
    min-height: 450px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    padding-block: 45px;
  }

  .footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-mark {
    width: 45px;
    height: 45px;
  }

  .brand-mark::before {
    width: 52px;
    height: 52px;
  }

  .brand-copy strong {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .brand-copy small,
  .header-contact {
    display: none;
  }

  .brand-logo {
    width: 185px;
    max-height: 45px;
  }

  .language-switch {
    min-width: 62px;
    padding-inline: 10px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-block: 65px 72px;
  }

  .hero h1 {
    margin-top: 19px;
    font-size: clamp(47px, 14vw, 64px);
    letter-spacing: -2px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .trust-row {
    margin-top: 44px;
  }

  .trust-item strong {
    font-size: 18px;
  }

  .trust-item span {
    font-size: 9px;
  }

  .hero-price-card {
    min-height: 435px;
    padding: 23px;
  }

  .featured-metal {
    margin-top: 54px;
  }

  .featured-prices {
    gap: 12px;
  }

  .featured-prices strong {
    font-size: 28px;
  }

  .price-card-footer {
    right: 23px;
    bottom: 23px;
    left: 23px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .price-section,
  .calculator-section,
  .about-section {
    padding-block: 82px;
  }

  .calculator-section {
    padding-top: 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .calculator-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .calculator-heading h2 {
    font-size: 43px;
  }

  .refresh-button {
    width: 100%;
  }

  .calculator-card,
  .calculator-info {
    padding: 25px 20px;
    border-radius: 20px;
  }

  .calculator-controls,
  .calculator-results {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .about-content h2 {
    font-size: 43px;
  }

  .update-note {
    width: 100%;
  }

  .price-board {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .price-board-head {
    display: none;
  }

  .price-row {
    min-height: auto;
    margin-bottom: 12px;
    padding: 21px 19px;
    background: var(--paper);
    border: 1px solid rgba(154, 116, 48, 0.14);
    border-radius: 17px;
    grid-template-columns: 1fr 1fr;
    gap: 19px 12px;
  }

  .price-row:last-child {
    border-bottom: 1px solid rgba(154, 116, 48, 0.14);
  }

  .price-name {
    grid-column: 1 / -1;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--line);
  }

  .price-value {
    align-items: flex-start;
  }

  .price-value.sell {
    align-items: flex-end;
  }

  .price-change {
    justify-content: flex-start;
  }

  .price-value.sell .price-change {
    justify-content: flex-end;
  }

  .price-value strong {
    font-size: 19px;
  }

  .about-visual {
    min-height: 380px;
    padding: 22px;
  }

  .shop-sign {
    gap: 13px;
    padding: 18px 15px;
  }

  .sign-monogram {
    width: 60px;
    height: 60px;
    font-size: 21px;
  }

  .shop-sign strong {
    font-size: 23px;
  }

  .contact-section {
    padding: 10px 0 70px;
  }

  .contact-card {
    width: 100%;
    padding: 48px 25px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .contact-options > * {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .contact-options > .contact-map-link {
    grid-template-columns: 1fr;
  }

  .contact-map-link strong {
    text-align: left;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-links {
    grid-column: auto;
    flex-wrap: wrap;
  }

  .footer-socials {
    justify-content: flex-start;
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding-block: 18px;
  }
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .gallery-section {
    padding-bottom: 75px;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 8px;
  }

  .floating-whatsapp strong {
    display: none;
  }
}

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