:root {
  --black: #050505;
  --black-soft: #0a0a0a;
  --gold: #c9a84c;
  --gold-deep: #a9783e;
  --white: #ffffff;
  --muted: rgba(255,255,255,.75);
  --muted-soft: rgba(255,255,255,.56);
  --line: rgba(201,168,76,.26);
  --container: 1120px;
  --gutter: clamp(1.25rem,4vw,4rem);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

main { overflow: hidden; }

.container {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gutter) * 2), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.section-bg {
  background-color: var(--black);
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2 {
  margin-bottom: clamp(1.25rem,3vw,2rem);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  max-width: 1024px;
  font-size: clamp(4rem,7vw,7.4rem);
  line-height: .95;
  letter-spacing: -.04em;
}

h2 { font-size: clamp(2.55rem,5.2vw,4rem); }

h3 {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1rem,1.35vw,1.35rem);
  font-weight: 500;
  line-height: 1.2;
}

.copy { max-width: 31rem; }

.copy > p:not(.eyebrow),
.lead {
  color: var(--muted);
  font-size: clamp(1rem,1.2vw,2.16rem);
  line-height: 1.85;
  margin-bottom: 60px;
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.copy h2::after,
.section-heading h2::after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 1px;
  margin-top: clamp(1.2rem,2.6vw,2rem);
  background: var(--gold);
  opacity: .72;
}

.section-heading {
  max-width: 56rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: clamp(4rem,8vw,7rem);
}

.section-heading h2::after {
  margin-inline: auto;
}

.button {
  display: inline-flex;
  min-height: 3.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 1rem 1.7rem;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.button-primary {
  background: linear-gradient(135deg,var(--gold) 0%,var(--gold-deep) 100%);
  color: #11100c;
}

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

.button:focus-visible,
input:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

/* HERO */
.hero {
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    radial-gradient(circle at 78% 16%, rgba(201,168,76,.12), transparent 22rem),
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.34) 47%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.28));
}

.hero-frame {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  padding-block: clamp(4rem,8vh,7rem);
}

.logo-link {
  display: inline-flex;
}

.hero-logo-position {
  justify-self: end;
  align-self: start;
  margin: 0;
  transform: translateY(20px);
}

.logo {
  width: clamp(10rem,12vw,12rem);
  height: auto;
}

.hero-copy {
  max-width: 1024px;
  align-self: end;
  padding-bottom: 90px;
}

.title-word { display: inline-block; }

/* MAURO */
.two-col,
.form-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  align-items: center;
  gap: clamp(2rem,7vw,7rem);
}

.mauro {
  display: grid;
  align-items: center;
}

.mauro-grid {
  min-height: 100vh;
  width: 100%;
  grid-template-columns: minmax(0,.95fr) minmax(38rem,1.05fr);
}

.mauro .copy {
  max-width: 37rem;
  justify-self: end;
  padding: 80px 80px 0;
  background: rgba(0,0,0,.9);
}

.signature-wrap {
  margin: clamp(1.8rem,4vw,3rem) 0;
}

.signature-image {
  width: 320px;
  max-width: 100%;
  height: auto;
  opacity: .95;
  mix-blend-mode: plus-lighter;
}

/* PRODUCTS */
.products-showcase {
  min-height: auto;
  padding: clamp(7rem,12vw,12rem) 0;
  background:
    radial-gradient(ellipse at 50% 68%, rgba(201,168,76,.16) 0%, rgba(201,168,76,.08) 22%, rgba(80,52,24,.10) 42%, transparent 68%),
    linear-gradient(180deg,#050505 0%,#080706 42%,#070606 100%);
}

.products-showcase::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 180px;
  background: linear-gradient(180deg, rgba(5,5,5,0) 0%, rgba(5,5,5,.25) 20%, rgba(5,5,5,.65) 60%, rgba(5,5,5,1) 100%);
  pointer-events: none;
  z-index: 1;
}

