/* TourSteals — white, modern, retail-inspired (Titleist / Callaway cues: white ground, black type,
   hairlines, uppercase tracked labels, black CTAs, imagery doing the work).
   Type: Callaway's web stack — Roboto Condensed for headlines/labels, Roboto for body (Titleist's Oceanside
   and Proxima Nova are commercial fonts and are not used). */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700&display=swap');
:root {
  --bg: #ffffff; --paper: #ffffff; --ink: #111111; --ink-2: #333; --muted: #7a7a7a; --line: #e8e8e8; --line-2: #d4d4d4;
  --soft: #f6f6f6; --green: #111111; --green-soft: #f2f2f2; --gold: #111111; --gold-soft: #f6f6f6;
  --red: #b3261e; --sale: #b3261e; --good: #1f6f43;
  --serif: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;   /* headline face */
  --sans: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --radius: 4px; --shadow: 0 10px 30px rgba(0,0,0,.08);
}
* { box-sizing: border-box; }
html { font-size: 15px; -webkit-font-smoothing: antialiased; }
body { margin: 0; font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.45; }
a { color: var(--ink); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; letter-spacing: .01em; margin: 0 0 .5rem; color: var(--ink); text-transform: uppercase; }
h1 { font-size: 2.1rem; letter-spacing: .02em; }
h2 { font-size: 1.15rem; letter-spacing: .12em; }
h3 { font-size: .85rem; letter-spacing: .14em; color: var(--ink); }
.muted { color: var(--muted); }
.small { font-size: .82rem; }
.eyebrow, .brandline { font-family: var(--serif); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 700; }

