:root {
  --black: #0d0704;
  --black-soft: #17100b;
  --brown: #3a2418;
  --brown-soft: #6f4c2f;
  --gold: #d7a33f;
  --gold-soft: #f4d894;
  --white: #fffaf0;
  --muted: #d2c2ad;
  --line: rgba(255, 250, 240, 0.16);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 12%, rgba(215, 163, 63, 0.18), transparent 26rem),
    radial-gradient(circle at 82% 28%, rgba(111, 76, 47, 0.34), transparent 30rem),
    linear-gradient(135deg, #110804 0%, #21130d 52%, #090503 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 250, 240, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), transparent 86%);
}

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

.site-header {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 50;
  padding: 0 22px;
}

.mirror-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, 100%);
  min-height: 76px;
  margin: 0 auto;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0.05) 44%, rgba(215, 163, 63, 0.18)),
    rgba(18, 10, 6, 0.74);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 250, 240, 0.28);
  backdrop-filter: blur(20px) saturate(160%);
}

.mirror-nav::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -34%;
  width: 34%;
  height: 320%;
  transform: rotate(28deg);
  background: linear-gradient(90deg, transparent, rgba(255, 250, 240, 0.72), transparent);
  animation: mirrorSweep 5s ease-in-out infinite;
}

.brand,
.nav-links,
.menu-toggle {
  position: relative;
  z-index: 2;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  color: var(--black);
  font-weight: 900;
  background: linear-gradient(135deg, var(--white), var(--gold) 56%, var(--brown-soft));
  box-shadow: 0 14px 34px rgba(215, 163, 63, 0.24);
}

.brand-text {
  display: grid;
  gap: 3px;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 12px 17px;
  border-radius: 8px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 0.92rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--black);
  background: var(--gold);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

main {
  overflow: hidden;
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
  min-height: 100vh;
  padding: 134px clamp(20px, 6vw, 86px) 72px;
}

.hero-copy {
  max-width: 800px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(4.1rem, 11vw, 10.4rem);
  line-height: 0.82;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.05rem, 4.7vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  line-height: 1.12;
}

.lead,
.service-card p,
.process p,
.domains p,
.contact p,
.price-card p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.76;
}

.lead {
  max-width: 680px;
  font-size: clamp(1.1rem, 1.8vw, 1.36rem);
}

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

.primary-btn,
.secondary-btn,
.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-btn,
.contact-actions a:first-child {
  color: var(--black);
  background: var(--gold);
  box-shadow: 0 18px 38px rgba(215, 163, 63, 0.26);
}

.secondary-btn,
.contact-actions a:last-child {
  color: var(--white);
  background: rgba(255, 250, 240, 0.08);
  box-shadow: inset 0 0 0 1px var(--line);
}

.primary-btn:hover,
.secondary-btn:hover,
.contact-actions a:hover {
  transform: translateY(-3px);
}

.hero-stage {
  position: relative;
  min-height: 560px;
}

.listing-card {
  position: absolute;
  top: 56px;
  right: 0;
  width: min(540px, 100%);
  min-height: 390px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.12), rgba(255, 250, 240, 0.04)),
    linear-gradient(135deg, rgba(58, 36, 24, 0.96), rgba(13, 7, 4, 0.94));
  box-shadow: var(--shadow);
  animation: floatStage 6s ease-in-out infinite;
}

.sale-ribbon {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--black);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--gold);
}

.domain-name {
  margin-top: 36px;
  color: var(--white);
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 0.92;
}

.domain-extension {
  margin-top: 16px;
  color: var(--gold-soft);
  font-weight: 800;
}

.listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.listing-meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.listing-email {
  display: inline-flex;
  margin-top: 24px;
  color: var(--gold);
  font-weight: 900;
}

.price-card {
  position: absolute;
  left: 0;
  bottom: 52px;
  width: min(285px, 58%);
  padding: 22px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 8px;
  color: var(--black);
  background: linear-gradient(145deg, var(--white), var(--gold-soft));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.price-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--brown);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  font-size: 1.44rem;
  line-height: 1.05;
}

.price-card p {
  margin: 12px 0 0;
  color: rgba(13, 7, 4, 0.74);
  font-size: 0.94rem;
}

.seal {
  position: absolute;
  right: 36px;
  bottom: 12px;
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(13, 7, 4, 0.68);
  box-shadow: inset 0 0 0 10px rgba(215, 163, 63, 0.12), 0 24px 54px rgba(0, 0, 0, 0.28);
}

.seal span,
.seal small {
  grid-area: 1 / 1;
}

