/* ===========================================================
   You Are Infinity — site.css v1.0.3
   Visual refresh: brighter brand energy, stronger domain-first
   identity, richer vector treatment, and more tactile UI while
   preserving the factual product copy and site structure.
   MCMLV1 LLC · August 2026
   =========================================================== */

:root {
  --ink:          #14263a;
  --ink-2:        #213950;
  --ink-soft:     #4a6178;
  --paper:        #f5f8fc;
  --paper-2:      #edf3fb;
  --card:         #ffffff;
  --rule:         #d6e0eb;
  --rule-strong:  #b3c4d7;
  --tab:          #c07d20;
  --tab-strong:   #dc8c22;
  --tab-soft:     #f4e3c5;
  --blue:         #2577ff;
  --blue-deep:    #1855c8;
  --blue-soft:    #dce8ff;
  --ok:           #2c6a4f;
  --alert:        #9c3524;
  --white:        #ffffff;
  --shadow:       0 14px 38px rgba(20, 38, 58, 0.08);
  --shadow-lift:  0 18px 50px rgba(20, 38, 58, 0.14);
  --radius:       14px;
  --radius-sm:    10px;
  --serif:        Georgia, "Iowan Old Style", "Times New Roman", serif;
  --sans:         Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap:         68rem;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  background:
    radial-gradient(circle at top right, rgba(37,119,255,0.10), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, var(--paper) 20%, var(--paper-2) 100%);
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 1.25rem;
}

a {
  color: var(--ink);
  text-decoration-color: var(--tab);
  text-underline-offset: 3px;
}
a:hover { color: var(--blue-deep); }
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}
img { max-width: 100%; height: auto; display: block; }

/* ---------- masthead ---------- */
.masthead {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(20,38,58,0.97), rgba(20,38,58,0.94));
  border-bottom: 3px solid var(--tab);
  color: #fff;
  box-shadow: 0 8px 24px rgba(20, 38, 58, 0.16);
}
.masthead .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
}
.brand:hover { color: #fff; }
.brand svg {
  width: 40px;
  height: 40px;
  flex: none;
  filter: drop-shadow(0 3px 10px rgba(220,140,34,.25));
}
.brand-name {
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.68rem;
  line-height: 1.12;
}
.brand-name span {
  display: block;
  font-weight: 900;
  letter-spacing: 0.13em;
  font-size: 1rem;
}
.nav { display: flex; flex-wrap: wrap; gap: 1.15rem; }
.nav a {
  color: #dce8f7;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.nav a:hover,
.nav a[aria-current="page"] { color: var(--tab-strong); }

/* ---------- general page furniture ---------- */
.skip { position: absolute; left: -9999px; }
.skip:focus {
  position: static;
  display: inline-block;
  background: var(--blue);
  color: #fff;
  padding: 0.55rem 0.95rem;
  border-radius: 0 0 var(--radius-sm) 0;
}

section { padding: 3rem 0; }
section + section { border-top: 1px solid rgba(179,196,215,.55); }
.hero { padding: 3.4rem 0 2.7rem; }
.eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-deep);
  font-weight: 800;
  margin: 0 0 0.7rem;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
}
h1 {
  font-size: clamp(2.3rem, 6vw, 4rem);
  margin: 0 0 0.85rem;
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  margin: 0 0 0.8rem;
}
h3 { font-size: 1.2rem; margin: 0 0 0.4rem; }
.lede {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 44rem;
  margin: 0 0 1.35rem;
}
.prose { max-width: 44rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose strong { color: var(--ink); }
.prose ul { padding-left: 1.15rem; }
.prose li { margin-bottom: 0.45rem; }

/* ---------- buttons / tactile interactions ---------- */
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.15rem;
  padding: 0.92rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 8px 22px rgba(20,38,58,.08);
  transform: translateY(0);
}
.btn-buy {
  background: linear-gradient(135deg, var(--tab-strong), var(--tab));
  color: #fff;
  border-color: rgba(192,125,32,.45);
}
.btn-buy:hover {
  color: #fff;
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 14px 30px rgba(192,125,32,.25);
}
.btn-quiet {
  background: var(--white);
  color: var(--ink);
  border-color: rgba(37,119,255,.22);
}
.btn-quiet:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 14px 32px rgba(37,119,255,.20);
}
.btn-note { font-size: 0.88rem; color: var(--ink-soft); }

