/*
Theme Name: Advsry
Theme URI: https://advsry.com/
Author: Advsry
Author URI: https://advsry.com/
Description: A light, editorial WordPress theme for Advsry — a digital strategy & technology consulting firm in Philadelphia. Clean, Apple-inspired aesthetic with refined serif typography. Includes an editable bio and a custom Services content type so every service page can be edited from the WordPress dashboard.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: advsry
*/

/* =========================================================
   ADVSRY — Light, Apple-style editorial design system
   ========================================================= */

:root {
  /* Palette — light, Apple-inspired */
  --bg:            #ffffff;
  --bg-soft:       #f5f5f7;   /* Apple section gray */
  --bg-soft-2:     #fafafa;
  --ink:           #1d1d1f;   /* near-black charcoal (Apple) */
  --ink-90:        #2b2b2e;
  --text:          #1d1d1f;
  --text-2:        #424245;   /* secondary text */
  --text-3:        #6e6e73;   /* muted / captions */
  --line:          #e3e3e6;   /* hairline borders */
  --line-soft:     #ededf0;
  --accent:        #1d1d1f;   /* charcoal accent (matches logo) */
  --accent-2:      #5b5b62;
  --on-dark:       #f5f5f7;
  --on-dark-mute:  #a1a1a8;

  /* Type */
  --font-display: 'Boska', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-body:    'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --text-xs:   0.78rem;
  --text-sm:   0.9rem;
  --text-base: 1.0625rem;   /* 17px Apple body */
  --text-lg:   1.25rem;
  --text-xl:   1.6rem;
  --text-2xl:  clamp(2rem, 3.6vw, 2.9rem);
  --text-3xl:  clamp(2.6rem, 5.2vw, 4.2rem);
  --text-hero: clamp(3rem, 6.4vw, 5.4rem);

  /* Spacing */
  --space-1: .25rem; --space-2: .5rem; --space-3: .75rem; --space-4: 1rem;
  --space-5: 1.5rem; --space-6: 2rem; --space-7: 3rem; --space-8: 4rem;
  --space-9: 6rem; --space-10: 8rem;

  --container: 1180px;
  --container-narrow: 880px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-sm: 9px;
  --section-y: clamp(4.5rem, 9vw, 8.5rem);
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 4px 14px rgba(0,0,0,.04);
  --shadow:    0 2px 6px rgba(0,0,0,.05), 0 18px 48px rgba(0,0,0,.07);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; letter-spacing: -0.015em; color: var(--ink); }

::selection { background: var(--ink); color: #fff; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }

/* ---------- Shared section bits ---------- */
.section-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 1.1rem;
}
.section-title { font-size: var(--text-2xl); color: var(--ink); }
.section-desc { font-size: var(--text-lg); line-height: 1.55; color: var(--text-2); max-width: 60ch; font-family: var(--font-body); font-weight: 400; }
.eyebrow-accent { color: var(--text-3); }
.text-accent { color: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 600;
  padding: .72rem 1.4rem; border-radius: 980px; cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap; letter-spacing: .005em; line-height: 1;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); background: var(--bg-soft); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.btn-outline-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-lg { padding: .92rem 1.8rem; font-size: var(--text-base); }
.btn-full { width: 100%; }
.btn-text { padding: 0; background: none; color: var(--ink); font-weight: 600; gap: .4rem; }
.btn-text .arrow { transition: transform .25s var(--ease); }
.btn-text:hover .arrow { transform: translateX(4px); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 300;
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--line); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; max-width: var(--container); margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.site-logo { display: inline-flex; align-items: center; }
.site-logo img { height: 26px; width: auto; }
.logo-wordmark { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; letter-spacing: .02em; color: var(--ink); }

.desktop-nav { display: flex; align-items: center; gap: .35rem; }
.nav-link {
  font-size: var(--text-sm); font-weight: 500; color: var(--text-2);
  padding: .5rem .85rem; border-radius: 8px; display: inline-flex; align-items: center; gap: .3rem;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav-link:hover, .nav-link.active { color: var(--ink); background: var(--bg-soft); }
.nav-item { position: relative; }
.nav-item > .nav-link svg { transition: transform .25s var(--ease); }
.nav-item:hover > .nav-link svg { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: rgba(255,255,255,.86); backdrop-filter: saturate(180%) blur(24px); -webkit-backdrop-filter: saturate(180%) blur(24px);
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: .55rem; min-width: 264px; opacity: 0; visibility: hidden; transition: all .28s var(--ease);
}
.nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown-link {
  display: flex; align-items: center; gap: .65rem; padding: .6rem .75rem; border-radius: 9px;
  font-size: var(--text-sm); color: var(--text-2); transition: background .18s var(--ease), color .18s var(--ease);
}
.dropdown-link:hover { background: var(--bg-soft); color: var(--ink); }
.dropdown-link .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); flex-shrink: 0; opacity: .55; }
.header-end { display: flex; align-items: center; gap: .6rem; }

