/* namelessbry — shared styles
   Palette: Eevee warm browns, gold, cream; Glaceon icy-blue accents; holo foil signature.
   (c) 2026 namelessbry */

:root {
  --cream: #F6EFE3;
  --card: #FBF7EF;
  --cocoa: #3E2A1B;      /* primary text */
  --fur: #A9764C;
  --deep-fur: #7A4E2C;
  --gold: #B98A1E;
  --gold-soft: #E7CE86;
  --glaceon: #3E8FA6;
  --glaceon-soft: #A9DCE8;
  --line: #E4D8C4;
  --focus: #1F6F86;
  --muted: #52402f;

  --display: "Fraunces", Georgia, serif;
  --body: "Nunito Sans", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;

  --maxw: 1080px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--cocoa);
  font-family: var(--body);
  font-size: 1.05rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

.skip-link {
  position: absolute;
  left: -999px; top: 0;
  background: var(--cocoa);
  color: var(--cream);
  padding: 0.6rem 1rem;
  border-radius: 0 0 10px 0;
  z-index: 100;
}
.skip-link:focus { left: 0; }

a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, .btn:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 6px;
}

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

/* Header + nav */
.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(246, 239, 227, 0.92);
  backdrop-filter: blur(6px);
  position: sticky; top: 0; z-index: 50;
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-top: 0.7rem; padding-bottom: 0.7rem; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; color: var(--cocoa); }
.avatar {
  width: 46px; height: 46px; flex: none; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--gold-soft);
  box-shadow: 0 1px 4px rgba(90, 58, 33, 0.25);
}
.brand-name { font-family: var(--display); font-weight: 600; font-size: 1.3rem; letter-spacing: 0.2px; }

.nav { display: flex; gap: 0.25rem; flex-wrap: wrap; }
.nav a {
  text-decoration: none; color: var(--deep-fur); font-weight: 700;
  padding: 0.4rem 0.75rem; border-radius: 999px; font-size: 0.96rem;
}
.nav a:hover { background: #efe4d1; color: var(--cocoa); }
.nav a[aria-current="page"] { background: var(--cocoa); color: var(--cream); }

/* Buttons */
.btn {
  display: inline-block; text-decoration: none; font-weight: 800;
  padding: 0.8rem 1.35rem; border-radius: 999px;
  border: 2px solid var(--cocoa); cursor: pointer; font-size: 1rem;
  font-family: var(--body);
}
.btn-primary { background: var(--cocoa); color: var(--cream); }
.btn-primary:hover { background: var(--deep-fur); border-color: var(--deep-fur); }
.btn-ghost { background: transparent; color: var(--cocoa); }
.btn-ghost:hover { background: #efe4d1; }

/* Hero */
.hero { padding: 3.5rem 0 2rem; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: center;
}
.eyebrow {
  font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.18em;
  font-size: 0.8rem; color: var(--glaceon); margin: 0 0 0.75rem;
}
.hero h1 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.03; margin: 0 0 1rem; color: var(--cocoa);
}
.foil-text {
  background: linear-gradient(100deg, var(--deep-fur), var(--gold), var(--glaceon), var(--gold), var(--deep-fur));
  background-size: 250% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: foil 7s ease-in-out infinite;
}
.lede { font-size: clamp(1.05rem, 2.2vw, 1.25rem); max-width: 48ch; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }

.hero-photo img {
  width: 100%; border-radius: var(--radius);
  aspect-ratio: 4 / 3; object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(90, 58, 33, 0.18);
}

/* Sections */
section { padding: 2.5rem 0; }
h2 { font-family: var(--display); font-weight: 600; font-size: clamp(1.6rem, 3.5vw, 2.2rem); margin: 0 0 1.2rem; }
h3 { font-family: var(--display); font-weight: 600; }
.section-eyebrow {
  font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.78rem; color: var(--glaceon); margin: 0 0 0.4rem;
}

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.card h3 { margin: 0 0 0.4rem; font-size: 1.3rem; }
.card p { margin: 0; color: var(--muted); }
.card .tag {
  display: inline-block; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--deep-fur); background: #f0e6d4;
  border-radius: 999px; padding: 0.2rem 0.7rem; margin-bottom: 0.7rem;
}

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem; position: relative; overflow: hidden;
}
.stat::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(169,220,232,0.22) 50%, transparent 60%);
  background-size: 200% 100%; animation: foil 8s ease-in-out infinite; pointer-events: none;
}
.stat .num { font-family: var(--display); font-weight: 600; font-size: 1.9rem; color: var(--deep-fur); line-height: 1.1; }
.stat .label { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: #6b5540; margin-top: 0.3rem; }
.stat .sub { font-size: 0.85rem; color: var(--muted); margin-top: 0.25rem; }

.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.detail { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.1rem; }
.detail .k { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: #6b5540; }
.detail .v { font-weight: 700; margin-top: 0.2rem; }

/* Pills (partners / formats) */
.pills { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 0; margin: 0; list-style: none; }
.pills li {
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 0.5rem 1rem; font-weight: 700; color: var(--deep-fur);
}

/* Figure */
.figure { margin: 0; }
.figure img {
  width: 100%; border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(90, 58, 33, 0.15); aspect-ratio: 16 / 10; object-fit: cover;
}
.figure figcaption { font-size: 0.9rem; color: var(--muted); margin-top: 0.6rem; }

/* Two-column media rows */
.media-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: center; }
.media-row.reverse { grid-template-columns: 1.1fr 0.9fr; }
.portrait img {
  width: 100%; max-width: 420px; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(90, 58, 33, 0.18);
}

.prose p { max-width: 64ch; color: var(--muted); }
.prose p a { color: var(--glaceon); font-weight: 700; }

.callout {
  background: var(--card); border: 1px solid var(--line);
  border-left: 5px solid var(--glaceon); border-radius: 12px; padding: 1.2rem 1.3rem; max-width: 64ch;
}

/* Link list */
.linklist { list-style: none; margin: 0 auto; padding: 0; max-width: 540px; }
.linklist li { margin: 0.7rem 0; }
.linklist a {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  text-decoration: none; color: var(--cocoa); background: var(--card);
  border: 2px solid var(--cocoa); border-radius: 14px; padding: 1rem 1.2rem; font-weight: 800;
}
.linklist a:hover { background: var(--cocoa); color: var(--cream); }
.linklist .arrow { font-family: var(--mono); }
.list-label {
  font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.75rem; color: var(--glaceon); text-align: center; margin: 2rem 0 0.5rem;
}

/* Form */
.form { max-width: 560px; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; margin-bottom: 0.35rem; }
.field input, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--cocoa);
  background: #fff; border: 2px solid var(--line); border-radius: 12px; padding: 0.7rem 0.85rem;
}
.field input:focus, .field textarea:focus { border-color: var(--glaceon); }
.field textarea { min-height: 140px; resize: vertical; }
.hp { position: absolute; left: -9999px; top: auto; }

