:root {
  --white: #ffffff;
  --cream: #fdfbf7;
  --gold: #c9973a;
  --gold-light: #e8b84b;
  --gold-pale: #fef9ed;
  --gold-glow: rgba(201, 151, 58, 0.35);
  --charcoal: #1a1a1a;
  --charcoal-soft: rgba(26, 26, 26, 0.9);
  --slate: #3f4c5c;
  --slate-light: #546479;
  --text-dark: #151515;
  --text-muted: #546479;
  --line-soft: rgba(201, 151, 58, 0.22);
  --line-dark: rgba(255, 255, 255, 0.12);
  --glass: rgba(255, 255, 255, 0.72);
  --success: #2f855a;
  --danger: #b91c1c;
  --shadow-sm: 0 0.125rem 0.875rem rgba(0, 0, 0, 0.07);
  --shadow-md: 0 0.375rem 1.75rem rgba(0, 0, 0, 0.09);
  --shadow-lg: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.1);
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --radius-pill: 999px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 2rem;
  --space-8: 2.5rem;
  --space-9: 3rem;
  --section-inline: clamp(1rem, 4vw, 3rem);
  --section-space: clamp(4.5rem, 9vw, 6rem);
  --container: min(100% - 2rem, 72rem);
  --container-wide: min(100% - 2rem, 82rem);
  --fs-100: clamp(0.875rem, 1.8vw, 0.95rem);
  --fs-200: clamp(0.95rem, 2vw, 1rem);
  --fs-300: clamp(1rem, 2.4vw, 1.125rem);
  --fs-400: clamp(1.125rem, 3vw, 1.5rem);
  --fs-500: clamp(1.625rem, 6vw, 3rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  background: rgba(201, 151, 58, 0.22);
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  border: 0;
  background: none;
}

img,
picture,
video,
canvas {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

table {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

svg {
  flex-shrink: 0;
}

main {
  display: block;
}

section[id] {
  scroll-margin-top: 5.75rem;
}

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

.skip-link {
  position: absolute;
  inset-block-start: var(--space-4);
  inset-inline-start: var(--space-4);
  z-index: 300;
  padding: 0.875rem 1rem;
  border-radius: var(--radius-md);
  background: var(--charcoal);
  color: var(--white);
  text-decoration: none;
  transform: translateY(-220%);
  transition: transform 0.25s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(201, 151, 58, 0.55);
  outline-offset: 3px;
}

.btn-gold,
.btn-outline-white,
.fpill,
.pcta,
.fsub,
.c-btn,
.c-dot,
.hamburger,
.mnav-close,
#btt,
.site-nav a,
.footer-nav a,
.logo-wrap {
  min-block-size: 2.75rem;
}

.btn-gold,
.btn-outline-white,
.fpill,
.pcta,
.fsub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.btn-gold {
  position: relative;
  overflow: hidden;
  padding: 0.875rem 1.25rem;
  background: var(--gold);
  color: var(--charcoal);
  box-shadow: 0 0.25rem 1rem rgba(201, 151, 58, 0.18);
}

.btn-outline-white {
  padding: 0.875rem 1.25rem;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.fpill {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-pill);
  background: var(--gold-pale);
  color: var(--slate);
  font-size: var(--fs-100);
  font-weight: 600;
}

.fpill.on,
.fpill[aria-pressed="true"] {
  background: var(--gold);
  color: var(--charcoal);
  box-shadow: 0 0.25rem 0.75rem var(--gold-glow);
}

.pcta,
.fsub {
  width: 100%;
  padding: 0.95rem 1rem;
  background: var(--gold);
  color: var(--charcoal);
}

.ripple-spot {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  animation: ripple 0.65s ease-out forwards;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.container-wide {
  width: var(--container-wide);
  margin-inline: auto;
}

.section-heading {
  margin-bottom: clamp(2rem, 6vw, 3.5rem);
  text-align: center;
}

.section-heading.align-start {
  text-align: left;
}

.section-heading > .sec-copy {
  margin-top: 0.75rem;
}

.slabel-gold,
.slabel-dimmed {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slabel-gold {
  color: var(--gold);
}

.slabel-dimmed {
  color: rgba(201, 151, 58, 0.8);
}

.sec-title {
  font-size: clamp(1.7rem, 5vw, 3rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sec-title.light {
  color: var(--white);
}

.sec-title.dark {
  color: var(--charcoal);
}

.sec-copy {
  color: var(--text-muted);
  font-size: var(--fs-200);
  line-height: 1.7;
}

.blur-in {
  opacity: 0;
  filter: blur(1rem);
  transform: translate3d(0, 1rem, 0);
}

.blur-in.show {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease;
}

#header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: 0.875rem var(--section-inline);
  color: var(--white);
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.3s ease, color 0.35s ease;
}

#header.scrolled {
  padding-block: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--charcoal);
  box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}

.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
}

.logo-text,
.footer-logo-text {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.logo-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: currentColor;
}

#logo-icon {
  transition: transform 0.5s ease;
}

.site-nav {
  display: none;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.15rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 50%;
  inset-block-end: 0.3rem;
  height: 2px;
  background: var(--gold);
  transition: inset-inline 0.25s ease;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-phone {
  display: none;
  color: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.header-cta {
  display: none;
}

.hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3125rem;
  padding: 0.625rem;
  border-radius: var(--radius-md);
  color: inherit;
  cursor: pointer;
}

.hamburger span {
  display: block;
  inline-size: 1.5rem;
  block-size: 2px;
  border-radius: 999px;
  background: currentColor;
}

#mobile-nav[hidden] {
  display: none;
}

#mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 200;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
}