/* ---- buttons ---- */
button, .btn { font: inherit; font-family: var(--serif); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; padding: .6rem 1.1rem;
  border-radius: var(--radius); border: 1px solid var(--ink); background: var(--ink); color: #fff; cursor: pointer; transition: all .15s; }
button:hover, .btn:hover { background: #333; border-color: #333; text-decoration: none; }
button.ghost, .btn.ghost { background: transparent; color: var(--ink); }
button.ghost:hover, .btn.ghost:hover { background: var(--ink); color: #fff; }
button.small, .btn.small { padding: .38rem .75rem; font-size: .68rem; }
button.danger { border-color: var(--red); background: transparent; color: var(--red); }
button.danger:hover { background: var(--red); color: #fff; }

/* ---- shell: slim white sidebar + page ---- */
.shell { display: grid; grid-template-columns: 232px 1fr; min-height: 100vh; }
aside.nav { background: #fff; border-right: 1px solid var(--line); padding: 1.6rem 1.4rem; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 1.6rem; }
.brand { font-family: var(--serif); font-size: 1.05rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--ink); display: flex; align-items: center; gap: .6rem; }
.brand .logo { width: 34px; height: 24px; display: block; }
.brand:hover { text-decoration: none; }
aside.nav nav { display: flex; flex-direction: column; gap: .1rem; }
aside.nav nav a.top { padding: .5rem 0; font-family: var(--serif); font-size: .88rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-2); border-bottom: 1px solid transparent; }
aside.nav nav a.top:hover { text-decoration: none; color: var(--ink); }
aside.nav nav a.top.active { color: var(--ink); }
aside.nav nav a.glitch { color: var(--red); }
aside.nav .sub { display: flex; flex-direction: column; margin: .2rem 0 .8rem 0; }
aside.nav .sub a { padding: .32rem 0 .32rem .9rem; font-size: .86rem; color: var(--muted); border-left: 1px solid var(--line); }
aside.nav .sub a:hover { text-decoration: none; color: var(--ink); }
aside.nav .sub a.active { color: var(--ink); font-weight: 600; border-left: 2px solid var(--ink); padding-left: calc(.9rem - 1px); }
aside.nav .pill { display: inline-block; min-width: 1.3em; text-align: center; background: var(--ink); color: #fff; border-radius: 999px; padding: 0 .4rem; font-size: .62rem; margin-left: .45rem; letter-spacing: 0; vertical-align: 1px; }
aside.nav .pill.hot { background: var(--red); }
aside.nav .status { margin-top: auto; font-size: .74rem; color: var(--muted); display: flex; flex-direction: column; gap: .5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.shell main { padding: 2rem 2.4rem 3rem; max-width: 1500px; width: 100%; }
@media (max-width: 820px) { .shell { grid-template-columns: 1fr; } aside.nav { position: static; height: auto; border-right: 0; border-bottom: 1px solid var(--line); } .shell main { padding: 1.2rem; } }

/* ---- toolbar & filters ---- */
.toolbar { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.1rem; flex-wrap: wrap; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.toolbar .count { color: var(--muted); font-family: var(--serif); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.toolbar .sort { margin-left: auto; font-family: var(--serif); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.toolbar .sort a { margin-left: .9rem; color: var(--muted); }
.toolbar .sort a.active { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.filterbar { display: flex; flex-wrap: wrap; gap: .5rem .6rem; align-items: center; margin-bottom: 1.4rem; }
.filterbar select, .filterbar input[type=search], .filterbar input[type=number] { padding: .5rem .6rem; border: 1px solid var(--line-2); border-radius: var(--radius); background: #fff; font: inherit; font-size: .82rem; color: var(--ink); }
.filterbar select:focus, .filterbar input:focus { outline: none; border-color: var(--ink); }
.filterbar input[type=search] { min-width: 220px; }
.filterbar input[type=number] { width: 96px; }
.filterbar label { font-size: .74rem; color: var(--muted); white-space: nowrap; text-transform: uppercase; letter-spacing: .06em; }
.filterbar button, .filterbar .btn { padding: .48rem .9rem; font-size: .68rem; }

/* ---- product grid & cards ---- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.6rem 1.2rem; }
.card { background: #fff; border: 1px solid transparent; border-radius: var(--radius); display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; position: relative; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card .img { position: relative; aspect-ratio: 1; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 8%; border-radius: var(--radius); }
.card .img img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.card .img .noimg { color: var(--line-2); font-size: 2rem; }
.score { position: absolute; top: .7rem; left: .7rem; background: var(--ink); color: #fff; border-radius: 999px; padding: .2rem .55rem; font-size: .7rem; font-weight: 700; letter-spacing: .04em; }
.score.exceptional, .score.excellent { background: var(--ink); } .score.great { background: #444; } .score.good { background: #777; } .score.fair, .score.normal { background: #aaa; }
.off { position: absolute; top: .7rem; right: .7rem; color: var(--sale); font-size: .74rem; font-weight: 700; letter-spacing: .06em; }
.cond { position: absolute; bottom: .7rem; left: .7rem; background: #fff; border: 1px solid var(--ink); color: var(--ink); border-radius: 2px; padding: .12rem .45rem; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.glitch-badge { position: absolute; bottom: .7rem; right: .7rem; background: var(--red); color: #fff; border-radius: 2px; padding: .18rem .5rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.card .body { padding: .9rem .6rem 1rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.card .name { font-weight: 500; font-size: .92rem; line-height: 1.35; color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card .prices { display: flex; align-items: baseline; gap: .55rem; margin-top: .2rem; flex-wrap: wrap; }
.price { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.strike { color: var(--muted); text-decoration: line-through; font-size: .82rem; }
.card .prices .small { font-size: .74rem; }
.card .meta { font-size: .72rem; color: var(--muted); display: flex; justify-content: space-between; gap: .5rem; margin-top: auto; padding-top: .5rem; text-transform: uppercase; letter-spacing: .08em; }
.card .meta .tag { color: var(--ink); font-weight: 600; }
.card .actions { display: flex; gap: .5rem; margin-top: .6rem; }
.card .actions a { flex: 1; text-align: center; font-family: var(--serif); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; padding: .55rem 0; border-radius: var(--radius); border: 1px solid var(--ink); color: var(--ink); transition: all .15s; }
.card .actions a:hover { text-decoration: none; background: var(--ink); color: #fff; }
.card .actions a.buy { background: var(--ink); color: #fff; }
.card .actions a.buy:hover { background: #333; border-color: #333; }
.flag { font-size: .7rem; color: var(--sale); }
.variant { font-size: .72rem; color: var(--ink-2); background: var(--soft); border-radius: 2px; padding: .2rem .45rem; }
.pager { display: flex; gap: .4rem; justify-content: center; margin: 2rem 0 0; font-size: .8rem; }
.pager a, .pager span { padding: .35rem .7rem; border: 1px solid var(--line); border-radius: var(--radius); }
.pager span.cur { background: var(--ink); color: #fff; border-color: var(--ink); }
.pager a:hover { text-decoration: none; border-color: var(--ink); }
.empty { padding: 4rem 2rem; text-align: center; color: var(--muted); border: 1px dashed var(--line-2); border-radius: var(--radius); }

/* ---- home rows ---- */
.row-section { margin-bottom: 2.4rem; }
.row-head { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line); }
.row-head h2 { margin: 0; }
.row-head a { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-left: auto; }
.row-head a:hover { color: var(--ink); }
.row { display: grid; grid-auto-flow: column; grid-auto-columns: 236px; gap: 1.2rem; overflow-x: auto; padding: .3rem .3rem 1rem; scroll-snap-type: x proximity; scrollbar-width: thin; }
.row .card { scroll-snap-align: start; }
.glitch-section .row-head h2 { color: var(--red); }

/* ---- product page ---- */
.product-head { display: grid; grid-template-columns: 440px 1fr; gap: 3rem; margin-bottom: 2.4rem; align-items: start; }
@media (max-width: 900px) { .product-head { grid-template-columns: 1fr; } }
.product-head .img { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 8%; }
.product-head .img img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-head h1 { font-size: 2.2rem; margin: .4rem 0 1.2rem; text-transform: none; letter-spacing: 0; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0; margin: 0 0 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: .9rem 1rem .9rem 0; border-right: 1px solid var(--line); margin-right: 1rem; }
.stat:last-child { border-right: 0; }
.stat .k { font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); font-weight: 600; }
.stat .v { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--ink); margin-top: .2rem; }
.stat.hi .v { color: var(--ink); }
table.list { width: 100%; border-collapse: collapse; background: #fff; border-top: 1px solid var(--ink); }
table.list th, table.list td { text-align: left; padding: .8rem .7rem; border-bottom: 1px solid var(--line); font-size: .88rem; vertical-align: middle; }
table.list th { font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); font-weight: 600; }
table.list td.num { font-variant-numeric: tabular-nums; }
.badge { display: inline-block; border-radius: 999px; padding: .12rem .55rem; font-size: .68rem; font-weight: 700; color: #fff; background: #888; letter-spacing: .04em; }
.badge.exceptional, .badge.excellent { background: var(--ink); } .badge.great { background: #444; } .badge.good { background: #777; } .badge.fair { background: #aaa; }
.badge.ok { background: var(--good); } .badge.blocked { background: var(--red); } .badge.error { background: #b06a2b; } .badge.off { background: #fff; color: var(--ink); border: 1px solid var(--ink); }
.chart-wrap { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; margin: 1rem 0 2rem; }
svg.chart { width: 100%; height: auto; }
svg.chart .grid { stroke: var(--line); stroke-width: 1; }
svg.chart .tick { font-size: 11px; fill: var(--muted); font-family: var(--sans); }
svg.chart .msrp { stroke: var(--muted); stroke-dasharray: 4 4; }
.legend { display: flex; gap: 1.2rem; flex-wrap: wrap; font-size: .76rem; margin-top: .7rem; color: var(--ink-2); }
.legend-item i { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: .4rem; vertical-align: middle; }
.components { display: flex; flex-wrap: wrap; gap: .4rem; font-size: .74rem; }
.components span { background: var(--soft); border-radius: 2px; padding: .18rem .5rem; }

/* ---- panels & forms ---- */
.panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.6rem; margin-bottom: 1.6rem; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: .8rem; }
.form-grid label { font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); display: block; margin-bottom: .25rem; font-weight: 600; }
.form-grid input, .form-grid select { width: 100%; padding: .5rem .6rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; font-size: .86rem; background: #fff; }
.form-grid input:focus, .form-grid select:focus { outline: none; border-color: var(--ink); }
.notice { background: var(--soft); border-radius: var(--radius); padding: .7rem 1rem; font-size: .86rem; margin-bottom: 1.2rem; }
.watch { margin-bottom: 2.2rem; }
.watch .head { display: flex; align-items: center; gap: 1rem; margin-bottom: .8rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line); }
.watch .head form { display: inline; }
.searchbar { display: flex; gap: .6rem; margin-bottom: 1.6rem; }
.searchbar input { flex: 1; padding: .8rem 1rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; font-size: 1rem; }
.searchbar input:focus { outline: none; border-color: var(--ink); }
.searchbar select { padding: .5rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; }
pre.log { background: var(--soft); color: var(--ink-2); padding: .9rem 1rem; border-radius: var(--radius); font-size: .76rem; max-height: 220px; overflow: auto; }
.thumb { width: 48px; height: 48px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 2px; mix-blend-mode: multiply; }

/* ---- community tips ---- */
ul.tips { list-style: none; margin: 0; padding: 0; }
ul.tips li { display: flex; gap: .8rem; align-items: baseline; padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
ul.tips .src { font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); min-width: 80px; font-weight: 600; }
ul.tips a { flex: 1; }
ul.tips .tip-price { font-weight: 700; }
.tips-section .row-head .small { margin-left: .2rem; }

.glitch-badge.newlow { background: var(--ink); }

/* ---- documents & footer ---- */
.doc { max-width: 760px; }
.doc h1 { margin-bottom: 1rem; }
.doc h2 { margin-top: 1.6rem; font-size: .95rem; }
.doc p, .doc li { font-size: .95rem; line-height: 1.6; color: var(--ink-2); }
.doc ul { padding-left: 1.2rem; }
.site-footer { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.site-footer .disc { font-size: .78rem; color: var(--muted); max-width: 900px; line-height: 1.5; }
.site-footer nav { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; margin: .6rem 0; }
.site-footer nav a { color: var(--ink-2); }

/* ---- post queue ---- */
.post-grid { display: grid; grid-template-columns: 260px 1fr; gap: 1.2rem; align-items: start; }
.post-card { width: 260px; height: 260px; object-fit: cover; border: 1px solid var(--line); }
.post textarea { width: 100%; font: inherit; font-size: .9rem; padding: .6rem; border: 1px solid var(--line-2); border-radius: var(--radius); margin: .5rem 0; }
.post-text { white-space: pre-wrap; font: inherit; font-size: .9rem; background: var(--soft); padding: .8rem; border-radius: var(--radius); }
.post.published { opacity: .85; } .post.rejected { opacity: .5; }
.row-actions { display: flex; gap: .5rem; }


/* =========================================================
   Callaway-style top navigation (2026-09-04 redesign)
   ========================================================= */
.shell { display: block; }
aside.nav { display: none; }
body { background: #fff; }
.ticker { background: #0a5bd6; color: #fff; text-align: center; font-size: .82rem; font-weight: 500; letter-spacing: .01em; padding: .45rem 1rem; min-height: 2.1rem; }
.ticker-text { display: inline-block; transition: opacity .35s; }
.ticker-text.fade { opacity: 0; }
.topnav { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.topnav .inner { max-width: 1400px; margin: 0 auto; padding: .7rem 1.5rem; display: grid; grid-template-columns: 90px 1fr 260px; align-items: center; gap: 1.5rem; }
.topnav .logo img { height: 34px; width: auto; display: block; }
.topnav .tabs { display: flex; justify-content: center; gap: 1.6rem; flex-wrap: wrap; }
.topnav .tabs a { font-family: var(--serif); font-size: .84rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ink); padding: .5rem 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.topnav .tabs a:hover { text-decoration: none; border-bottom-color: var(--line-2); }
.topnav .tabs a.active { border-bottom-color: var(--ink); }
.topnav .tabs .pill { display: inline-block; min-width: 1.3em; text-align: center; background: var(--red); color: #fff; border-radius: 999px; padding: 0 .4rem; font-size: .62rem; margin-left: .35rem; letter-spacing: 0; vertical-align: 2px; }
.topnav .search { display: flex; border: 1px solid var(--line-2); border-radius: 4px; overflow: hidden; }
.topnav .search input { flex: 1; border: 0; padding: .55rem .7rem; font: inherit; font-size: .9rem; min-width: 0; }
.topnav .search input:focus { outline: none; }
.topnav .search button { border: 0; background: #fff; color: var(--ink); padding: 0 .7rem; font-size: 1.1rem; cursor: pointer; }
@media (max-width: 900px) { .topnav .inner { grid-template-columns: 70px 1fr; } .topnav .search { grid-column: 1 / -1; } .topnav .tabs { justify-content: flex-start; gap: 1rem; overflow-x: auto; } }
main { max-width: 1400px; margin: 0 auto; padding: 1.4rem 1.5rem 3rem; }

/* hero */
.hero { position: relative; border-radius: 6px; overflow: hidden; margin: 0 0 2rem; min-height: 340px; display: flex; align-items: center;
  background: radial-gradient(ellipse at 15% 40%, #1e7a4a 0%, #0f3d2a 35%, #071a12 70%, #030907 100%); background-size: cover; background-position: center; color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 55%, rgba(0,0,0,0) 100%); }
.hero-inner { position: relative; z-index: 1; padding: 3rem 3.2rem; max-width: 620px; }
.hero h1 { font-family: var(--sans); font-weight: 700; font-size: 3.2rem; letter-spacing: -0.03em; text-transform: none; margin: 0 0 .4rem; color: #fff; }
.hero p { font-size: 1.05rem; color: rgba(255,255,255,.85); margin: 0 0 1.6rem; }
.follow { display: flex; gap: .8rem; flex-wrap: wrap; }
.follow-btn { display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.3rem; border-radius: 999px; font-family: var(--serif); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; border: 1.5px solid rgba(255,255,255,.7); background: rgba(255,255,255,.06); backdrop-filter: blur(4px); transition: all .15s; }
.follow-btn svg { width: 18px; height: 18px; }
.follow-btn:hover { background: #fff; color: #0a2a1a; text-decoration: none; border-color: #fff; }
@media (max-width: 700px) { .hero h1 { font-size: 2.2rem; } .hero-inner { padding: 2rem 1.4rem; } }

/* three-up catalogue grid, larger cards */
.grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1.6rem; }
@media (max-width: 1000px) { .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .grid { grid-template-columns: 1fr; } }
.card .img { padding: 6%; }
.card .name { font-size: 1.02rem; }
.price { font-size: 1.3rem; }
.row { grid-auto-columns: 330px; }
.trending-section .row-head h2 { color: var(--red); }

/* hero with Nick's artwork: the headline is baked into the image; buttons sit in the empty band between the ball and the iron */
.hero.has-image { aspect-ratio: 1290 / 500; min-height: 0; background-size: cover; background-position: center; display: block; }
.hero.has-image::after { display: none; }
.hero.has-image .hero-inner { position: absolute; left: 38%; top: 50%; transform: translateY(-50%); padding: 0; max-width: none; }
.hero.has-image .follow { gap: 1rem; }
@media (max-width: 800px) { .hero.has-image { aspect-ratio: auto; min-height: 260px; background-position: 30% center; } .hero.has-image .hero-inner { left: 1.2rem; right: 1.2rem; top: auto; bottom: 1.2rem; transform: none; } }

/* ===== animated hero: grainy green blobs (after Juxtopposed's technique), floating iron + ball ===== */
.ahero { position: relative; overflow: hidden; border-radius: 6px; min-height: 420px; background: #061510; color: #fff; isolation: isolate; }
.ahero .blobs { position: absolute; inset: -20%; z-index: 0; filter: blur(70px); }
.ahero .blob { position: absolute; border-radius: 45% 55% 50% 50%; opacity: .9; }
.ahero .b1 { width: 55%; height: 80%; left: -5%; top: 0; background: #1e7a4a; animation: ah-b1 14s ease-in-out infinite; }
.ahero .b2 { width: 45%; height: 70%; left: 25%; top: 35%; background: #0f3d2a; animation: ah-b2 18s ease-in-out infinite; }
.ahero .b3 { width: 40%; height: 60%; left: 8%; top: 45%; background: #2fa86a; opacity: .55; animation: ah-b3 16s ease-in-out infinite; }
.ahero .b4 { width: 50%; height: 90%; right: -10%; top: -10%; background: #03100a; animation: ah-b4 20s ease-in-out infinite; }
@keyframes ah-b1 { 0%,100% { transform: translate(0,0) scale(1); } 40% { transform: translate(8%, 6%) scale(1.15); } 70% { transform: translate(-4%, 10%) scale(.95); } }
@keyframes ah-b2 { 0%,100% { transform: translate(0,0) scale(1); } 35% { transform: translate(-10%, -8%) scale(1.2); } 65% { transform: translate(6%, -14%) scale(1.05); } }
@keyframes ah-b3 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(14%, -18%) scale(1.3); } }
@keyframes ah-b4 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-6%, 8%); } }
.ahero .grain { position: absolute; inset: 0; z-index: 1; opacity: .16; mix-blend-mode: soft-light; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }
.ahero .vignette { position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse at 20% 45%, transparent 0%, rgba(3,9,7,.35) 60%, rgba(3,9,7,.75) 100%); pointer-events: none; }
.ahero .iron { position: absolute; z-index: 2; right: 3%; top: -4%; width: min(44%, 500px); aspect-ratio: 1; background: url("/static/hero/iron.png") no-repeat center / contain; filter: drop-shadow(-30px 40px 40px rgba(0,0,0,.6)); animation: ah-float 9s ease-in-out infinite; will-change: transform; }
.ahero .ball { position: absolute; z-index: 2; left: 0.5%; bottom: -16%; width: clamp(120px, 17%, 200px); aspect-ratio: 1; animation: ah-bob 7s ease-in-out infinite; will-change: transform; filter: drop-shadow(0 30px 30px rgba(0,0,0,.55)); }
.ahero .ball img, .ahero .ball svg { width: 100%; height: 100%; display: block; }
.ahero .ball.spin svg, .ahero .ball.spin img { animation: ah-spin 40s linear infinite; }
@keyframes ah-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-16px) rotate(1.5deg); } }
@keyframes ah-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes ah-spin { to { transform: rotate(360deg); } }
.ahero .content { position: relative; z-index: 3; padding: 3rem 3.2rem 4.6rem 3.2rem; max-width: 62%; }
.ahero .fbtns { margin-left: 0; }
@media (max-width: 800px) { .ahero { min-height: 480px; } .ahero .iron { width: 62%; right: -8%; top: 2%; opacity: .85; } .ahero .content { max-width: 100%; padding: 2rem 1.4rem 9rem; } .ahero .ball { width: 110px; left: 1rem; bottom: 1rem; } }
@media (prefers-reduced-motion: reduce) { .ahero .blob, .ahero .iron, .ahero .ball, .ahero .ball svg { animation: none !important; } }

/* text looks */
.look-a h1 { font-family: "Roboto Condensed", "Arial Narrow", sans-serif; font-weight: 700; text-transform: uppercase; font-size: clamp(2.6rem, 6vw, 5rem); line-height: .92; letter-spacing: .01em; margin: 0 0 .6rem; }
.look-a h1 em { font-style: normal; color: #7de0a8; }
.look-a p { font-size: 1.05rem; color: rgba(255,255,255,.82); margin: 0 0 1.6rem; max-width: 40ch; }
.look-b h1 { font-family: Roboto, sans-serif; font-weight: 700; font-size: clamp(2.4rem, 5.2vw, 4.2rem); letter-spacing: -.035em; line-height: 1.02; margin: 0 0 .5rem; background: linear-gradient(180deg, #fff 30%, #bfe9d2 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.look-b p { font-size: 1.05rem; color: rgba(255,255,255,.8); margin: 0 0 1.6rem; max-width: 42ch; }
.look-c .eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-family: "Roboto Mono", monospace; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: #7de0a8; margin-bottom: .9rem; }
.look-c .eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: #7de0a8; box-shadow: 0 0 0 0 rgba(125,224,168,.7); animation: ah-pulse 2s infinite; }
@keyframes ah-pulse { 0% { box-shadow: 0 0 0 0 rgba(125,224,168,.7); } 100% { box-shadow: 0 0 0 12px rgba(125,224,168,0); } }
.look-c h1 { font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: clamp(2.4rem, 5.5vw, 4.4rem); line-height: 1; letter-spacing: -.01em; margin: 0 0 .6rem; }
.look-c p { font-size: 1rem; color: rgba(255,255,255,.8); margin: 0 0 1.6rem; max-width: 42ch; }
.look-d h1 { font-family: Roboto, sans-serif; font-weight: 300; font-size: clamp(2.2rem, 4.8vw, 3.8rem); letter-spacing: .02em; line-height: 1.05; margin: 0 0 .6rem; }
.look-d h1 strong { font-weight: 700; }
.look-d p { font-size: 1rem; color: rgba(255,255,255,.75); margin: 0 0 1.6rem; max-width: 42ch; }

/* button looks */
.fbtns { display: flex; gap: .8rem; flex-wrap: wrap; align-items: center; }
.fb { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; transition: all .18s; cursor: pointer; }
.fb svg { width: 18px; height: 18px; flex: none; }
.fb:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.fb-glass { padding: .72rem 1.3rem; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.65); background: rgba(255,255,255,.07); backdrop-filter: blur(6px); }
.fb-glass:hover { background: #fff; color: #062a18; border-color: #fff; text-decoration: none; }
.fb-white { padding: .78rem 1.4rem; border-radius: 999px; background: #fff; color: #062a18; border: 1.5px solid #fff; }
.fb-white:hover { background: #d9f2e4; text-decoration: none; }
.fb-mint { padding: .78rem 1.4rem; border-radius: 4px; background: #7de0a8; color: #062a18; border: 0; }
.fb-mint:hover { background: #a6ecc4; text-decoration: none; }
.fb-ghost { padding: .78rem 1.4rem; border-radius: 4px; background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.fb-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); text-decoration: none; }
.fb-circle { width: 50px; height: 50px; border-radius: 50%; justify-content: center; border: 1.5px solid rgba(255,255,255,.7); background: rgba(255,255,255,.06); }
.fb-circle svg { width: 22px; height: 22px; }
.fb-circle:hover { background: #fff; color: #062a18; }
.fb-label { color: rgba(255,255,255,.8); font-size: .92rem; font-family: Roboto, sans-serif; margin-right: .3rem; }
.fb-card { padding: .55rem .9rem .55rem .6rem; border-radius: 6px; background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.22); text-transform: none; letter-spacing: 0; font-family: Roboto, sans-serif; font-weight: 500; font-size: .9rem; gap: .7rem; }
.fb-card .ic { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: #111; flex: none; }
.fb-card small { display: block; font-size: .7rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .12em; font-family: "Roboto Condensed", sans-serif; }
.fb-card .go { margin-left: .4rem; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 700; padding: .35rem .7rem; border-radius: 999px; background: #7de0a8; color: #062a18; }
.fb-card:hover { background: rgba(0,0,0,.6); border-color: rgba(255,255,255,.5); text-decoration: none; }


/* ===== reference layout: text -> socials -> iron; ball under the text; only the background moves ===== */
.ahero.ref { aspect-ratio: 3 / 1; min-height: 360px; border-radius: 6px; }
.ahero.ref .blobs { inset: -25%; filter: blur(80px); }
.ahero.ref .b1 { width: 50%; height: 90%; left: -12%; top: -5%; background: #1f8a52; }
.ahero.ref .b3 { width: 38%; height: 55%; left: -6%; top: 25%; background: #35c27a; opacity: .5; }
.ahero.ref .b2 { width: 55%; height: 80%; left: 30%; top: 25%; background: #0b3322; }
.ahero.ref .b4 { width: 60%; height: 110%; right: -15%; top: -15%; background: #020805; opacity: 1; }
.ahero.ref .vignette { background: radial-gradient(ellipse at 8% 55%, rgba(60,200,120,.18) 0%, transparent 35%), linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,.6) 100%); }
.ahero.ref .iron { animation: none; right: -9%; top: -27%; width: 47%; aspect-ratio: 1; transform: rotate(6deg); filter: brightness(.86) contrast(1.05) drop-shadow(-38px 55px 45px rgba(0,0,0,.75)) drop-shadow(-10px 15px 18px rgba(0,0,0,.5)); }
.ahero.ref .ball { animation: none; left: 7%; bottom: -24%; width: 21%; filter: none; }
.ahero.ref .ball img { width: 100%; height: 100%; display: block; animation: none; filter: brightness(.96) drop-shadow(-26px 40px 38px rgba(0,0,0,.8)) drop-shadow(-8px 12px 16px rgba(0,0,0,.55)); }
.ahero.ref .ball::before { content: ""; position: absolute; left: -18%; right: -10%; bottom: 8%; height: 45%; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 70%); z-index: -1; filter: blur(14px); }
.ahero.ref .content { position: absolute; inset: 0; z-index: 3; display: grid; grid-template-columns: 1.15fr 1fr 1fr; align-items: center; padding: 0 0 0 4%; max-width: none; }
.ahero.ref .copy { align-self: center; padding-bottom: 6%; }
.ahero.ref h1 { font-family: Roboto, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: clamp(2.2rem, 4.4vw, 4.2rem); letter-spacing: -.045em; line-height: 1; margin: 0 0 .5rem; color: #fff; text-transform: none; }
.ahero.ref p { font-family: Roboto, sans-serif; font-weight: 400; font-size: clamp(.9rem, 1.35vw, 1.2rem); letter-spacing: -.01em; color: rgba(255,255,255,.9); margin: 0; max-width: 34ch; }
.ahero.ref .socials { display: flex; flex-direction: column; gap: 1.1rem; align-items: stretch; padding: 0 3% 0 0; }
.ahero.ref .pill { display: block; text-align: center; background: #000; color: #fff; border-radius: 999px; padding: .95rem 1.6rem; font-family: Roboto, sans-serif; font-weight: 400; font-size: clamp(1rem, 1.6vw, 1.55rem); letter-spacing: -.01em; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.45); transition: transform .15s, background .15s; }
.ahero.ref .pill:hover { background: #111; transform: translateY(-2px); text-decoration: none; }
.ahero.ref .pill:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (max-width: 900px) { .ahero.ref { aspect-ratio: auto; min-height: 420px; } .ahero.ref .content { grid-template-columns: 1fr; align-content: start; gap: 1.2rem; padding: 2rem 1.4rem 8rem; } .ahero.ref .copy { padding-bottom: 0; } .ahero.ref .socials { padding: 0; max-width: 320px; } .ahero.ref .iron { width: 70%; right: -22%; top: auto; bottom: -12%; opacity: .9; } .ahero.ref .ball { width: 150px; left: 1rem; bottom: -60px; } }
