:root {
  --ink: #150604;
  --ink-2: #2a0706;
  --wine: #7a0b12;
  --wine-2: #a40f15;
  --gold: #e6b936;
  --gold-2: #ffe17a;
  --green: #0b9d3b;
  --paper: #fff8e7;
  --paper-2: #ffe7a5;
  --muted: #70564a;
  --line: rgba(255, 225, 122, 0.42);
  --shadow: 0 24px 70px rgba(65, 4, 5, 0.34);
  --radius: 8px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 126px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Leelawadee UI", "Noto Sans Thai", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

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

button,
input {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 118px;
  padding: 14px max(20px, calc((100vw - 1180px) / 2));
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(126, 10, 17, 0.98), rgba(93, 6, 11, 0.98)),
    var(--wine);
  border-top: 3px solid #25110a;
  border-bottom: 1px solid rgba(255, 225, 122, 0.48);
  box-shadow: 0 10px 30px rgba(45, 3, 4, 0.18);
  animation: headerDrop 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  position: relative;
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  place-items: center;
  border: 3px solid var(--gold-2);
  border-radius: 50%;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  background:
    radial-gradient(circle at 36% 30%, #d8171b, #83060d 68%),
    var(--wine);
  box-shadow:
    inset 0 0 0 5px rgba(255, 218, 83, 0.24),
    0 0 0 1px rgba(70, 13, 5, 0.78),
    0 12px 26px rgba(45, 3, 4, 0.22);
  overflow: hidden;
}

.brand-mark::after {
  position: absolute;
  inset: -45%;
  content: "";
  background: linear-gradient(115deg, transparent 38%, rgba(255, 244, 184, 0.68) 48%, transparent 58%);
  transform: translateX(-80%) rotate(8deg);
  animation: logoShine 4.8s ease-in-out 900ms infinite;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  color: var(--gold-2);
  font-size: 22px;
  line-height: 1.2;
}

.brand-copy small {
  color: rgba(255, 247, 220, 0.78);
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255, 248, 226, 0.95);
}

.main-nav a {
  position: relative;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  padding: 30px 0;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--gold-2);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

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

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 680px;
  color: var(--paper);
  background: var(--wine);
  isolation: isolate;
  overflow: hidden;
}

.hero-slider,
.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-slider {
  z-index: -2;
  background: #360305;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.04) brightness(0.96);
  transition:
    opacity 1200ms ease,
    transform 7600ms ease;
  will-change: opacity, transform;
}

.hero-slide:nth-child(2) {
  object-position: 58% center;
}

.hero-slide:nth-child(3) {
  object-position: 52% center;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-bg {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(58, 2, 6, 0.78) 0%, rgba(87, 5, 10, 0.48) 44%, rgba(18, 1, 1, 0.4) 100%),
    linear-gradient(0deg, rgba(75, 3, 8, 0.68) 0%, rgba(75, 3, 8, 0.3) 23%, transparent 52%);
}