.mobile-nav__panel {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#mobile-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 2.75rem;
  font-size: clamp(1.25rem, 5vw, 1.75rem);
  font-weight: 700;
  text-decoration: none;
  color: var(--charcoal);
}

.mnav-close {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-inline-size: 2.75rem;
  border-radius: 999px;
  color: var(--charcoal);
  cursor: pointer;
}

.mnav-phone {
  color: var(--slate);
  font-size: var(--fs-200);
  font-weight: 600;
}

#hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--charcoal);
  padding: 6rem var(--section-inline) 3rem;
  isolation: isolate;
}

.pl {
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: transform;
}

.hero-bg-word {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  color: rgba(201, 151, 58, 0.04);
  font-size: clamp(2.25rem, 7vw, 6rem);
  font-weight: 900;
  letter-spacing: 0.25em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 42rem);
  text-align: center;
}

.hero-label {
  display: inline-block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  clip-path: inset(0 100% 0 0);
}

.hero-label.go {
  animation: curtainReveal 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.hero-h1 {
  margin: 0.875rem 0 1rem;
  color: var(--white);
  font-size: clamp(2rem, 7vw, 3.875rem);
  line-height: 1.08;
  font-weight: 800;
}

.hw {
  display: inline-block;
  opacity: 0;
  filter: blur(0.5rem);
}

.hw.go {
  animation: blurReveal 0.65s ease forwards;
}

.hero-sub {
  max-width: 32rem;
  margin-inline: auto;
  color: rgba(232, 236, 241, 0.88);
  font-size: var(--fs-200);
  line-height: 1.65;
  opacity: 0;
}

.hero-sub.go {
  animation: fadeSlideUp 0.6s ease 0.55s forwards;
}

.hero-btns {
  display: flex;
  margin-top: 1.5rem;
  flex-direction: column;
  gap: 0.875rem;
}

.hero-btns > * {
  inline-size: 100%;
  opacity: 0;
  transform: scale(0.92);
}

.hero-btns > *.go {
  animation: popIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.hero-badges {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-100);
  line-height: 1.5;
  opacity: 0;
}

.hero-badge.go {
  animation: fadeSlideLeft 0.5s ease forwards;
}

.medal-scene {
  display: none;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 4%;
  inline-size: clamp(8.5rem, 19vw, 12.5rem);
  aspect-ratio: 5 / 7;
  transform: translate3d(0, -50%, 0);
  perspective: 37.5rem;
  z-index: 2;
  opacity: 0;
}

.medal-scene.go {
  animation: medalDrop 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s forwards;
}

.medal-ribbon-wrap {
  display: flex;
  justify-content: center;
}

.medal-ribbon-bar {
  inline-size: clamp(2.25rem, 4vw, 3.25rem);
  block-size: 0.375rem;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #c9973a, #e8b84b, #c9973a);
}

.medal-ribbon-v {
  margin-inline: auto;
  inline-size: 0;
  border-inline: clamp(1rem, 2vw, 1.5rem) solid transparent;
  border-block-start: clamp(1.4rem, 3vw, 2rem) solid #c9973a;
}

.medal-body {
  position: relative;
  inline-size: 80%;
  aspect-ratio: 1;
  margin-inline: auto;
  transform-style: preserve-3d;
  cursor: pointer;
  animation: spinMedal 8s ease-in-out infinite;
  will-change: transform;
}

.medal-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 3px solid rgba(255, 230, 150, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 2.25rem rgba(201, 151, 58, 0.55), inset 0 0 1rem rgba(255, 255, 255, 0.18);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.medal-img-face:nth-child(1) {
  transform: rotateY(0deg) translateZ(clamp(2.95rem, 5.4vw, 4.95rem));
}

.medal-img-face:nth-child(2) {
  transform: rotateY(90deg) translateZ(clamp(2.95rem, 5.4vw, 4.95rem));
}

.medal-img-face:nth-child(3) {
  transform: rotateY(180deg) translateZ(clamp(2.95rem, 5.4vw, 4.95rem));
}

.medal-img-face:nth-child(4) {
  transform: rotateY(270deg) translateZ(clamp(2.95rem, 5.4vw, 4.95rem));
}

.medal-face picture,
.medal-face img,
.theme-hero-wrap picture,
.theme-hero-wrap img {
  inline-size: 100%;
  block-size: 100%;
}

.medal-face img,
.theme-hero-wrap img,
.pimg img {
  object-fit: cover;
  object-position: center top;
}

.bounce-chevron {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-end: 1.25rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.55);
  transform: translateX(-50%);
  animation: bounceArrow 2.2s ease infinite;
}

#theme-hero,
#how-we-work,
#contacts {
  background: var(--cream);
}