.mobile-btn { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.mobile-btn span { width: 22px; height: 1.6px; background: var(--ink); border-radius: 2px; transition: .3s var(--ease); }
.mobile-drawer { display: none; }

@media (max-width: 940px) {
  .desktop-nav, .header-end { display: none; }
  .mobile-btn { display: flex; }
  .mobile-drawer {
    display: flex; flex-direction: column; gap: .15rem;
    position: fixed; top: 64px; right: 0; bottom: 0; left: 0; height: calc(100vh - 64px);
    background: #fff; padding: 1.5rem clamp(1.25rem,5vw,2rem) 2.5rem; transform: translateX(100%);
    transition: transform .36s var(--ease); overflow-y: auto; z-index: 200;
  }
  .mobile-drawer.open { transform: translateX(0); }
  .mob-link { font-size: 1.25rem; font-weight: 500; padding: .85rem 0; border-bottom: 1px solid var(--line-soft); color: var(--ink); }
  .mob-section { font-size: var(--text-xs); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); padding: 1.25rem 0 .5rem; }
  .mob-sub-link { font-size: 1.05rem; padding: .6rem 0 .6rem 1rem; color: var(--text-2); }
  .mob-sub-link:active { color: var(--ink); }
}

/* =========================================================
   HOME — HERO
   ========================================================= */
.home-hero {
  position: relative; padding: clamp(5rem, 11vw, 9rem) 0 clamp(3.5rem,7vw,6rem);
  text-align: center; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 50% -8%, #eef0f3 0%, rgba(245,245,247,0) 70%),
    var(--bg);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem; padding: .45rem 1rem;
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 980px;
  font-size: var(--text-xs); font-weight: 600; color: var(--text-2); letter-spacing: .04em; margin-bottom: 2rem;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #2fbf71; box-shadow: 0 0 0 4px rgba(47,191,113,.16); }
.hero-title { font-size: var(--text-hero); letter-spacing: -0.03em; font-weight: 500; margin-bottom: 1.6rem; }
.hero-title .accent-line { color: var(--text-3); }
.hero-subtitle { font-size: clamp(1.1rem, 1.8vw, 1.45rem); line-height: 1.5; color: var(--text-2); max-width: 720px; margin: 0 auto 2.4rem; font-weight: 400; }
.hero-actions { display: flex; gap: .85rem; justify-content: center; flex-wrap: wrap; margin-bottom: 4rem; }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: clamp(1rem,3vw,2.75rem); flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; gap: .25rem; }
.stat-v { font-family: var(--font-display); font-size: clamp(1.7rem,3vw,2.3rem); font-weight: 600; color: var(--ink); }
.stat-l { font-size: var(--text-xs); letter-spacing: .07em; text-transform: uppercase; color: var(--text-3); }
.stat-div { width: 1px; height: 38px; background: var(--line); }

/* =========================================================
   ABOUT STRIP
   ========================================================= */