.hero-bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(112deg, transparent 0 34%, rgba(255, 225, 122, 0.2) 44%, transparent 58%),
    linear-gradient(180deg, rgba(255, 188, 49, 0.12), transparent 36%);
  mix-blend-mode: screen;
  opacity: 0.88;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(88, 5, 10, 0.58) 0%, rgba(88, 5, 10, 0.24) 18%, transparent 48%),
    linear-gradient(180deg, rgba(59, 3, 5, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(70, 3, 6, 0.58) 0%, rgba(70, 3, 6, 0.12) 42%, rgba(22, 1, 1, 0.24) 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 64px;
  width: var(--container);
  min-height: 640px;
  align-items: center;
  margin: 0 auto;
  padding: 64px 0 82px;
}

.hero-copy h1 {
  max-width: 980px;
  margin: -8px 0 10px;
  color: var(--gold-2);
  font-size: clamp(48px, 8vw, 86px);
  font-weight: 750;
  line-height: 1.04;
  text-shadow:
    0 2px 0 rgba(89, 32, 0, 0.7),
    0 8px 28px rgba(0, 0, 0, 0.52);
  animation: heroRise 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.hero-title {
  position: relative;
  overflow: visible;
}

.hero-title-image {
  width: min(118%, 980px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 18px 12px rgba(35, 0, 0, 0.36));
  transform: translateX(-22px);
}

.hero-copy p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 248, 226, 0.94);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.65;
  animation: heroRise 760ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
  animation: heroRise 760ms cubic-bezier(0.22, 1, 0.36, 1) 400ms both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 24px;
  border: 0;
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.btn svg {
  width: 24px;
  height: 24px;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
  filter: brightness(1.03);
}

.btn-gold {
  background: linear-gradient(180deg, #ffe887, #e5b736);
  box-shadow: 0 16px 36px rgba(255, 209, 74, 0.25);
}

.btn-line {
  color: var(--paper);
  background: linear-gradient(180deg, #19c55a, #0b8d35);
  box-shadow: 0 16px 36px rgba(11, 157, 59, 0.24);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 44px;
  animation: heroRise 760ms cubic-bezier(0.22, 1, 0.36, 1) 520ms both;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: rgba(255, 248, 226, 0.9);
  font-size: 15px;
}

.trust-row svg {
  width: 28px;
  height: 28px;
  color: var(--gold-2);
}

.price-card {
  position: relative;
  align-self: stretch;
  padding: 28px;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 225, 122, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(128, 9, 15, 0.98), rgba(49, 4, 5, 0.96)),
    var(--wine);
  border: 1px solid rgba(255, 225, 122, 0.86);
  border-radius: var(--radius);
  box-shadow:
    var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.price-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 0 35%, rgba(255, 225, 122, 0.2) 45%, transparent 56%);
  opacity: 0;
  transform: translateX(-130%);
  pointer-events: none;
}

.price-card > * {
  position: relative;
  z-index: 1;
}

.price-card.is-visible::before,
.price-card.is-refreshing::before {
  animation: goldSweep 1050ms ease-out 240ms both;
}

.price-card.is-refreshing {
  animation: pricePulse 700ms ease;
}

.price-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.price-head h2 {
  margin: 0 0 4px;
  color: var(--gold-2);
  font-size: 31px;
  line-height: 1.1;
}

.price-head p,
.price-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.price-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  padding: 10px 12px;
  color: rgba(255, 248, 226, 0.86);
  background: rgba(255, 229, 138, 0.08);
  border: 1px solid rgba(255, 225, 122, 0.24);
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.3;
}