/* Footer */
.site-footer {
  border-top: 1px solid var(--line); margin-top: 2rem; padding: 2rem 0 3rem;
  color: #6b5540; font-size: 0.92rem;
}
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; justify-content: space-between; align-items: center; }
.foot-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.foot-links a { color: var(--deep-fur); font-weight: 700; text-decoration: none; }
.foot-links a:hover { text-decoration: underline; }

@keyframes foil {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .foil-text { color: var(--deep-fur); }
}

@media (max-width: 820px) {
  .hero-grid, .media-row, .media-row.reverse { grid-template-columns: 1fr; }
  .hero-photo { order: -1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .cards { grid-template-columns: 1fr; }
  .brand-name { display: none; }
  .portrait img { max-width: 100%; }
}

/* --- Chibi art + icons (added) --- */
.hero-illus { display: flex; justify-content: center; }
.hero-illus img {
  width: 100%; max-width: 440px;
  filter: drop-shadow(0 12px 20px rgba(90, 58, 33, 0.18));
}
.links-avatar {
  width: 132px; height: 132px; border-radius: 50%; display: block; margin: 0 auto 1.1rem;
  border: 3px solid var(--gold-soft); box-shadow: 0 8px 22px rgba(90, 58, 33, 0.18);
  background: var(--card);
}
.link-left { display: flex; align-items: center; gap: 0.85rem; }
.link-ico { width: 28px; height: 28px; flex: none; }
.linklist a:hover .link-ico { filter: none; }

/* Footer layout */
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 1.25rem; flex-wrap: wrap; }
.foot-brand { display: flex; flex-direction: column; gap: 0.5rem; }
.social-row { display: flex; gap: 0.55rem; align-items: center; margin-bottom: 0.2rem; }
.social-row a { display: inline-flex; border-radius: 10px; }
.social-row img { width: 32px; height: 32px; }
.attrib { font-size: 0.8rem; color: #8a7a63; margin: 0; max-width: 52ch; }
.attrib a { color: inherit; }

@media (max-width: 820px) {
  .hero-illus { order: -1; }
}

/* Shop link two-line copy (added) */
.link-copy { display: flex; flex-direction: column; gap: 2px; }
.link-title { font-weight: 800; }
.link-sub { font-weight: 600; font-size: 0.82rem; color: currentColor; opacity: 0.72; }

/* ===== Holographic photo frames + hover bounce (added) ===== */
.photo-frame {
  position: relative; display: block; overflow: hidden; border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(90, 58, 33, 0.18); line-height: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
.photo-frame img { display: block; width: 100%; height: auto; border: 0 !important; box-shadow: none !important; border-radius: 0 !important; }
.portrait .photo-frame { max-width: 420px; }
.figure .photo-frame img { aspect-ratio: 16 / 10; object-fit: cover; }

.holo::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: conic-gradient(from 210deg, rgba(169,220,232,0.20), rgba(231,206,134,0.16), rgba(200,169,232,0.18), rgba(169,220,232,0.20));
  mix-blend-mode: soft-light;
}
.holo::after {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,0.12) 42%, rgba(169,220,232,0.50) 50%, rgba(231,206,134,0.38) 56%, transparent 75%);
  background-size: 250% 250%; mix-blend-mode: screen; animation: holoSweep 6.5s ease-in-out infinite;
}
.holo:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 44px rgba(62,143,166,0.30); }
.holo:hover::after { animation-duration: 2.2s; }
@keyframes holoSweep { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

/* Links round avatar as a holo frame */
.links-avatar-frame {
  display: block;
  width: 140px; height: 140px; margin: 0 auto 1.1rem; border-radius: 50% !important; overflow: hidden;
  border: 3px solid var(--gold-soft); box-shadow: 0 8px 22px rgba(90,58,33,0.18);
}
.links-avatar-frame img { width: 100%; height: 100%; object-fit: cover; }

/* Header logo gentle bounce */
.avatar { transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1); }
.brand:hover .avatar { transform: translateY(-2px) scale(1.06); }

