/*
Theme Name: seobyzack.com - June 2026 - Theme
Theme URI: https://seobyzack.com
Author: Zack Fenech
Author URI: https://seobyzack.com
Description: Black & white monochrome theme for seobyzack.com - oversized Helvetica display type, mono micro-labels, invert-on-hover cards, pill buttons, giant footer wordmark. Built for fast, highly readable SEO service pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seobyzack
*/

/* seobyzack.com - 2026 redesign (hip / monochrome edition)
   Black & white. Grotesk display + mono micro-labels. Invert-on-hover.
   Oversized type, sharp cards, pill buttons. No JavaScript. */

/* WordPress core helper classes */
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
}
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-family: var(--font-mono); font-size: 13px; color: var(--muted); }
img { max-width: 100%; height: auto; }

:root {
  --ink:      #0d0d0d;   /* near-black */
  --muted:    #5e5e5e;   /* grey text */
  --line:     #e0e0e0;   /* hairline borders */
  --bg:       #ffffff;
  --bg-tint:  #f3f3f1;   /* soft off-white band */
  --accent:   #0d0d0d;   /* mono: accent = black */
  --accent-t: #ececec;   /* light grey tint */

  --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body:    "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono:    "Helvetica Neue", Helvetica, Arial, sans-serif;

  --radius:   4px;       /* sharper, editorial */
  --shadow:   0 1px 2px rgba(0,0,0,.04);
  --maxw:     1120px;
  --readw:    760px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.wrap.read { max-width: var(--readw); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--ink);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 28px;
}
.brand { text-decoration: none; color: var(--ink); }
.site-title {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700; letter-spacing: -0.6px; margin: 0;
}
.site-title .dot { opacity: .42; }   /* greyed .com */
.site-tagline { display: none; }

/* ---------- Nav (mono, uppercase) ---------- */
nav.main { display: flex; align-items: center; gap: 26px; }
nav.main .nav-list {
  display: flex; align-items: center; gap: 26px;
  list-style: none; margin: 0; padding: 0;
}
nav.main .nav-list li { margin: 0; padding: 0; }
nav.main .nav-list .current-menu-item > a { color: var(--ink); }
nav.main a {
  font-family: var(--font-mono);
  color: var(--muted); text-decoration: none;
  font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.5px;
}
nav.main a:hover { color: var(--ink); }
nav.main a.cta {
  color: #fff; background: var(--ink);
  padding: 10px 16px; border-radius: 999px; letter-spacing: 1px;
  border: 1px solid var(--ink);
  transition: background .15s ease, color .15s ease;
}
nav.main a.cta:hover { background: #fff; color: var(--ink); }

/* ---------- Sections ---------- */
section { padding: 72px 0; }
section.tint { background: var(--bg-tint); }
section.hero { padding: 92px 0 80px; border-bottom: 1px solid var(--ink); }

/* ---------- Type ---------- */
h1, h2, h3 { font-family: var(--font-display); }
h1 {
  font-size: clamp(40px, 7vw, 76px);
  line-height: 0.98; letter-spacing: -2.5px; font-weight: 700;
  margin: 0 0 20px;
}
h2 {
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.05; letter-spacing: -1.2px; font-weight: 700; margin: 0 0 20px;
}
h3 { font-size: 21px; font-weight: 600; letter-spacing: -0.4px; margin: 0 0 6px; }

p { margin: 0 0 18px; }
.lede { font-size: clamp(18px, 2vw, 22px); color: var(--muted); line-height: 1.5; }

/* mono micro-label with a leading slash */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--ink); margin: 0 0 18px;
}
.eyebrow::before { content: "/ "; opacity: .4; }