/* ---------- home hero ---------- */
.hero-home .wrap {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(37,119,255,.18), transparent 24%),
    radial-gradient(circle at bottom left, rgba(192,125,32,.18), transparent 20%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 55%, #f2f7ff 100%);
  border: 1px solid rgba(179,196,215,.55);
  box-shadow: var(--shadow);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(260px,.8fr);
  gap: 1.6rem;
  align-items: center;
}
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 { margin-bottom: 0.65rem; }
.hero-copy .lede { max-width: 39rem; }
.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(37,119,255,.08);
  color: var(--blue-deep);
  font-size: .85rem;
  font-weight: 800;
}
.hero-tagline .dot {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tab-strong), var(--blue));
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .9rem;
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  max-width: 46rem;
}
.hero-points li {
  padding: .95rem 1rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(179,196,215,.55);
  color: var(--ink-soft);
  box-shadow: 0 8px 16px rgba(20,38,58,.04);
}
.hero-points b { display: block; color: var(--ink); margin-bottom: .25rem; }
.hero-art {
  position: relative;
  display: grid;
  gap: 1rem;
}
.mark-card,
.symbol-card {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20,38,58,.98), rgba(27,52,79,.95));
  color: #fff;
  border: 1px solid rgba(37,119,255,.18);
  box-shadow: var(--shadow-lift);
}
.mark-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
}
.mark-card::before,
.mark-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(26px);
  opacity: .55;
}
.mark-card::before {
  width: 150px;
  height: 150px;
  right: -25px;
  top: -30px;
  background: rgba(37,119,255,.35);
}
.mark-card::after {
  width: 120px;
  height: 120px;
  left: -20px;
  bottom: -35px;
  background: rgba(220,140,34,.32);
}
.brand-mark-large {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
}
.brand-mark-large svg {
  width: min(100%, 290px);
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(37,119,255,.16));
}
.mark-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.mark-meta span {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.82);
}
.symbol-card {
  padding: 1.05rem 1.15rem;
}
.symbol-card h2 {
  font-size: 1.05rem;
  margin: 0 0 .45rem;
  color: #fff;
  font-family: var(--sans);
}
.symbol-card p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: .95rem;
}

/* ---------- cards / catalog ---------- */
.catalog {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
}
@media (min-width: 46rem) {
  .catalog { grid-template-columns: 1fr 1fr; }
}
.tile {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.88));
  border: 1px solid rgba(179,196,215,.8);
  border-top: 4px solid var(--ink);
  border-radius: 18px;
  padding: 1.6rem 1.45rem 1.45rem;
  box-shadow: var(--shadow);
  transform: translateY(0);
}
.tile::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 1.5rem;
  width: 5.25rem;
  height: .65rem;
  background: linear-gradient(135deg, var(--tab-strong), var(--tab));
  border-radius: 0 0 10px 10px;
}
.tile::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,119,255,.09), transparent 70%);
  pointer-events: none;
}
.tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}
.tile h3 { font-size: 1.4rem; }
.tile p { color: var(--ink-soft); margin: 0 0 1rem; }
.tile .price {
  font-family: var(--sans);
  font-weight: 900;
  color: var(--blue-deep);
}
.tile-soon {
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.58));
  border-top-color: rgba(179,196,215,.8);
}
.tile-soon::before { background: linear-gradient(135deg, #d6dfe8, #c2cfdb); }
.tile-soon h3 { color: var(--ink-2); }
.facts { list-style: none; margin: 0 0 1.1rem; padding: 0; }
.facts li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.42rem;
}
.facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.58rem;
  height: 0.58rem;
  background: linear-gradient(135deg, var(--tab-strong), var(--blue));
  border-radius: 2px;
}