#theme-hero,
#about,
#categories,
#products,
#how-we-work,
#why-us,
#form-section,
#contacts {
  padding-block: var(--section-space);
}

#theme-hero,
#about,
#products,
#how-we-work,
#why-us,
#form-section,
#contacts {
  padding-inline: var(--section-inline);
}

.theme-hero-inner {
  width: var(--container);
  margin-inline: auto;
  text-align: center;
}

.theme-hero-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.theme-hero-wrap {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--white);
}

#about,
#why-us {
  position: relative;
  overflow: hidden;
  background: var(--charcoal);
}

#about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(201, 151, 58, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.stats-row {
  position: relative;
  z-index: 1;
  display: flex;
  width: var(--container-wide);
  margin-inline: auto;
  flex-direction: column;
  gap: 1rem;
}

.stat-block {
  flex: 1;
  padding: 1.75rem 1rem;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.stat-block.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stat-divider {
  display: none;
}

.stat-num {
  display: block;
  margin-bottom: 0.625rem;
  color: var(--gold);
  font-size: clamp(3rem, 10vw, 5.75rem);
  font-weight: 900;
  line-height: 1;
}

.stat-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.stat-desc {
  max-width: 11rem;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--fs-100);
  line-height: 1.6;
}

#categories {
  overflow: hidden;
  background: var(--cream);
  padding-inline: 0;
  padding-block-end: calc(var(--section-space) - 1.25rem);
}

.categories-header {
  width: var(--container);
  margin-inline: auto;
  margin-bottom: 2rem;
}

