@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #03090e;
  --ink-soft: #07131d;
  --panel: #0a1822;
  --gold: #d8a547;
  --gold-bright: #f4cb73;
  --cream: #f2eadb;
  --muted: #9aa7ae;
  --cyan: #1e9cc2;
  --line: rgba(222, 178, 93, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: "Manrope", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 36%, rgba(11, 113, 151, .20), transparent 28%),
    radial-gradient(circle at 20% 85%, rgba(221, 169, 71, .07), transparent 28%),
    linear-gradient(145deg, #02070b 0%, #06121b 58%, #02080c 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(1, 5, 8, .2), transparent 40%, rgba(1, 5, 8, .08));
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(42, 127, 159, .15) 1px, transparent 1px), linear-gradient(90deg, rgba(42, 127, 159, .15) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.orb { position: absolute; border: 1px solid rgba(47, 156, 193, .16); border-radius: 50%; }
.orb::before, .orb::after { content: ""; position: absolute; border: 1px solid rgba(47, 156, 193, .12); border-radius: 50%; inset: 7%; }
.orb::after { inset: 17%; }
.orb-one { width: 780px; height: 780px; right: -120px; top: -50px; }
.orb-two { width: 440px; height: 440px; left: -260px; bottom: -80px; }

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.wordmark { display: flex; align-items: center; gap: 13px; font-family: "Cinzel", serif; letter-spacing: .16em; font-size: .98rem; }
.wordmark-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 12px rgba(216, 165, 71, 0.18));
}
.wordmark-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 184, 93, .55);
  color: var(--gold-bright);
  font-family: "Cinzel", serif;
  font-size: .95rem;
  transform: rotate(45deg);
}
.wordmark-icon::first-letter { transform: rotate(-45deg); }
.wordmark-icon { text-indent: 1px; }
.wordmark-icon::selection { background: transparent; }
.site-header nav { display: flex; align-items: center; gap: 34px; color: #c7d0d4; font-size: .77rem; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--gold-bright); }
.site-header .nav-shop { display: flex; align-items: center; gap: 9px; color: var(--gold-bright); }

.hero-content {
  min-height: calc(100vh - 190px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  align-items: center;
  gap: 46px;
  padding-block: 70px 105px;
  position: relative;
  z-index: 2;
}
.hero-copy { padding-bottom: 38px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .24em; font-size: .7rem; font-weight: 700; margin: 0 0 24px; }
.eyebrow > span { display: inline-block; width: 42px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
h1, h2, h3 { font-family: "Cinzel", Georgia, serif; font-weight: 500; margin: 0; }
h1 { font-size: clamp(3.2rem, 5.8vw, 5.75rem); line-height: .99; letter-spacing: -.045em; max-width: 800px; }
h1 em, h2 em { color: var(--gold-bright); font-style: normal; text-shadow: 0 0 35px rgba(221, 169, 71, .12); }
.hero-lede { color: #aebbc1; line-height: 1.8; font-size: 1.02rem; max-width: 630px; margin: 30px 0 36px; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 58px;
  padding: 0 27px;
  background: linear-gradient(135deg, #f0ca75 0%, #c78b2e 100%);
  color: #170f04;
  border: 1px solid #f8d889;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
  font-size: .78rem;
  box-shadow: 0 12px 44px rgba(205, 145, 45, .16);
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 15px 54px rgba(205, 145, 45, .28); }
.etsy-link { color: #89979e; font-size: .76rem; border-bottom: 1px solid #4a565c; padding-block: 6px; transition: color .2s ease; }
.etsy-link:hover { color: #c7d0d4; }

.hero-emblem { position: relative; display: grid; place-items: center; }
.hero-emblem img { position: relative; z-index: 2; width: min(100%, 630px); filter: drop-shadow(0 25px 60px rgba(0,0,0,.45)); animation: emblemRise 1.3s ease-out both; }
.emblem-halo { position: absolute; inset: 7%; border-radius: 50%; background: radial-gradient(circle, rgba(38, 156, 192, .17), transparent 68%); filter: blur(12px); }
@keyframes emblemRise { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }

.proof-bar {
  position: relative;
  z-index: 4;
  margin-top: -96px;
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(4, 13, 19, .82);
  border: 1px solid rgba(216, 165, 71, .19);
  backdrop-filter: blur(14px);
}
.proof-bar > div { display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid rgba(216, 165, 71, .14); padding: 20px; }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar svg { width: 25px; color: var(--gold); }
.proof-bar span { display: flex; flex-direction: column; gap: 4px; color: #73828a; font-size: .7rem; }
.proof-bar strong { color: #d8dfe1; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }

.forge-section { padding-block: 150px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .mark-copy h2, .final-cta h2 { font-size: clamp(2.5rem, 4.5vw, 4.4rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.8; margin: 0 0 5px; }
.forge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.forge-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.08);
  background: #09151d;
  isolation: isolate;
}
.forge-card::before, .forge-card::after { content: ""; position: absolute; inset: 0; z-index: -1; transition: transform .45s ease, opacity .45s ease; }
.forge-card::before { background: radial-gradient(circle at 75% 30%, rgba(42, 143, 172, .26), transparent 33%), linear-gradient(145deg, transparent 40%, rgba(216, 165, 71, .06)); }
.forge-card::after { inset: auto -20% -35% 25%; height: 70%; border: 1px solid rgba(216,165,71,.14); border-radius: 50%; }
.card-metal::before { background: radial-gradient(circle at 72% 28%, rgba(207, 147, 48, .25), transparent 32%), linear-gradient(145deg, transparent 40%, rgba(28, 105, 131, .09)); }
.card-custom::before { background: radial-gradient(circle at 72% 28%, rgba(84, 87, 151, .23), transparent 34%), linear-gradient(145deg, transparent 40%, rgba(216, 165, 71, .07)); }
.forge-card:hover::before { transform: scale(1.08); opacity: 1.3; }
.card-number { color: rgba(239, 199, 119, .58); font-family: "Cinzel", serif; font-size: .78rem; letter-spacing: .16em; }
.forge-card p { color: #809098; text-transform: uppercase; letter-spacing: .15em; font-size: .62rem; margin: 0 0 10px; }
.forge-card h3 { font-size: 1.78rem; letter-spacing: -.02em; }
.card-link { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; font-weight: 700; }

.mark-section { overflow: hidden; background: linear-gradient(140deg, #06121a, #030a0f); border-block: 1px solid rgba(216,165,71,.12); }
.mark-inner { min-height: 720px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 90px; padding-block: 95px; }
.maker-mark-wrap { position: relative; display: grid; place-items: center; }
.maker-mark-wrap img {
  width: min(78%, 390px);
  position: relative;
  z-index: 2;
  opacity: 0.82;
  filter:
    brightness(0.82)
    contrast(0.94)
    drop-shadow(0 20px 50px rgba(0, 0, 0, 0.38));
}
.maker-rings { position: absolute; width: 540px; aspect-ratio: 1; border: 1px solid rgba(37, 142, 176, .16); border-radius: 50%; }
.maker-rings::before, .maker-rings::after { content: ""; position: absolute; inset: 10%; border: inherit; border-radius: inherit; }
.maker-rings::after { inset: 22%; }
.mark-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; max-width: 610px; margin: 30px 0; }
.mark-copy blockquote { margin: 38px 0 0; padding: 20px 0 20px 25px; border-left: 1px solid var(--gold); color: #d9c8a6; font-family: "Cinzel", serif; font-size: 1.05rem; letter-spacing: .04em; }

.final-cta { position: relative; overflow: hidden; text-align: center; padding: 145px 0 135px; background: radial-gradient(circle at 50% 110%, rgba(25, 129, 161, .18), transparent 48%); }
.final-cta .page-shell { position: relative; z-index: 2; }
.centered { justify-content: center; }
.centered span:last-child { transform: rotate(180deg); }
.final-cta h2 { margin-bottom: 42px; }
.final-cta .primary-button { min-width: 330px; }
.small-etsy { color: #6f7f87; font-size: .73rem; margin-top: 22px; }
.small-etsy a { color: #aab5ba; border-bottom: 1px solid #4c5a61; }
.cta-rings { position: absolute; width: 800px; height: 800px; border: 1px solid rgba(38, 142, 177, .1); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -34%); }
.cta-rings::before, .cta-rings::after { content: ""; position: absolute; border: inherit; border-radius: inherit; inset: 12%; }
.cta-rings::after { inset: 24%; }

footer { border-top: 1px solid rgba(255,255,255,.08); background: #02070a; }
.footer-main { min-height: 150px; display: flex; align-items: center; justify-content: space-between; }
.footer-main > div:first-child p { margin: 16px 0 0 48px; color: #5f6d74; font-size: .68rem; letter-spacing: .08em; }
.footer-links { display: flex; gap: 28px; color: #9ba7ac; text-transform: uppercase; letter-spacing: .08em; font-size: .67rem; }
.footer-links a:hover { color: var(--gold-bright); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); min-height: 55px; display: flex; align-items: center; justify-content: space-between; color: #526067; font-size: .63rem; letter-spacing: .04em; }

@media (max-width: 980px) {
  .hero-content { grid-template-columns: 1fr .72fr; }
  .hero-emblem { margin-right: -120px; }
  .forge-card { min-height: 360px; }
  .mark-inner { gap: 45px; }
}

@media (max-width: 760px) {
  .page-shell { width: min(100% - 30px, 620px); }
  .site-header { height: 74px; }
  .site-header nav > a:not(.nav-shop) { display: none; }
  .site-header nav { gap: 0; }
  .site-header .nav-shop { border: 1px solid rgba(216,165,71,.4); padding: 10px 12px; }
  .hero-content { grid-template-columns: 1fr; padding-block: 58px 125px; min-height: auto; }
  .hero-copy { padding: 0; text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.6rem); }
  .hero-lede { font-size: .92rem; margin-inline: auto; }
  .hero-emblem { grid-row: 1; margin: 0 auto -12px; width: min(82vw, 470px); }
  .proof-bar { margin-top: -82px; grid-template-columns: 1fr; }
  .proof-bar > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(216,165,71,.12); padding: 17px 24px; }
  .proof-bar > div:last-child { border-bottom: 0; }
  .forge-section { padding-block: 110px 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 27px; }
  .forge-grid { grid-template-columns: 1fr; }
  .forge-card { min-height: 300px; }
  .mark-inner { grid-template-columns: 1fr; gap: 45px; padding-block: 80px; }
  .maker-mark-wrap { width: min(90vw, 440px); margin-inline: auto; }
  .maker-rings { width: 104%; }
  .mark-copy { text-align: center; }
  .mark-copy .eyebrow { justify-content: center; }
  .mark-copy blockquote { text-align: left; }
  .final-cta { padding-block: 105px 100px; }
  .final-cta .primary-button { min-width: 0; width: 100%; }
  .footer-main { flex-direction: column; align-items: flex-start; justify-content: center; gap: 34px; padding-block: 45px; }
  .footer-main > div:first-child p { margin-left: 0; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .wordmark-logo {
  width: 38px;
  height: 38px;
}.wordmark { font-size: .8rem; gap: 10px; }
  .wordmark-icon { width: 30px; height: 30px; }
  .site-header .nav-shop { font-size: .62rem; }
  .hero-actions { flex-direction: column; }
  .primary-button { width: 100%; }
  .section-heading h2, .mark-copy h2, .final-cta h2 { font-size: 2.35rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
.wordmark-logo {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  flex: 0 0 48px !important;
  object-fit: contain;
  display: block;
}

@media (max-width: 430px) {
  .wordmark-logo {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    flex-basis: 38px !important;
  }
}/* Hide redundant hero emblem */
.hero-emblem {
  display: none;
}

.hero-content {
  grid-template-columns: 1fr;
}

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