/* ---------- lists / tables / callouts ---------- */
.callout {
  background: linear-gradient(180deg, rgba(244,227,197,.85), rgba(255,255,255,.88));
  border: 1px solid rgba(192,125,32,.28);
  border-left: 5px solid var(--tab);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.15rem;
  margin: 1.5rem 0;
  box-shadow: 0 10px 24px rgba(20,38,58,.05);
}
.callout p { margin: 0; color: var(--ink); }
.callout p + p { margin-top: .65rem; }
.sections {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(179,196,215,.8);
  max-width: 46rem;
  background: rgba(255,255,255,.65);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(20,38,58,.04);
}
.sections li {
  display: flex;
  gap: .9rem;
  padding: .8rem 1rem;
  border-bottom: 1px solid rgba(179,196,215,.55);
}
.sections li:last-child { border-bottom: none; }
.sections .n {
  font-family: var(--serif);
  color: var(--tab-strong);
  font-weight: 700;
  min-width: 2rem;
}
.sections .t { color: var(--ink-soft); }
.sections .t b { color: var(--ink); font-weight: 700; }
.matrix {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  max-width: 44rem;
  font-size: .95rem;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(179,196,215,.75);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(20,38,58,.05);
}
.matrix th,
.matrix td {
  text-align: left;
  padding: .7rem .8rem;
  border-bottom: 1px solid rgba(179,196,215,.55);
}
.matrix tr:last-child td { border-bottom: none; }
.matrix th {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 800;
  background: rgba(37,119,255,.05);
}
.tested { color: var(--ok); font-weight: 800; }
.untested { color: var(--ink-soft); }
.figure {
  border: 1px solid rgba(179,196,215,.7);
  border-radius: 16px;
  background: rgba(255,255,255,.95);
  padding: .7rem;
  box-shadow: 0 10px 24px rgba(20,38,58,.05);
}
.figure figcaption {
  font-size: .85rem;
  color: var(--ink-soft);
  padding: .75rem .2rem .15rem;
  margin: 0;
}
.screenshot-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  margin-top: 1.35rem;
  align-items: start;
}
@media (min-width: 46rem) {
  .screenshot-grid { grid-template-columns: minmax(0,1.35fr) minmax(240px,.65fr); }
}
.screenshot-grid .figure { margin: 0; }
.screenshot-grid .phone-shot { max-width: 340px; justify-self: center; }
.status-note { font-size: .88rem; color: var(--ink-soft); margin-top: .65rem; }

/* ---------- minor brand sections ---------- */
.brand-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-top: 1.4rem;
}
.brand-box {
  padding: 1.1rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(179,196,215,.65);
  box-shadow: 0 10px 24px rgba(20,38,58,.04);
}
.brand-box h3 {
  font-family: var(--sans);
  font-size: 1rem;
  margin-bottom: .3rem;
}
.brand-box p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .96rem;
}
.inline-domain {
  color: var(--blue-deep);
  font-weight: 800;
  white-space: nowrap;
}

/* ---------- footer ---------- */
.foot {
  background:
    radial-gradient(circle at top left, rgba(37,119,255,.18), transparent 24%),
    linear-gradient(180deg, #14263a 0%, #102133 100%);
  color: #d7e0eb;
  border-top: 4px solid var(--tab);
  margin-top: 2rem;
  padding: 2rem 0 2.4rem;
  font-size: .92rem;
}
.foot a { color: #fff; }
.foot a:hover { color: var(--tab-strong); }
.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.foot p { margin: .35rem 0; }
.foot .fine { color: #a9bacb; font-size: .85rem; }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  a, .btn, .tile, .brand-box {
    transition: color 120ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  }
}

/* ---------- responsive ---------- */
@media (max-width: 54rem) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-points,
  .brand-grid { grid-template-columns: 1fr; }
}
@media (max-width: 40rem) {
  body { font-size: 16px; }
  .hero-home .wrap { padding-top: 1.4rem; padding-bottom: 1.4rem; border-radius: 20px; }
  section { padding: 2.4rem 0; }
  .btn { width: 100%; }
  .btn-row { align-items: stretch; }
  .brand svg { width: 36px; height: 36px; }
}