/* ===== Media kit stats: glaceon pop + highlights (added) ===== */
.stat { border-top: 3px solid var(--glaceon); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.stat:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(62,143,166,0.22); }
.stat .num { color: #1F6F86; }
.detail { border-left: 4px solid var(--glaceon); }
.detail .k { color: #2B7D95; }
.stat-badge { display: inline-block; background: var(--glaceon-soft); color: #0F4D5E; font-weight: 800; padding: 0.02rem 0.5rem; border-radius: 8px; }
.hl { background: linear-gradient(transparent 55%, var(--glaceon-soft) 55%); padding: 0 0.12em; font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  .holo:hover, .stat:hover, .brand:hover .avatar { transform: none; }
}

/* ===== Site-wide box shimmer + hover lift (added) ===== */
.card, .stat, .detail, .callout, .linklist a {
  position: relative; overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease,
              background-color 0.25s ease, border-color 0.25s ease, color 0.2s ease;
}
.card::after, .stat::after, .detail::after, .callout::after, .linklist a::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,0.35) 47%, rgba(169,220,232,0.60) 50%, rgba(231,206,134,0.45) 53%, transparent 66%);
  background-size: 220% 100%; background-position: 150% 0; opacity: 0; mix-blend-mode: screen;
}
.card:hover, .callout:hover, .detail:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(62,143,166,0.22); }
.card:hover::after, .stat:hover::after, .detail:hover::after, .callout:hover::after, .linklist a:hover::after { animation: boxShine 0.85s ease-out forwards; }
@keyframes boxShine { 0% { background-position: 150% 0; opacity: 0; } 15% { opacity: 1; } 100% { background-position: -60% 0; opacity: 0; } }