.price-source a {
  flex: 0 0 auto;
  color: var(--gold-2);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.refresh-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #310403;
  background: linear-gradient(180deg, #ffe58a, #e5b736);
  border: 1px solid rgba(255, 235, 154, 0.65);
  border-radius: var(--radius);
  cursor: pointer;
}

.refresh-btn svg {
  width: 18px;
  height: 18px;
}

.refresh-btn.is-spinning svg {
  animation: spin 600ms ease;
}

.price-group {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.price-group:last-of-type {
  border-bottom: 1px solid var(--line);
}

.price-group h3 {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 18px;
  font-weight: 800;
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.price-grid div + div {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 225, 122, 0.58);
}

.price-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.price-grid strong {
  display: block;
  color: var(--gold-2);
  font-size: clamp(28px, 2.45vw, 36px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
  white-space: nowrap;
}

.price-note {
  margin-top: 16px;
  text-align: center;
}

.promo-strip {
  padding: 38px 0 30px;
  background:
    radial-gradient(ellipse at 50% -22%, rgba(255, 225, 122, 0.16), transparent 38%),
    linear-gradient(180deg, #5d060b 0%, #720911 48%, #6b080f 100%);
}

.promo-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: var(--container);
  margin: 0 auto;
  padding: 28px 34px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(35, 3, 3, 0.44), transparent 32%, rgba(35, 3, 3, 0.32)),
    radial-gradient(ellipse at 8% 50%, rgba(255, 207, 76, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(126, 10, 17, 0.96), rgba(68, 4, 7, 0.98));
  border: 1px solid rgba(255, 225, 122, 0.62);
  border-radius: var(--radius);
  box-shadow:
    0 24px 70px rgba(45, 3, 4, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  overflow: hidden;
}

.promo-mark {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  background:
    radial-gradient(circle at 35% 28%, #df1b1e, #83060d 70%),
    var(--wine);
  border: 3px solid var(--gold-2);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 6px rgba(255, 218, 83, 0.22),
    0 16px 34px rgba(35, 2, 2, 0.32);
}

.promo-copy {
  display: grid;
  gap: 8px;
}

.promo-copy strong {
  color: var(--gold-2);
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  text-shadow:
    0 2px 0 rgba(80, 24, 0, 0.7),
    0 14px 30px rgba(0, 0, 0, 0.32);
}

.promo-copy span {
  color: rgba(255, 248, 226, 0.92);
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 800;
}

.promo-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 24px;
  color: #300403;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(180deg, #ffe887, #e5b736);
  border-radius: var(--radius);
  box-shadow:
    0 16px 34px rgba(35, 2, 2, 0.24),
    inset 0 -2px 0 rgba(93, 6, 11, 0.14);
}

.market-section {
  padding: 42px 0 70px;
  background:
    radial-gradient(ellipse at 18% 46%, rgba(255, 225, 122, 0.13), transparent 34%),
    linear-gradient(180deg, #6b080f 0%, #62070d 42%, #240303 100%);
}

.market-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  width: var(--container);
  align-items: stretch;
  margin: 0 auto;
}

.market-panel {
  padding: 24px;
  color: var(--paper);
  background:
    radial-gradient(circle at 88% 6%, rgba(255, 225, 122, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(128, 9, 15, 0.98), rgba(49, 4, 5, 0.96));
  border: 1px solid rgba(255, 225, 122, 0.6);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.gold-chart {
  padding: 14px;
  background: rgba(20, 2, 2, 0.5);
  border: 1px solid rgba(255, 225, 122, 0.28);
  border-radius: var(--radius);
}

.chart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.chart-head h2 {
  margin: 0 0 4px;
  color: var(--gold-2);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.chart-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.chart-head span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  white-space: nowrap;
}

.gold-chart iframe {
  display: block;
  width: 100%;
  height: 470px;
  background: #230303;
  border: 0;
  border-radius: 6px;
}

.section-pad {
  padding: 76px 0;
}

.section-head {
  width: var(--container);
  margin: 0 auto 32px;
  text-align: center;
}

.section-head h2 {
  position: relative;
  margin: 0 0 12px;
  color: var(--wine);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 760;
  line-height: 1.16;
}

.section-head h2::after {
  display: block;
  width: 74px;
  height: 3px;
  margin: 14px auto 0;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.section-head p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}

.services {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 225, 122, 0.22), transparent 24%),
    linear-gradient(180deg, #fff8e7, #fff3d5);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: var(--container);
  margin: 0 auto;
}

.service-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--radius);
  border: 1px solid rgba(129, 8, 13, 0.18);
  box-shadow: 0 18px 42px rgba(86, 5, 9, 0.18);
}

.service-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background: linear-gradient(115deg, transparent 0 34%, rgba(255, 225, 122, 0.24) 45%, transparent 56%);
  opacity: 0;
  transform: translateX(-125%);
  pointer-events: none;
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.service-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 24%, rgba(86, 5, 9, 0.58) 66%, rgba(20, 2, 2, 0.96)),
    linear-gradient(0deg, rgba(134, 9, 15, 0.28), transparent 50%);
}

.service-card:hover img {
  transform: scale(1.055);
}

.service-card.is-visible::before {
  animation: goldSweep 920ms ease-out both;
  animation-delay: calc(var(--reveal-delay, 0ms) + 220ms);
}

.service-card:hover {
  box-shadow: 0 24px 54px rgba(86, 5, 9, 0.24);
}

.service-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 24px;
  color: var(--paper);
}