.carousel-wrap {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.75rem var(--section-inline) 2rem;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--section-inline);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.cat-card {
  display: flex;
  min-height: 23rem;
  flex: 0 0 clamp(16.5rem, 82vw, 24rem);
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  background: rgba(254, 249, 237, 0.92);
  box-shadow: 0 0.375rem 1.75rem rgba(0, 0, 0, 0.07);
  scroll-snap-align: start;
  opacity: 0;
  transform: translate3d(1.5rem, 0, 0);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
}

.cat-card.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cat-ill {
  inline-size: 5.625rem;
  block-size: 4.375rem;
  margin-bottom: 0.875rem;
}

.cat-name {
  margin-bottom: 0.625rem;
  color: var(--charcoal);
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 700;
}

.cat-list {
  display: grid;
  gap: 0.375rem;
  flex: 1;
  padding: 0;
  list-style: none;
}

.cat-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--slate);
  font-size: var(--fs-100);
  line-height: 1.5;
}

.cat-list li::before {
  content: "";
  flex-shrink: 0;
  inline-size: 0.375rem;
  block-size: 0.375rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
}

.cat-more {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  min-block-size: 2.75rem;
  margin-top: 1rem;
  color: var(--gold);
  font-size: var(--fs-200);
  font-weight: 700;
  text-decoration: none;
}

.c-btn {
  position: absolute;
  inset-block-start: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 2.875rem;
  block-size: 2.875rem;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 0.25rem 1rem var(--gold-glow);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.3s ease, transform 0.2s ease;
  z-index: 1;
}

.c-btn.prev {
  inset-inline-start: 0.5rem;
}

.c-btn.next {
  inset-inline-end: 0.5rem;
}

.c-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-inline: var(--section-inline);
}

.c-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 2.75rem;
  block-size: 2.75rem;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.c-dot::before {
  content: "";
  inline-size: 0.75rem;
  block-size: 0.75rem;
  border-radius: 50%;
  background: rgba(201, 151, 58, 0.3);
  transition: transform 0.3s ease, background 0.3s ease;
}

.c-dot.on::before {
  transform: scale(1.25);
  background: var(--gold);
}

#products {
  background: var(--white);
}

.products-header,
.filter-bar,
.masonry {
  width: var(--container-wide);
  margin-inline: auto;
}

.products-header {
  text-align: center;
  margin-bottom: 2rem;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.masonry {
  display: grid;
  gap: 1.375rem;
  grid-template-columns: 1fr;
}

.pcard {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pcard::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold-light) 50%, transparent 100%);
  transform: translate3d(-150%, 0, 0);
  z-index: 2;
}

.pcard[data-hidden="true"] {
  display: none;
}

.pimg {
  position: relative;
  overflow: hidden;
  background: var(--gold-pale);
  aspect-ratio: 16 / 10;
}

.pimg img {
  inline-size: 100%;
  block-size: 100%;
}

.art-badge {
  position: absolute;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 2;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: var(--gold);
  color: var(--charcoal);
  font-family: "Courier New", monospace;
  font-size: 0.625rem;
  font-weight: 700;
}

.sdot {
  position: absolute;
  inset-block-start: 0.875rem;
  inset-inline-end: 0.875rem;
  z-index: 2;
  inline-size: 0.625rem;
  block-size: 0.625rem;
  border-radius: 50%;
}

.sdot.green {
  background: #48bb78;
  box-shadow: 0 0 0.375rem rgba(72, 187, 120, 0.5);
}

.sdot.gold {
  background: var(--gold);
  box-shadow: 0 0 0.375rem var(--gold-glow);
}

.pcontent {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
}

.pname {
  color: var(--charcoal);
  font-size: var(--fs-200);
  font-weight: 700;
  line-height: 1.4;
}

.ptag {
  display: inline-flex;
  width: fit-content;
  padding: 0.25rem 0.625rem;
  border-radius: var(--radius-pill);
  background: var(--gold-pale);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
}

.pdesc {
  color: var(--text-muted);
  font-size: var(--fs-100);
  line-height: 1.6;
}

.pcta-wrap {
  margin-top: auto;
  padding: 0 1rem 1rem;
}

#how-we-work {
  background: var(--cream);
}