.about-strip { padding-block: var(--section-y); }
.about-strip-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.about-strip-side { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-card { background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 1.6rem; }
.about-card-num { font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; color: var(--ink); margin-bottom: .35rem; }
.about-card-label { font-size: var(--text-sm); color: var(--text-3); line-height: 1.4; }

/* =========================================================
   SERVICES GRID (home + overview)
   ========================================================= */
.home-services { padding-block: var(--section-y); background: var(--bg-soft); }
.services-showcase { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.svc-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.9rem 1.6rem 1.6rem; display: flex; flex-direction: column; min-height: 248px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  overflow: hidden;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d6d6da; }
.svc-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-soft); display: grid; place-items: center; color: var(--ink); margin-bottom: 1.1rem; }
.svc-icon svg { width: 22px; height: 22px; }
.svc-title { font-size: var(--text-lg); font-family: var(--font-display); font-weight: 500; margin-bottom: .5rem; }
.svc-desc { font-size: var(--text-sm); color: var(--text-3); line-height: 1.5; flex: 1; }
.svc-arrow { margin-top: 1rem; font-size: 1.15rem; color: var(--ink); opacity: 0; transform: translateX(-6px); transition: all .3s var(--ease); }
.svc-card:hover .svc-arrow { opacity: 1; transform: translateX(0); }
.svc-card--featured { background: var(--ink); border-color: var(--ink); }
.svc-card--featured .svc-title, .svc-card--featured .svc-arrow { color: #fff; }
.svc-card--featured .svc-desc { color: var(--on-dark-mute); }
.svc-card--featured .svc-icon { background: rgba(255,255,255,.1); color: #fff; }
.svc-badge { position: absolute; top: 1.2rem; right: 1.2rem; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); background: #fff; padding: .25rem .55rem; border-radius: 980px; }

/* =========================================================
   DIFFERENTIATORS
   ========================================================= */
.diff-section { padding-block: var(--section-y); }
.diff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 3rem; }
.diff-card { background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: 2.2rem; }
.diff-icon { width: 48px; height: 48px; border-radius: 12px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); margin-bottom: 1.25rem; }
.diff-title { font-size: var(--text-lg); margin-bottom: .6rem; }
.diff-desc { font-size: var(--text-base); color: var(--text-2); line-height: 1.55; }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band { padding-block: var(--section-y); text-align: center; background: var(--ink); color: #fff; }
.cta-band .section-label { color: var(--on-dark-mute); }
.cta-band .section-title { color: #fff; font-size: var(--text-2xl); }
.cta-band .section-desc { color: var(--on-dark-mute); margin: 1.25rem auto 0; text-align: center; }

/* =========================================================
   PAGE HERO (interior pages)
   ========================================================= */
.page-hero { padding: clamp(3.5rem,8vw,6.5rem) 0 clamp(2.5rem,5vw,4rem); background: radial-gradient(900px 420px at 50% -20%, #eef0f3, rgba(245,245,247,0) 70%), var(--bg); }
.breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: var(--text-sm); color: var(--text-3); margin-bottom: 1.6rem; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb svg { width: 13px; height: 13px; opacity: .6; }

/* =========================================================
   BIO / ABOUT PAGE
   ========================================================= */
.bio-hero { padding: clamp(3.5rem,8vw,6rem) 0 clamp(2.5rem,5vw,4rem); background: var(--bg-soft); }
.bio-hero-inner { display: grid; grid-template-columns: 320px 1fr; gap: clamp(2.5rem,5vw,4.5rem); align-items: center; }
.bio-photo-wrap { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.bio-photo-ring { width: 280px; height: 340px; border-radius: 20px; overflow: hidden; background: linear-gradient(160deg,#ebebef,#dcdce1); border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; place-items: center; }
.bio-photo-ring img { width: 100%; height: 100%; object-fit: cover; }
.bio-photo-placeholder { color: #b9b9c0; }
.bio-photo-badge { display: inline-flex; align-items: center; gap: .5rem; font-size: var(--text-xs); font-weight: 600; color: var(--text-2); background: #fff; border: 1px solid var(--line); border-radius: 980px; padding: .45rem 1rem; }
.badge-dot-sm { width: 7px; height: 7px; border-radius: 50%; background: #2fbf71; box-shadow: 0 0 0 4px rgba(47,191,113,.16); }
.bio-name { font-size: var(--text-3xl); margin: .35rem 0 .35rem; }
.bio-role { font-size: var(--text-lg); color: var(--accent); font-weight: 600; margin-bottom: 1.1rem; }
.bio-tagline { font-size: var(--text-lg); color: var(--text-2); line-height: 1.55; max-width: 60ch; margin-bottom: 1.9rem; }
.bio-ctas { display: flex; gap: .8rem; flex-wrap: wrap; }

.bio-stats-bar { border-bottom: 1px solid var(--line); }
.bio-stats-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; padding-block: 2.25rem; }
.bio-stat { display: flex; flex-direction: column; gap: .2rem; }
.bio-stat-v { font-family: var(--font-display); font-size: clamp(1.5rem,2.4vw,2rem); font-weight: 600; color: var(--ink); }
.bio-stat-l { font-size: var(--text-xs); letter-spacing: .06em; text-transform: uppercase; color: var(--text-3); }
.bio-stat-div { width: 1px; height: 36px; background: var(--line); }

.bio-about { padding-block: var(--section-y); }
.bio-about-grid { display: grid; grid-template-columns: 1.4fr .9fr; gap: clamp(2.5rem,5vw,4.5rem); }
.bio-body { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1.15rem; }
.bio-body p { font-size: var(--text-base); color: var(--text-2); line-height: 1.7; }
.bio-detail-col { display: flex; flex-direction: column; gap: 1.25rem; }
.bio-detail-card { background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: 1.8rem; }
.bio-detail-title { font-size: var(--text-lg); margin-bottom: 1.1rem; }
.expertise-list { display: flex; flex-direction: column; gap: .7rem; }
.expertise-list li { display: flex; align-items: center; gap: .65rem; font-size: var(--text-sm); color: var(--text-2); }
.exp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); opacity: .5; flex-shrink: 0; }
.industry-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { font-size: var(--text-xs); font-weight: 500; color: var(--text-2); background: #fff; border: 1px solid var(--line); border-radius: 980px; padding: .4rem .85rem; }

.bio-approach { padding-block: var(--section-y); background: var(--bg-soft); }
.approach-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; margin-top: 3rem; }
.approach-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.7rem; }
.approach-num { font-family: var(--font-display); font-size: 2rem; font-weight: 600; color: var(--line); margin-bottom: .8rem; }
.approach-title { font-size: var(--text-lg); margin-bottom: .6rem; }
.approach-desc { font-size: var(--text-sm); color: var(--text-2); line-height: 1.6; }

/* =========================================================
   SERVICE DETAIL PAGE
   ========================================================= */
.svc-overview { padding-block: var(--section-y); }
.overview-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem,5vw,5rem); align-items: start; }
.overview-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.pillar { display: flex; align-items: center; gap: .7rem; font-size: var(--text-sm); color: var(--text-2); background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: 10px; padding: .85rem 1rem; }
.pillar-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); opacity: .55; flex-shrink: 0; }

.svc-cards-section { padding-block: var(--section-y); background: var(--bg-soft); }
.cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.9rem 1.7rem; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.card-icon { width: 44px; height: 44px; border-radius: 11px; background: var(--bg-soft); display: grid; place-items: center; color: var(--ink); margin-bottom: 1.1rem; }
.card-title { font-size: var(--text-lg); margin-bottom: .55rem; }
.card-desc { font-size: var(--text-sm); color: var(--text-2); line-height: 1.6; }
.service-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1rem; }
.tag { font-size: .68rem; font-weight: 600; letter-spacing: .03em; color: var(--text-3); background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: 980px; padding: .25rem .6rem; }

.process-section { padding-block: var(--section-y); }
.steps-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; margin-top: 3rem; align-items: start; }
.step { }
.step-num { font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; color: var(--line); margin-bottom: .6rem; }
.step-title { font-size: var(--text-lg); margin-bottom: .55rem; }
.step-desc { font-size: var(--text-sm); color: var(--text-2); line-height: 1.6; }