.service-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 12px;
  color: var(--gold-2);
  border: 1px solid rgba(241, 207, 104, 0.75);
  border-radius: 50%;
  background: rgba(17, 16, 14, 0.52);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.service-icon svg {
  width: 27px;
  height: 27px;
}

.service-card:hover .service-icon {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 0 6px rgba(255, 225, 122, 0.12);
}

.service-body h3 {
  margin: 0 0 8px;
  color: var(--gold-2);
  font-size: 23px;
  line-height: 1.2;
}

.service-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}

.process {
  color: var(--paper);
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 225, 122, 0.13), transparent 24%),
    linear-gradient(115deg, rgba(128, 9, 15, 0.98), rgba(31, 3, 3, 0.98)),
    var(--wine);
}

.section-head-light h2 {
  color: var(--paper);
}

.section-head-light p {
  color: rgba(255, 255, 255, 0.76);
}

.process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: var(--container);
  margin: 0 auto;
}

.process-row article {
  position: relative;
  min-height: 190px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 225, 122, 0.36);
  border-radius: var(--radius);
  background: rgba(255, 229, 138, 0.075);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.process-row article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 26px;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}

.process-row article.is-visible:not(:last-child)::after {
  animation: lineGrow 620ms ease-out 420ms forwards;
}

.process-row article:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 225, 122, 0.6);
  background: rgba(255, 229, 138, 0.11);
}

.process-row span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--ink);
  background: linear-gradient(180deg, #f6df83, #d6a11f);
  border-radius: 50%;
  font-weight: 850;
  box-shadow: 0 0 0 0 rgba(255, 225, 122, 0.32);
}

.process-row article.is-visible span {
  animation: stepPop 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--reveal-delay, 0ms) + 120ms);
}

.process-row h3 {
  margin: 0 0 8px;
  color: var(--gold-2);
  font-size: 22px;
  line-height: 1.25;
}

.process-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 42px;
  width: var(--container);
  align-items: stretch;
  margin: 0 auto;
}

.contact-copy h2 {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.16;
}

.contact-copy p {
  max-width: 700px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 19px;
}

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

.contact-list a,
.contact-list button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--paper-2);
  border: 1px solid rgba(217, 169, 40, 0.42);
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.contact-list span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--paper);
  background: var(--wine-2);
  border-radius: 50%;
}

.contact-panel {
  padding: 30px;
  color: var(--paper);
  background:
    radial-gradient(circle at 90% 4%, rgba(255, 225, 122, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(42, 4, 4, 0.96), rgba(126, 9, 15, 0.98)),
    var(--ink);
  border: 1px solid rgba(255, 225, 122, 0.45);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(86, 5, 9, 0.22);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.contact-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(86, 5, 9, 0.28);
}

.mini-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.mini-logo span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--gold-2);
  border: 2px solid var(--gold-2);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 850;
  background: radial-gradient(circle at 36% 30%, #d8171b, #83060d 68%);
}

.mini-logo strong {
  color: var(--gold-2);
  font-size: 24px;
  line-height: 1.2;
}

.contact-panel dl {
  display: grid;
  gap: 18px;
  margin: 24px 0 0;
}

.contact-panel dt {
  margin-bottom: 4px;
  color: var(--gold-2);
  font-weight: 850;
}