.arc-wrap {
  display: flex;
  width: var(--container-wide);
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.arc-svg {
  display: none;
}

.arc-path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.5;
  stroke-dasharray: 10 8;
  stroke-dashoffset: 1200;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.arc-path.draw {
  stroke-dashoffset: 0;
}

.snode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 3rem;
  block-size: 3rem;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 800;
  box-shadow: 0 0.25rem 1.25rem var(--gold-glow);
}

.scontent {
  width: min(100%, 22rem);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
}

.slabel {
  margin-bottom: 0.25rem;
  color: var(--gold);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stitle {
  margin-bottom: 0.25rem;
  color: var(--charcoal);
  font-size: var(--fs-200);
  font-weight: 700;
}

.sdesc {
  color: var(--text-muted);
  font-size: var(--fs-100);
  line-height: 1.5;
}

.why-grid {
  display: grid;
  width: var(--container);
  margin-inline: auto;
  gap: 1rem;
}

.why-tile {
  padding: clamp(1.25rem, 4vw, 2.25rem);
  border: 1px solid rgba(201, 151, 58, 0.18);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.055);
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition: border-color 0.3s ease, background 0.3s ease, opacity 0.5s ease, transform 0.5s ease;
}

.why-tile.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.w-icon {
  inline-size: 3.125rem;
  block-size: 3.125rem;
  margin-bottom: 1rem;
  color: var(--gold);
  transition: transform 0.3s ease;
}

.w-title {
  margin-bottom: 0.5rem;
  color: var(--white);
  font-size: var(--fs-300);
  font-weight: 700;
}

.w-desc {
  color: rgba(225, 231, 238, 0.85);
  font-size: var(--fs-100);
  line-height: 1.65;
}

#form-section {
  position: relative;
  overflow: hidden;
  background: var(--gold-pale);
}

.form-bg-mark {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: -4rem;
  opacity: 0.06;
  pointer-events: none;
  transform: translateY(-50%);
}

.form-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--container-wide);
  margin-inline: auto;
  gap: 2rem;
  align-items: start;
}

.form-copy {
  max-width: 34rem;
}

.form-checklist {
  display: grid;
  gap: 0.875rem;
  margin-top: 1.75rem;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: var(--slate);
  font-size: var(--fs-100);
  line-height: 1.6;
}

.form-card {
  padding: clamp(1.5rem, 5vw, 2.75rem);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.form-card.show {
  opacity: 1;
  transform: scale(1);
}

.fgroup {
  position: relative;
  margin-bottom: 1.25rem;
}

.finput {
  width: 100%;
  padding: 1.125rem 0.875rem 0.625rem;
  border: 1px solid #d0d8e3;
  border-radius: 0.875rem;
  background: transparent;
  appearance: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
}

.finput:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 151, 58, 0.13);
}

.finput.err,
.finput[aria-invalid="true"] {
  border-color: #ef4444;
  animation: shake 0.35s ease;
}

.flabel {
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-start: 0.875rem;
  color: var(--text-muted);
  font-size: var(--fs-200);
  pointer-events: none;
  transition: inset-block-start 0.2s ease, font-size 0.2s ease, color 0.2s ease, font-weight 0.2s ease;
}

.finput:focus + .flabel,
.finput:not(:placeholder-shown) + .flabel {
  inset-block-start: 0.35rem;
  color: var(--gold);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.ftarea {
  min-height: 7rem;
  resize: vertical;
}

.fsub {
  position: relative;
  overflow: hidden;
}

.fsub[disabled] {
  cursor: wait;
  opacity: 0.8;
}

.fspin {
  display: none;
  inline-size: 1.375rem;
  block-size: 1.375rem;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--charcoal);
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

.form-error {
  margin-bottom: 1rem;
  color: var(--danger);
  font-size: var(--fs-100);
  line-height: 1.5;
}

.form-error[hidden],
.form-ok[hidden] {
  display: none;
}

.form-ok {
  padding: 2rem 1rem;
  text-align: center;
}

.form-ok p {
  margin-top: 0.875rem;
  color: var(--gold);
  font-size: var(--fs-400);
  font-weight: 700;
}

.form-ok small {
  display: block;
  margin-top: 0.375rem;
  color: var(--text-muted);
  font-size: var(--fs-100);
}

#contacts {
  background: var(--white);
}