/*.product-carousel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(2rem,5vw,5rem);
  align-items: start;
  min-height: 26rem;
  margin-top: clamp(4rem,8vw,7rem);
  overflow: hidden;
}

.product-card {
  display: none;
  grid-row: 1;
  width: 100%;
  text-align: center;
  border-radius: 16px;
}

.product-card.active {
  display: block;
  animation: productFadeUp .9s ease both;
}

.product-card img {
  width: min(100%,320px);
  height: 430px;
  object-fit: cover;
  margin-inline: auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  filter: drop-shadow(0 28px 38px rgba(0,0,0,.55));
}

.product-card h3 {
  min-height: 125px;
  margin-top: 1.75rem;
  padding: 0 20px;
  font-size: clamp(1.35rem,2vw,1.6rem);
  text-align: left;
}

@keyframes productFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}*/

.product-carousel {
  position: relative;
  display: flex;
  gap: clamp(1.5rem,3vw,2.5rem);
  margin-top: clamp(4rem,8vw,7rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

.product-card {
  flex: 0 0 calc((100% - 5rem) / 3);
  scroll-snap-align: start;
  text-align: center;
  border-radius: 16px;
}

.product-card img {
  width: min(100%,320px);
  height: 430px;
  object-fit: cover;
  margin-inline: auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  filter: drop-shadow(0 28px 38px rgba(0,0,0,.55));
}

.product-card h3 {
  min-height: 125px;
  margin-top: 1.75rem;
  padding: 0 20px;
  font-size: clamp(1.35rem,2vw,1.6rem);
  text-align: left;
}

.product-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 24px;
  margin-top: 2.5rem;
  position: relative;
  z-index: 5;
}

.product-dot {
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: width .25s ease, background-color .25s ease, opacity .25s ease;
}

.product-dot.is-active {
  width: 54px;
  background: var(--gold);
}

@media (max-width: 980px) {
  .product-card {
    flex-basis: calc((100% - 2rem) / 2);
  }
}

@media (max-width: 680px) {
  .product-card {
    flex-basis: 100%;
  }

  .product-dots {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

/* VIDEO PROMO */
.video-promo {
  padding: 0 20px 100px;
  text-align: center;
}

.video-promo p.eyebrow {
  margin: 0 auto 1.1rem;
}

.video-promo h2 {
  margin-bottom: 20px;
}

.video-promo p.desc {
  max-width: 720px;
  margin: 50px auto 60px;
  opacity: .8;
  font-size: 24px;
  line-height: 1.6;
}

.video-cover {
  max-width: 720px;
  margin: 0 auto;
}

.video-cover img {
  height: auto;
  aspect-ratio: 16 / 9;
}

/* PERSONALIZATION */
.personalization {
  display: grid;
  align-items: center;
  background-position: center;
}

.personalization-overlay {
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.88) 28%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.15) 62%, rgba(0,0,0,0) 100%);
}

.personalization .two-col {
  min-height: 100vh;
}

.personalization h2 {
  max-width: 10ch;
}

/* VIDEO TESTIMONIALS */
.video-testimonials {
  min-height: auto;
  padding: clamp(7rem,12vw,12rem) 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(201,168,76,.12) 0%, rgba(201,168,76,.05) 30%, transparent 70%),
    #050505;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(2rem,5vw,5rem);
  margin-top: clamp(4rem,8vw,7rem);
}

.video-card {
  text-align: center;
}

.video-trigger {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.video-trigger img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 16px;
  transition: transform .4s ease, filter .4s ease;
}

.video-trigger:hover img {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  padding-left: 4px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 34px;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: all .35s ease;
}

.play-button svg {
	max-width: 70%;
}

.play-button svg,
.play-button svg path,
.play-button svg polygon {
  fill: #ffffff;
}

.video-trigger:hover .play-button {
  background: rgba(0,0,0,.4);
}

.video-card h3 {
  margin-top: 1.5rem;
  margin-bottom: .35rem;
}