/* service editable body (post content) */
.svc-content { padding-block: var(--section-y); }
.svc-content-inner { max-width: var(--container-narrow); margin-inline: auto; }
.svc-content-inner h2 { font-size: var(--text-xl); margin: 2rem 0 1rem; }
.svc-content-inner h3 { font-size: var(--text-lg); margin: 1.5rem 0 .75rem; }
.svc-content-inner p { font-size: var(--text-base); color: var(--text-2); line-height: 1.7; margin-bottom: 1.1rem; }
.svc-content-inner ul { list-style: disc; padding-left: 1.4rem; margin-bottom: 1.1rem; color: var(--text-2); }
.svc-content-inner li { margin-bottom: .4rem; }
.svc-content-inner a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

/* AI category page extras */
.ai-category { margin-top: 3.5rem; }
.cat-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.cat-icon { width: 50px; height: 50px; border-radius: 13px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); flex-shrink: 0; }
.cat-title { font-size: var(--text-xl); }
.cat-desc { font-size: var(--text-sm); color: var(--text-3); margin-top: .2rem; }
.tiers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.tier-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.8rem; display: flex; flex-direction: column; }
.tier-card--featured { border-color: var(--ink); box-shadow: var(--shadow); position: relative; }
.tier-badge { align-self: flex-start; font-size: var(--text-xs); font-weight: 600; color: var(--text-3); background: var(--bg-soft); border-radius: 980px; padding: .3rem .8rem; margin-bottom: 1rem; }
.tier-badge--featured { background: var(--ink); color: #fff; }
.tier-title { font-size: var(--text-xl); margin-bottom: .25rem; }
.tier-sub { font-size: var(--text-sm); color: var(--text-3); margin-bottom: 1.4rem; }
.tier-list { display: flex; flex-direction: column; gap: .65rem; margin-bottom: 1.6rem; flex: 1; }
.tier-list li { display: flex; align-items: flex-start; gap: .6rem; font-size: var(--text-sm); color: var(--text-2); line-height: 1.4; }
.tier-list li::before { content: "✓"; color: var(--ink); font-weight: 700; flex-shrink: 0; }

/* =========================================================
   SERVICES OVERVIEW PAGE
   ========================================================= */
.svc-index { padding-block: var(--section-y); }
.svc-index-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; margin-top: 3rem; }
.svc-index-card { display: flex; gap: 1.4rem; background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: 2rem; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease); }
.svc-index-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); background: #fff; }
.svc-index-icon { width: 52px; height: 52px; border-radius: 13px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); flex-shrink: 0; }
.svc-index-title { font-size: var(--text-xl); margin-bottom: .5rem; display: flex; align-items: center; gap: .5rem; }
.svc-index-desc { font-size: var(--text-sm); color: var(--text-2); line-height: 1.6; margin-bottom: .9rem; }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-section { padding-block: var(--section-y); }
.contact-wrap { max-width: var(--container-narrow); margin-inline: auto; text-align: center; }
.contact-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin: 2.5rem 0 0; }
.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 4rem; text-align: left; }
.contact-card { background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: 1.9rem; }
.contact-card-icon { width: 46px; height: 46px; border-radius: 12px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); margin-bottom: 1.1rem; }
.contact-card-label { font-size: var(--text-xs); letter-spacing: .08em; text-transform: uppercase; color: var(--text-3); margin-bottom: .35rem; }
.contact-card-value { font-size: var(--text-base); color: var(--ink); font-weight: 500; }
.contact-card-value:hover { color: var(--accent-2); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--ink); color: var(--on-dark); padding-block: clamp(3.5rem,7vw,5rem) 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-logo img { height: 28px; width: auto; margin-bottom: 1.1rem; }
.footer-wordmark { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; letter-spacing: .02em; color: #fff; display: inline-block; margin-bottom: 1.1rem; }
.footer-tagline { font-size: var(--text-sm); color: var(--on-dark-mute); line-height: 1.6; max-width: 34ch; margin-bottom: 1.4rem; }
.footer-social { display: flex; gap: .65rem; }
.social-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: var(--on-dark); transition: background .2s var(--ease), color .2s var(--ease); }
.social-icon:hover { background: rgba(255,255,255,.15); color: #fff; }
.footer-col-title { font-size: var(--text-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-mute); margin-bottom: 1rem; }
.footer-col-links { display: flex; flex-direction: column; gap: .7rem; }
.footer-col-link { font-size: var(--text-sm); color: var(--on-dark-mute); transition: color .2s var(--ease); }
.footer-col-link:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 2rem; }
.footer-bottom p { font-size: var(--text-sm); color: var(--on-dark-mute); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal-link { font-size: var(--text-sm); color: var(--on-dark-mute); }
.footer-legal-link:hover { color: #fff; }

/* =========================================================
   SCROLL ANIMATIONS
   ========================================================= */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .fade-up { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .services-showcase { grid-template-columns: repeat(2,1fr); }
  .approach-grid, .steps-row { grid-template-columns: repeat(2,1fr); }
  .cards-grid, .tiers-grid, .contact-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .about-strip-inner, .bio-hero-inner, .bio-about-grid, .overview-grid { grid-template-columns: 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .svc-index-grid { grid-template-columns: 1fr; }
  .bio-photo-wrap { align-items: flex-start; }
  .bio-stats-row { justify-content: flex-start; gap: 1.25rem 2rem; }
  .bio-stat-div { display: none; }
}
@media (max-width: 620px) {
  .services-showcase, .cards-grid, .tiers-grid, .approach-grid, .steps-row, .contact-cards { grid-template-columns: 1fr; }
  .about-strip-side { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 1rem 1.5rem; }
  .stat-div { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand-col { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