.contacts-inner {
  width: var(--container-wide);
  margin-inline: auto;
}

.contacts-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.contact-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.875rem;
}

.contact-brand__name {
  color: var(--charcoal);
  font-size: clamp(1.25rem, 4vw, 1.375rem);
  font-weight: 800;
  line-height: 1.1;
}

.contact-brand__copy {
  color: var(--text-muted);
  font-size: var(--fs-100);
}

.cinfo {
  display: grid;
  gap: 1rem;
}

.citem {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.citem-text {
  display: grid;
  gap: 0.15rem;
}

.citem-text strong,
.citem-text a {
  color: var(--charcoal);
  font-size: var(--fs-200);
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.citem-text span {
  color: var(--text-muted);
  font-size: var(--fs-100);
  line-height: 1.5;
}

.map-card {
  overflow: hidden;
  min-height: 20rem;
  border-radius: var(--radius-xl);
  background: var(--cream);
  box-shadow: var(--shadow-md);
}

.map-frame {
  display: block;
  width: 100%;
  min-height: 20rem;
  height: clamp(20rem, 55vw, 26rem);
  border: 0;
}

footer {
  padding: 2.5rem var(--section-inline);
  border-top: 2px solid var(--gold);
  background: var(--charcoal);
}

.footer-top,
.footer-bottom {
  display: flex;
  width: var(--container-wide);
  margin-inline: auto;
  flex-direction: column;
  gap: 1rem;
}

.footer-top {
  margin-bottom: 1.75rem;
}

.footer-logo-text {
  color: var(--white);
  font-size: 1.125rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.footer-nav a,
.footer-bottom a,
.footer-contact a,
.citem-text a {
  display: inline-flex;
  align-items: center;
  min-block-size: 2.75rem;
}

.footer-nav a,
.footer-bottom a,
.footer-bottom span,
.footer-contact a:last-child {
  color: #a7b2bf;
  text-decoration: none;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-contact a:first-child {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
}

.footer-bottom span,
.footer-bottom a {
  font-size: var(--fs-100);
  line-height: 1.5;
}

#btt {
  position: fixed;
  inset-inline-end: clamp(1rem, 4vw, 2rem);
  inset-block-end: clamp(1rem, 4vw, 2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 3rem;
  block-size: 3rem;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 0.25rem 1rem var(--gold-glow);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 1.25rem, 0) scale(0.88);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 50;
}

#btt.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .btn-gold:hover,
  .fsub:hover,
  .pcta:hover,
  .c-btn:hover {
    transform: translate3d(0, -2px, 0);
  }

  .btn-gold:hover,
  .fsub:hover,
  .pcta:hover {
    background: var(--gold-light);
    box-shadow: 0 0.5rem 1.5rem var(--gold-glow);
  }

  .btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--white);
  }

  .site-nav a:hover::after {
    inset-inline: 0;
  }

  .site-nav a:hover,
  .footer-nav a:hover,
  .footer-bottom a:hover,
  .cat-more:hover {
    color: var(--gold);
  }

  .cat-card:hover {
    transform: translate3d(0, -0.3rem, 0);
    box-shadow: 0 0.875rem 2.75rem rgba(201, 151, 58, 0.18);
  }

  .pcard:hover {
    border-color: var(--gold);
    box-shadow: 0 0.5rem 2rem rgba(201, 151, 58, 0.18);
  }

  .pcard:hover::before {
    animation: goldShimmer 0.65s ease forwards;
  }

  .why-tile:hover {
    border-color: var(--gold);
    background: rgba(201, 151, 58, 0.09);
  }

  .why-tile:hover .w-icon {
    transform: scale(1.1);
  }

  .medal-scene:hover .medal-body {
    animation-play-state: paused;
  }
}