.video-role,
.video-card p {
  color: var(--gold);
  font-size: .95rem;
  margin: 0 0 .9rem;
}

.video-card blockquote {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-style: italic;
  font-size: .95rem;
  line-height: 1.6;
}

/* PROCESS */
.process {
  display: grid;
  align-items: center;
  min-height: 90vh;
  background-position: center;
}

.process-overlay {
  background:
    radial-gradient(circle at 88% 73%, rgba(201,168,76,.1), transparent 19rem),
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.34) 55%, rgba(0,0,0,.28)),
    linear-gradient(180deg, rgba(0,0,0,.36), rgba(0,0,0,.45));
}

.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  max-width: 70rem;
  min-height: 23vh;
  margin: 0 auto 13rem;
  padding: clamp(6rem,10vw,7rem) 2rem clamp(6rem,10vw,7rem) 4rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(86,80,80,.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.step {
  min-height: 15rem;
  padding: 0 clamp(1.4rem,3.4vw,3rem);
  border-left: 1px solid var(--line);
}

.step:first-child {
  border-left: 0;
}

.step span {
  display: block;
  margin-bottom: 1.8rem;
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: clamp(3.1rem,5vw,5.2rem);
  line-height: .9;
}

.step h3 {
  min-height: 3.3rem;
  margin-bottom: .85rem;
}

.step p,
.privacy {
  color: var(--muted-soft);
  font-size: .82rem;
  line-height: 1.65;
}

/* FINAL FORM */
.final {
  display: grid;
  align-items: center;
  min-height: 84vh;
  padding-block: clamp(5rem,10vw,9rem);
  border-top: 1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 0% 93%, rgba(201,168,76,.13), transparent 18rem),
    linear-gradient(180deg,#080808 0%,var(--black) 100%);
}

.form-grid {
  grid-template-columns: minmax(18rem,.82fr) minmax(22rem,1.18fr);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}

label {
  display: grid;
  gap: .45rem;
}

label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

input,
textarea {
  width: 100%;
  min-height: 3.6rem;
  border: 1px solid rgba(201,168,76,.26);
  border-radius: 9px;
  background: rgba(5,5,5,.58);
  color: var(--white);
  padding: .95rem 1rem;
  transition: border-color .18s ease, background-color .18s ease;
}

textarea {
  min-height: 12.4rem;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255,255,255,.5);
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: rgba(201,168,76,.64);
  background: rgba(5,5,5,.78);
}

.button-wide {
  width: 100%;
  min-height: 4rem;
}

.privacy {
  margin: 0;
  text-align: center;
}

.privacy a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: .2em;
}

/* FOOTER */
.footer {
  border-top: 1px solid rgba(255,255,255,.07);
  background: var(--black);
}

.footer-inner {
  display: flex;
  min-height: 8rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 2rem;
}

.footer img {
  width: 5.8rem;
  height: auto;
  opacity: .82;
}

.footer p {
  margin: 0;
  color: var(--muted-soft);
  font-size: .78rem;
}

/* MODAL VIDEO */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.video-modal.open {
  opacity: 1;
  visibility: visible;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(8px);
}

.video-modal-content {
  position: relative;
  z-index: 2;
  width: min(90vw,500px);
}