.contact-panel dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.map-card {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 240px;
  background: #230303;
  border: 1px solid rgba(255, 225, 122, 0.2);
  border-radius: var(--radius);
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  color: #300403;
  background: linear-gradient(180deg, #ffe58a, #edc65d);
  border-radius: var(--radius);
  font-weight: 850;
  box-shadow: inset 0 -2px 0 rgba(93, 6, 11, 0.12);
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  gap: 12px;
  animation: floatDock 3.6s ease-in-out infinite;
}

.floating-actions a,
.floating-actions button {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--ink);
  background: linear-gradient(180deg, #ffe887, #e5b736);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(17, 16, 14, 0.24);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.floating-actions a:hover,
.floating-actions button:hover,
.floating-actions a:focus-visible,
.floating-actions button:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 42px rgba(17, 16, 14, 0.28);
}

.floating-actions button {
  color: var(--paper);
  background: linear-gradient(180deg, #18c85d, #0b8f37);
}

.floating-actions svg {
  width: 26px;
  height: 26px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 154px;
  z-index: 60;
  max-width: min(320px, calc(100vw - 40px));
  padding: 12px 16px;
  color: var(--paper);
  background: rgba(17, 16, 14, 0.92);
  border: 1px solid rgba(217, 169, 40, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(17, 16, 14, 0.2);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  padding: 22px 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  background: #230303;
  border-top: 1px solid rgba(255, 225, 122, 0.28);
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

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

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoShine {
  0%,
  58% {
    transform: translateX(-86%) rotate(8deg);
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  86%,
  100% {
    transform: translateX(86%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes goldSweep {
  0% {
    opacity: 0;
    transform: translateX(-130%);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}

@keyframes pricePulse {
  0%,
  100% {
    box-shadow:
      var(--shadow),
      inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  }
  42% {
    box-shadow:
      0 26px 80px rgba(255, 199, 53, 0.24),
      0 0 0 4px rgba(255, 225, 122, 0.12),
      inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  }
}

@keyframes lineGrow {
  to {
    transform: scaleX(1);
  }
}

@keyframes stepPop {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(255, 225, 122, 0.34);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 9px rgba(255, 225, 122, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 225, 122, 0);
  }
}

@keyframes floatDock {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: 74px;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy small {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: grid;
    gap: 0;
    padding: 10px;
    background: rgba(107, 7, 12, 0.98);
    border: 1px solid rgba(255, 225, 122, 0.38);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    padding: 14px;
  }

  .main-nav a::after {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 70px 0 62px;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin: 0 0 12px;
  }

  .hero-title-image {
    width: min(100%, 900px);
    max-width: 100%;
    transform: none;
  }

  section[id] {
    scroll-margin-top: 88px;
  }

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

  .price-card {
    width: 100%;
  }

  .gold-chart iframe {
    height: 390px;
  }

  .service-grid,
  .process-row,
  .contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-row article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  .site-header {
    padding-inline: 14px;
  }

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

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

  .hero {
    min-height: auto;
  }

  .hero-inner {
    gap: 34px;
    padding: 64px 0 52px;
  }

  .hero-copy h1 {
    font-size: 43px;
    margin: 0 0 10px;
  }

  .hero-title-image {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .hero-copy p {
    font-size: 19px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .btn {
    width: 100%;
    min-height: 56px;
    font-size: 17px;
  }

  .trust-row {
    display: grid;
    gap: 10px;
  }

  .price-card {
    padding: 20px;
  }

  .price-head {
    display: grid;
  }

  .price-source,
  .chart-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .promo-strip {
    padding: 24px 0;
  }

  .promo-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    text-align: center;
  }

  .promo-mark {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    font-size: 30px;
  }

  .promo-phone {
    width: 100%;
  }

  .market-section {
    padding: 36px 0 48px;
  }

  .market-panel {
    padding: 18px;
  }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price-grid div + div {
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid rgba(217, 169, 40, 0.35);
    border-left: 0;
  }

  .section-pad {
    padding: 54px 0;
  }

  .service-grid,
  .process-row,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card img {
    min-height: 370px;
  }

  .gold-chart iframe {
    height: 300px;
  }

  .map-card iframe {
    height: 220px;
  }

  .contact {
    gap: 24px;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
  }

  .floating-actions a,
  .floating-actions button {
    width: 52px;
    height: 52px;
  }

  .toast {
    right: 14px;
    bottom: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .brand-mark::after,
  .price-card::before,
  .service-card::before {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