@media (min-width: 481px) {
  .hero-btns {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-btns > * {
    inline-size: auto;
  }

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

  .theme-hero-grid,
  .masonry,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) {
  #header {
    gap: 1.5rem;
    padding-block: 1.125rem;
  }

  .site-nav {
    display: flex;
    gap: 1.25rem;
  }

  .header-phone,
  .header-cta {
    display: inline-flex;
  }

  .hamburger {
    display: none;
  }

  #hero {
    padding-block: 7rem 3.5rem;
  }

  .hero-badges {
    grid-template-columns: repeat(3, minmax(0, max-content));
    justify-content: center;
    gap: 1.375rem;
  }

  .medal-scene {
    display: block;
  }

  .stats-row {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }

  .stat-divider {
    display: block;
    flex-shrink: 0;
    inline-size: 1px;
    margin-block: 1.25rem;
    background: linear-gradient(to bottom, transparent 0%, var(--gold) 30%, var(--gold) 70%, transparent 100%);
  }

  .masonry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .arc-wrap {
    position: relative;
    display: block;
    min-height: 25rem;
  }

  .arc-svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .snode,
  .scontent {
    position: absolute;
    margin: 0;
  }

  .snode {
    inset-inline-start: var(--node-x);
    inset-block-start: var(--node-y);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .snode.show {
    transform: translate(-50%, -50%) scale(1);
  }

  .scontent {
    inset-inline-start: var(--content-left);
    inset-block-start: var(--content-top);
    width: 13.125rem;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
  }

  .scontent.show {
    opacity: 1;
    transform: scale(1);
  }

  .why-grid {
    gap: 1.375rem;
  }

  .form-grid {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 4rem;
    align-items: center;
  }

  .contacts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
    align-items: start;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer-contact {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  #header {
    padding-inline: clamp(2rem, 5vw, 3rem);
  }

  .hero-content {
    max-width: 44rem;
  }

  .carousel-track {
    gap: 1.375rem;
  }

  .masonry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  :root {
    --container: min(100% - 4rem, 76rem);
    --container-wide: min(100% - 4rem, 88rem);
  }

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

  .medal-scene {
    inset-inline-end: 7%;
  }
}

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

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

  .pl {
    will-change: auto;
  }
}

@keyframes spinMedal {
  0% { transform: rotateY(0deg); }
  40% { transform: rotateY(180deg); }
  60% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

@keyframes blurReveal {
  from { opacity: 0; filter: blur(0.75rem); }
  to { opacity: 1; filter: blur(0); }
}

@keyframes curtainReveal {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

@keyframes goldShimmer {
  0% { transform: translate3d(-100%, 0, 0); }
  100% { transform: translate3d(300%, 0, 0); }
}

@keyframes medalDrop {
  from { opacity: 0; transform: translate3d(0, calc(-50% - 5rem), 0) rotateX(90deg); }
  to { opacity: 1; transform: translate3d(0, -50%, 0) rotateX(0deg); }
}

@keyframes popIn {
  0% { transform: scale(0); opacity: 0; }
  70% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes fadeSlideUp {
  from { opacity: 0; transform: translate3d(0, 2rem, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fadeSlideLeft {
  from { opacity: 0; transform: translate3d(-1.5rem, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes bounceArrow {
  0%, 100% { transform: translate3d(-50%, 0, 0); }
  50% { transform: translate3d(-50%, 0.5rem, 0); }
}

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

@keyframes logospin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes checkDraw {
  from { stroke-dashoffset: 60; }
  to { stroke-dashoffset: 0; }
}

@keyframes ripple {
  0% { transform: scale(0); opacity: 0.6; }
  100% { transform: scale(4); opacity: 0; }
}

@keyframes shake {
  0%, 100% { transform: translate3d(0, 0, 0); }
  20% { transform: translate3d(-0.5rem, 0, 0); }
  40% { transform: translate3d(0.5rem, 0, 0); }
  60% { transform: translate3d(-0.3rem, 0, 0); }
  80% { transform: translate3d(0.3rem, 0, 0); }
}