.video-modal video {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.video-modal-close {
  position: absolute;
  top: 0;
  right: 20px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 42px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (min-width: 1500px) {
  :root { --container: 1240px; }
}

@media (max-width: 1280px) {
  .mauro {
    display: block;
    min-height: auto;
    background-size: 130% auto;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 68vw;
  }

  .mauro-grid {
    display: block;
    width: 100%;
    min-height: auto;
  }

  .mauro .visual-spacer {
    display: none;
  }

  .mauro .copy {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 60px var(--gutter);
    background: rgba(0,0,0,.94);
  }
}

@media (max-width: 980px) {
  .two-col,
  .mauro-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .visual-spacer {
    display: none;
  }

  .hero {
    min-height: 100svh;
    background-position: 62% center;
  }

  .hero-frame {
    min-height: 100svh;
    padding-bottom: 5rem;
    grid-template-rows: auto 1fr;
  }

  .hero-logo-position {
    justify-self: start;
    margin: 0;
    transform: none;
  }

  .hero-copy {
    align-self: end;
    max-width: 100%;
    padding-bottom: 30px;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(3.2rem,9vw,5rem);
    line-height: .96;
  }

  .lead,
  .copy > p:not(.eyebrow) {
    margin-bottom: 2rem;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 85% 25%, rgba(201,168,76,.10) 0%, rgba(201,168,76,.04) 20%, transparent 45%),
      linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.30) 45%, rgba(0,0,0,.08) 100%),
      linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.35) 100%);
  }

  .personalization {
    min-height: 48rem;
    background-position: 63% center;
  }

  .personalization .two-col {
    align-items: start;
    min-height: 48rem;
    padding-top: 4rem;
  }

  .process {
    min-height: auto;
    padding-block: 6rem;
    background-position: 72% center;
  }

  .steps {
    max-width: 38rem;
    grid-template-columns: 1fr;
  }

  .step,
  .step:first-child {
    min-height: auto;
    padding: 2rem 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .step:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .step h3 {
    min-height: 0;
  }

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

@media (max-width: 680px) {
  :root { --gutter: 3.25rem; }

  body { font-size: 15px; }

  .section { min-height: auto; }

  .hero {
    min-height: 100svh;
    background-position: 62% top;
  }

  .hero-frame {
    min-height: 100svh;
    padding: 1.5rem 0 5rem;
  }

  .logo {
    width: 6.5rem;
    margin: 25px 0 30px;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(2.75rem,13vw,4rem);
    line-height: .98;
  }

  h2 {
    font-size: clamp(2.25rem,10vw,3.35rem);
  }

  .lead {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
  }

  .button {
    width: 100%;
    min-height: 3.55rem;
    padding-inline: 1.1rem;
  }
  
  .mauro {
    padding-top: 85vw;
  }

  .mauro .copy {
    padding: 3.5rem var(--gutter);
  }

  .signature-image {
    width: 240px;
  }
  
  .products-showcase {
    padding-top: 0;
	  padding-bottom: 30px;
  }

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

  .section-heading h2 {
    margin-bottom: 3rem;
  }

  .section-heading h2::after {
    margin-inline: 0;
  }

  .product-carousel {
    grid-template-columns: 1fr;
    min-height: 22rem;
  }

  .product-card img {
    width: 100%;
    height: 420px;
  }

  .video-promo p.desc {
    font-size: 1rem;
    margin: 2rem auto 2.5rem;
  }

  .personalization {
    min-height: 44rem;
    background-position: 57% bottom;
  }

  .personalization .two-col {
    min-height: 44rem;
    padding-top: 3rem;
  }

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

  .process {
    padding-top: 0;
  }

  .steps {
    margin-bottom: 0;
    padding: 1rem 1.5rem;
  }

  .step h3 {
    font-size: 2rem;
  }

  .step p {
    font-size: 1rem;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .final {
    padding-block: 4.5rem;
  }

  .process .container,
  .final .container,
  .footer .container {
    width: calc(100% - (var(--gutter) * 2));
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-video-bg {
    transform: none !important;
  }
}



.hero-cta-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.hero-cta-hand {
  position: absolute;
  top: -3.4rem;
  left: 50%;
  z-index: 3;
  font-size: 2.6rem;
  line-height: 1;
  transform: translateX(-50%);
  animation: heroHandBounce 1s ease-in-out infinite;
  pointer-events: none;
}

.hero-cta-button {
  position: relative;
  z-index: 2;
}

.hero-cta-marquee {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  width: 300px;
  margin-top: 36px;
  overflow: hidden;
  color: rgba(255,255,255,.82);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.hero-cta-marquee span {
  display: inline-block;
  padding-right: 2.5rem;
  animation: heroMarquee 8s linear infinite;
}

@keyframes heroHandBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-12px);
  }
}

@keyframes heroMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 680px) {
  .hero-cta-wrap {
    width: 100%;
  }

  .hero-cta-button {
    width: 100%;
  }

  .hero-cta-hand {
    top: -3rem;
    font-size: 2.3rem;
  }

  .hero-cta-marquee {
    width: 95%;
    font-size: .7rem;
  }
}