.seal span {
  color: var(--gold);
  font-size: 2.7rem;
  font-weight: 900;
}

.seal small {
  align-self: end;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.domain-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(20px, 6vw, 86px);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.domain-strip div {
  padding: 24px;
  background: rgba(255, 250, 240, 0.08);
}

.domain-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.domain-strip strong {
  color: var(--white);
  font-size: clamp(1.02rem, 2vw, 1.32rem);
}

.services,
.process,
.domains,
.contact {
  padding: 126px clamp(20px, 6vw, 86px) 84px;
}

.section-head {
  max-width: 920px;
  margin-bottom: 36px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 305px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.07);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.service-card.featured {
  color: var(--black);
  background: linear-gradient(145deg, var(--gold), var(--white));
}

.service-card.featured p {
  color: rgba(13, 7, 4, 0.74);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(215, 163, 63, 0.6);
  background: rgba(255, 250, 240, 0.1);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 58px;
  border-radius: 50%;
  color: var(--black);
  font-size: 0.82rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), var(--white));
}

.featured .service-number {
  color: var(--white);
  background: var(--black);
}

.process {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: rgba(255, 250, 240, 0.05);
}

.process-steps {
  display: grid;
  gap: 12px;
}

.process-steps article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(13, 7, 4, 0.24);
}

.process-steps span {
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 900;
}

.process-steps p {
  margin-bottom: 0;
}

.domains {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 30px;
  align-items: center;
}

.domain-panel,
.contact-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.08);
  box-shadow: var(--shadow);
}

.domain-panel {
  padding: clamp(28px, 5vw, 54px);
}

.domain-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.domain-tags span {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--black);
  font-weight: 900;
  background: var(--white);
}

.contact-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 64px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.1), rgba(215, 163, 63, 0.18), rgba(58, 36, 24, 0.24)),
    rgba(255, 250, 240, 0.08);
}

.contact-actions {
  justify-content: center;
}

.email-link {
  color: var(--gold);
  font-weight: 900;
}

.email-link:hover {
  color: var(--white);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  padding: 70px clamp(20px, 6vw, 86px) 34px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(215, 163, 63, 0.1), transparent 34rem),
    rgba(0, 0, 0, 0.2);
}

.footer-logo {
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

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

.footer-columns h3 {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-columns a,
.footer-columns span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.footer-columns a:hover {
  color: var(--white);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.92rem;
  font-weight: 700;
}

.footer-bottom a {
  color: var(--gold);
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
}

.float-btn {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--black);
  box-shadow: 0 0 0 2px var(--gold), 0 16px 38px rgba(0, 0, 0, 0.34);
  animation: pulseBubble 2.3s ease-in-out infinite;
}

.float-btn svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

@keyframes mirrorSweep {
  0%,
  42% {
    left: -35%;
  }
  72%,
  100% {
    left: 112%;
  }
}

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

@keyframes pulseBubble {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@media (max-width: 1040px) {
  .hero,
  .process,
  .domains {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 520px;
  }

  .service-list,
  .domain-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .domain-strip div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    inset: 12px 0 auto;
    padding: 0 12px;
  }

  .mirror-nav {
    min-height: 70px;
    overflow: visible;
  }

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

  .brand-text small {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    inset: calc(100% + 10px) 0 auto;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(13, 7, 4, 0.92);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(18px);
  }

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

  .nav-links a {
    padding: 15px 16px;
  }

  .hero {
    min-height: auto;
    padding: 112px 18px 52px;
  }

  h1 {
    font-size: clamp(3.45rem, 18vw, 5.4rem);
  }

  .hero-stage {
    min-height: 455px;
  }

  .listing-card {
    top: 20px;
    min-height: 340px;
  }

  .domain-name {
    font-size: clamp(2.25rem, 13vw, 3.4rem);
  }

  .price-card {
    bottom: 32px;
    width: 240px;
  }

  .seal {
    right: 10px;
    bottom: 4px;
    width: 112px;
    height: 112px;
  }

  .seal span {
    font-size: 2.15rem;
  }

  .seal small {
    margin-bottom: 20px;
  }

  .domain-strip {
    grid-template-columns: 1fr;
    margin: 0 18px;
  }

  .domain-strip div:last-child {
    grid-column: auto;
  }

  .services,
  .process,
  .domains,
  .contact {
    padding: 106px 18px 58px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    padding-right: 78px;
  }

  .service-number {
    margin-bottom: 38px;
  }

  .process-steps article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 54px 18px 96px;
  }

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

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

  .float-btn {
    width: 54px;
    height: 54px;
  }
}

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