.muted { color: var(--muted); }
.center { text-align: center; }
.measure { max-width: 720px; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
td a, .callout p a, section p a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Buttons (pill, mono, arrow, invert hover) ---------- */
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  background: var(--ink); color: #fff;
  padding: 14px 24px; border-radius: 999px;
  text-decoration: none; cursor: pointer;
  border: 1px solid var(--ink);
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.btn::after { content: "\2192"; font-size: 15px; transition: transform .15s ease; }
.btn:hover { background: #fff; color: var(--ink); text-decoration: none; }
.btn:hover::after { transform: translateX(3px); }
.btn.secondary { background: #fff; color: var(--ink); }
.btn.secondary:hover { background: var(--ink); color: #fff; }

/* ---------- Stats ---------- */
.stats {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
}
.stats li { border-top: 2px solid var(--ink); padding-top: 16px; }
.stats .num {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; letter-spacing: -1.5px;
  line-height: 1; display: block;
}
.stats .lbl {
  font-family: var(--font-mono);
  display: block; margin-top: 12px; font-size: 11.5px; text-transform: uppercase;
  letter-spacing: 0.5px; color: var(--muted); line-height: 1.45;
}

/* ---------- Cards (sharp, invert on hover) ---------- */
.cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px; margin-top: 36px;
}
.card {
  background: #fff; border: 1px solid var(--ink); border-radius: var(--radius);
  padding: 26px 24px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.card:hover { background: var(--ink); transform: translateY(-4px); }
.card:hover h3, .card:hover p { color: #fff; }
.card:hover .ico { background: #fff; color: var(--ink); }
.card p { margin: 0; color: var(--muted); font-size: 16px; }
.card .ico {
  font-family: var(--font-mono);
  width: 38px; height: 38px; border-radius: 999px;
  background: var(--ink); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; margin-bottom: 18px;
  transition: background .18s ease, color .18s ease;
}

/* ---------- Service list (interior pages) ---------- */
.svc { display: grid; gap: 0; margin: 24px 0 0; }
.svc .item {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.svc .item:last-child { border-bottom: 1px solid var(--line); }
.svc .item h3 { margin-bottom: 6px; }
.svc .item p { margin: 0; color: var(--muted); font-size: 16.5px; }

/* ---------- Callout = bold black statement block ---------- */
.callout {
  background: var(--ink); color: #fff;
  border-radius: var(--radius); padding: 40px 40px; margin: 8px 0 0;
}
.callout .eyebrow { color: #fff; }
.callout .eyebrow::before { opacity: .5; }
.callout p { color: #d7d7d7; }
.callout p:first-of-type { color: #fff; }
.callout p:last-child { margin-bottom: 0; }
.callout a { color: #fff; }
.callout .btn { background: #fff; color: var(--ink); border-color: #fff; }
.callout .btn:hover { background: transparent; color: #fff; }

/* ---------- Tables ---------- */
table { border-collapse: collapse; width: 100%; font-size: 16.5px; margin: 8px 0 0; }
th, td { text-align: left; padding: 14px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
th {
  font-family: var(--font-mono); font-weight: 700; color: var(--ink); width: 200px;
  font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.5px; padding-right: 18px;
}
td { color: var(--muted); }

/* ---------- Tool tags ---------- */
.tools { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; padding: 0; list-style: none; }
.tools li {
  font-family: var(--font-mono);
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--ink);
  background: #fff; border: 1px solid var(--ink);
  border-radius: 999px; padding: 8px 15px;
}

/* ---------- Forms ---------- */
form { max-width: 520px; }
label {
  font-family: var(--font-mono);
  display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px;
  font-weight: 700; margin-bottom: 8px;
}
input, textarea {
  width: 100%; font-family: var(--font-body); font-size: 16px;
  padding: 12px 14px; border: 1px solid var(--ink); border-radius: var(--radius);
  background: #fff; margin-bottom: 20px;
}
input:focus, textarea:focus { outline: 2px solid var(--ink); outline-offset: 1px; }

/* ---------- Page header (interior) ---------- */
.page-head { padding: 80px 0 52px; border-bottom: 1px solid var(--ink); }
.page-head h1 { margin-bottom: 16px; }
.page-head .lede { margin: 0; }

/* ---------- Footer (giant wordmark) ---------- */
.site-footer { background: var(--ink); color: #b9b9b9; padding: 64px 0 44px; }
.site-footer .wrap::before {
  content: "seobyzack.com";
  display: block;
  font-family: var(--font-display);
  font-size: clamp(44px, 11vw, 150px);
  font-weight: 700; letter-spacing: -3px; line-height: 1;
  color: #fff; margin-bottom: 48px;
}
.site-footer .cols { display: flex; flex-wrap: wrap; gap: 32px 64px; justify-content: space-between; }
.site-footer .ftitle {
  font-family: var(--font-mono);
  color: #fff; font-weight: 700; font-size: 12px; text-transform: uppercase;
  letter-spacing: 1px; margin: 0 0 10px;
}
.site-footer a { color: #fff; }
.site-footer .row { margin-bottom: 6px; font-size: 15px; }
.site-footer .legal {
  font-family: var(--font-mono);
  margin-top: 40px; padding-top: 22px; border-top: 1px solid #2a2a2a;
  font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.5px; color: #7d7d7d;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .stats { grid-template-columns: repeat(2, 1fr); gap: 28px 22px; }
}
@media (max-width: 720px) {
  body { font-size: 17px; }
  nav.main { gap: 14px; }
  nav.main a:not(.cta) { display: none; }
  section { padding: 52px 0; }
  section.hero { padding: 60px 0 48px; }
  .callout { padding: 30px 26px; }
}
@media (max-width: 480px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .btn { width: 100%; justify-content: center; }
}

/* CLIENTS MARQUEE - part 2 of 2
   Paste at the very bottom of: Appearance > Theme File Editor > style.css
   (theme: seobyzack.com - June 2026 - Theme)
   Uses the existing --ink / --line / --muted / --font-display tokens. */

/* ---------- Client logo marquee ---------- */
.clients { padding-top: 0; }

.logo-marquee {
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: logoScroll 42s linear infinite;
}
@keyframes logoScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 68px;
  padding-right: 68px;
  flex-shrink: 0;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  flex-shrink: 0;
}
.logo-item:hover { text-decoration: none; }

.logo-item img {
  height: auto;
  width: auto;
  max-height: 46px;
  max-width: 230px;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  opacity: 0.62;
  transition: opacity .18s ease, filter .18s ease;
}
.logo-item:hover img,
.logo-item:focus-visible img { opacity: 1; }

.logo-item .wordmark {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -1px;
  white-space: nowrap;
  opacity: 0.62;
  transition: opacity .18s ease;
}
.logo-item:hover .wordmark { opacity: 1; }

.clients .note {
  font-family: var(--font-mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--muted);
  margin: 16px 0 0;
}

/* Reduce-motion users get a slower scroll rather than a dead stop.
   The previous version stopped it entirely and left the row overflowing,
   which clipped the last logo. */
@media (prefers-reduced-motion: reduce) {
  .logo-track { animation-duration: 90s; }
}

@media (max-width: 720px) {
  .logo-group { gap: 44px; padding-right: 44px; }
  .logo-item { height: 36px; }
  .logo-item img { max-height: 36px; max-width: 170px; }
  .logo-item .wordmark { font-size: 21px; }
}