/* ===== Navigational elements turn glaceon blue on hover ===== */
.nav a:not([aria-current="page"]):hover { background: #1F6F86; color: #fff; }
.btn-primary:hover { background: #1F6F86; border-color: #1F6F86; color: #fff; }
.btn-ghost:hover { background: var(--glaceon-soft); border-color: var(--glaceon); color: var(--cocoa); }
.linklist a:hover { background: #1F6F86; border-color: #1F6F86; color: #fff; }
.foot-links a:hover { color: var(--glaceon); text-decoration: underline; }
.prose p a:hover { color: #1F6F86; }

/* ===== Audience snapshot: colorful, on-theme, POP ===== */
.stat {
  background: linear-gradient(155deg, #DDEFF5 0%, #FBF7EF 78%);
  border: 1px solid rgba(62,143,166,0.38);
  border-top: 3px solid var(--glaceon);
}
.stat .num { color: #14647A; }
.detail {
  background: linear-gradient(155deg, #F6E7CB 0%, #FBF7EF 82%);
  border: 1px solid rgba(185,138,30,0.30);
  border-left: 4px solid var(--glaceon);
}
.detail .k { color: #1A5F73; }

/* ===== Clickable video photo (regionals) ===== */
.video-link { display: block; cursor: pointer; }
.play-badge {
  position: absolute; z-index: 4; top: 50%; left: 50%; width: 66px; height: 66px; margin: -33px 0 0 -33px;
  border-radius: 50%; background: rgba(31,111,134,0.92); box-shadow: 0 8px 22px rgba(0,0,0,0.35);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), background 0.25s ease;
}
.play-badge::before {
  content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%);
  width: 0; height: 0; border-style: solid; border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #fff;
}
.video-link:hover .play-badge { transform: scale(1.12); background: #1F6F86; }
.watch-link { color: var(--glaceon); font-weight: 700; text-decoration: none; }
.watch-link:hover { color: #1F6F86; text-decoration: underline; }

@media (prefers-reduced-motion: reduce) {
  .card:hover, .callout:hover, .detail:hover, .video-link:hover .play-badge { transform: none; }
}


/* ===== What I offer brands: extra POP (added) ===== */
.pills-pop li {
  background: linear-gradient(155deg, var(--glaceon-soft), #EAF5F8);
  color: #0F4D5E; border: 1.5px solid var(--glaceon); font-weight: 800;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, background 0.25s ease;
}
.pills-pop li:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(62,143,166,0.30); background: linear-gradient(155deg, #BFE4EE, #DDF1F6); }
.offer-pop .detail {
  background: linear-gradient(155deg, #CDE8F1 0%, #EAF6F9 82%);
  border: 1.5px solid rgba(31,111,134,0.45);
  border-left: 6px solid var(--glaceon);
}
.offer-pop .detail .k { color: #14647A; }
.offer-pop .detail .v { color: var(--cocoa); font-size: 1.05rem; }
@media (prefers-reduced-motion: reduce) { .pills-pop li:hover { transform: none; } }


/* ===== What I cover cards: extra POP (added) ===== */
.cards-pop .card {
  background: linear-gradient(155deg, #DDEFF5 0%, #FBF7EF 78%);
  border: 1.5px solid rgba(62,143,166,0.38);
  border-top: 3px solid var(--glaceon);
}
.cards-pop .card .tag {
  background: var(--glaceon-soft); color: #0F4D5E; border: 1px solid rgba(62,143,166,0.4);
}
.cards-pop .card h3 { color: #14647A; }


/* ===== Clickable stats, refresh note, clickable offer pills (added) ===== */
a.stat.stat-link { text-decoration: none; color: inherit; cursor: pointer; display: block; }
a.stat.stat-link:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.refresh-note { font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--glaceon); margin: 0.4rem 0 0; }

.pills-link li { padding: 0; }
.pills-link li a { display: block; padding: 0.5rem 1rem; color: inherit; text-decoration: none; cursor: pointer; border-radius: 999px; }
.pills-pop.pills-link li:hover { background: #1F6F86; border-color: #1F6F86; }
.pills-pop.pills-link li:hover a { color: #fff; }


/* ===== Home hero drawing: clickable, holographic, bounce (added) ===== */
.hero-illus-link {
  display: block; max-width: 440px; margin: 0 auto; position: relative;
  cursor: pointer; text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-illus-link img { width: 100%; height: auto; display: block; }
.hero-illus-link::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(169,220,232,0.55) 48%, rgba(231,206,134,0.50) 52%, rgba(200,169,232,0.42) 56%, transparent 72%);
  background-size: 250% 250%;
  -webkit-mask: url(assets/chibi_full.png) center / contain no-repeat;
  mask: url(assets/chibi_full.png) center / contain no-repeat;
  mix-blend-mode: screen; opacity: 0.7;
  animation: holoSweep 6.5s ease-in-out infinite;
}
.hero-illus-link:hover { transform: translateY(-8px) scale(1.02); }
.hero-illus-link:hover::after { animation-duration: 2.2s; opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero-illus-link:hover { transform: none; } }