.scroll-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: #050505;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scroll-top-bg {
  fill: none;
  stroke: rgba(255,255,255,.12);
  stroke-width: 7;
}

.scroll-top-progress {
  fill: none;
  stroke: var(--gold);
  stroke-width: 7;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 276.46;
  stroke-dashoffset: 276.46;
}

.scroll-top span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top span svg {
  position: static;
  width: 28px;
  height: 28px;
  fill: white;
}

@media (max-width: 680px) {
  .scroll-top {
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }

  .scroll-top span svg {
    width: 24px;
    height: 24px;
  }
}




@media (pointer: fine) {
  body {
    cursor: none;
  }

  a,
  button,
  .video-trigger {
    cursor: none;
  }

  .wc-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    color: var(--gold);
    mix-blend-mode: normal;
    transition: opacity .25s ease, color .25s ease, mix-blend-mode .25s ease;
    will-change: transform;
  }

  .wc-cursor::before {
    content: "";
    position: absolute;
    top: -48px;
    left: -48px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: currentColor;
    opacity: .22;
    transform: scale(.25);
    transition: transform .28s ease, opacity .28s ease, background .28s ease;
  }

  .wc-cursor.is-visible {
    opacity: 1;
  }

  .wc-cursor.black {
    color: #ffffff;
  }

  .wc-cursor.black::before {
    background: #1c1c1c;
    opacity: .35;
  }

  .wc-cursor.gold {
    color: var(--gold);
  }

  .wc-cursor.white {
    color: #ffffff;
  }

  .wc-cursor.exclusion_black {
    mix-blend-mode: exclusion;
    color: #ffffff;
  }
  
.wc-cursor.gold-full {
  color: var(--gold);
  mix-blend-mode: normal;
}

.wc-cursor.gold-full::before {
  background: var(--gold);
  opacity: 1;
}

.wc-cursor.gold-full .wc-cursor-text {
  color: #11100c;
}

  .wc-cursor.sm::before { transform: scale(.6); }
  .wc-cursor.md::before { transform: scale(1); }
  .wc-cursor.lg::before { transform: scale(1.45); }
  .wc-cursor.xl::before { transform: scale(2); }
  .wc-cursor.xxl::before { transform: scale(2.6); }

  .wc-cursor-text {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .25s ease, transform .25s ease;
  }

  .wc-cursor.text .wc-cursor-text {
    opacity: 1;
    transform: scale(1);
  }
}

@media (pointer: coarse) {
  .wc-cursor {
    display: none;
  }
}


.form-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  min-height: 1.4em;
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.form-status.success { color: #c9a84c; }
.form-status.error { color: #ff8a8a; }

.contact-form .is-invalid {
  border-color: #ff8a8a !important;
  box-shadow: 0 0 0 1px rgba(255, 138, 138, .55) !important;
}




.privacy-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:.3s;
}

.privacy-modal.open{
  opacity:1;
  visibility:visible;
}

.privacy-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.75);
  backdrop-filter:blur(8px);
}

.privacy-modal-content{
  position:relative;
  z-index:2;
  width:min(90vw,700px);
  max-height:80vh;
  overflow:auto;
  padding:40px;
  border-radius:16px;
  background:#111;
  border:1px solid rgba(201,168,76,.3);
}

.privacy-modal-content h3{
  margin-top:0;
}

.privacy-modal-close{
  position:absolute;
  top:10px;
  right:20px;
  border:0;
  background:none;
  color:#fff;
  font-size:40px;
  cursor:pointer;
}