/* ============================================================
   MAKDAMAKES — MASTER STYLESHEET
   Consolidated from styles.css + polish.css + fixes.css
   Auto-generated: rules resolved via CSS cascade
   (specificity -> source order -> !important), deduplicated,
   and pruned to selectors actually referenced by the 8 HTML pages.
   Do not edit styles.css / polish.css / fixes.css to fix issues here
   — edit this file directly.
   ============================================================ */

@import url('https://api.fontshare.com/v2/css?f[]=dm-sans@400,500,700&f[]=jetbrains-mono@500,700&display=swap');

/* ---------- Design tokens & resets ---------- */
:root {
  color-scheme: light;
  --ink: #6F4436;
  --green-primary: #228B22;
  --green-accent: #3CB043;
  --cream: #f7f8fb;
  --field: #f5f7fa;
  --white: #ffffff;
  --border: rgba(111, 68, 54, 0.10);
  --maxw: 100%;
  --font-display: "Arial", arial;
  --font-heading: "Arial", arial;
  --font-body: "DM Sans", arial;
  --font-mono: "JetBrains Mono", monospace;
  --premium-black: #3D2A1E;
  --premium-ink: #6F4436;
  --premium-muted: #647084;
  --premium-line: rgba(61, 42, 30, 0.085);
  --premium-soft: #f6f7f9;
  --premium-glass: rgba(255,255,255,0.74);
  --premium-shadow: 0 28px 90px rgba(15, 23, 42, 0.10);
  --premium-shadow-strong: 0 42px 130px rgba(15, 23, 42, 0.16);
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-section: clamp(1.75rem, 3.5vw, 2.75rem);
  --text-hero: clamp(2.5rem, 5.5vw, 4.25rem);
  --text-page-hero: clamp(2.5rem, 5.5vw, 4.25rem);
  --leading-tight: 1.12;
  --leading-normal: 1.6;
  --space-section: clamp(4.5rem, 8vw, 7.5rem);

  /* ---------- Spacing scale (4px rhythm) ---------- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 48px;
  --space-9: 64px;
  --space-10: 96px;

  /* Fluid section-level spacing */
  --space-section-sm: clamp(3rem, 6vw, 4.5rem);
  --space-hero-top: clamp(5.5rem, 16vw, 17.2rem);
  --space-hero-bottom: clamp(3.5rem, 8vw, 8.9rem);

  /* Semantic spacing aliases */
  --gap-eyebrow-heading: var(--space-5);
  --gap-heading-sub: var(--space-5);
  --gap-sub-body: var(--space-5);
  --gap-heading-body: var(--space-6);
  --gap-section-title: clamp(2.5rem, 5vw, 4rem);
  --card-padding: clamp(1.75rem, 3vw, 3rem);
  --card-padding-compact: var(--space-6);
  --grid-gap: var(--space-6);
  --grid-gap-sm: var(--space-4);
  --btn-gap: var(--space-4);
  --btn-padding-x: 28px;

  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-card: 20px;
  --radius-card-lg: 24px;
  --radius-btn: 999px;
  --shadow-subtle: 0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 20px rgba(15, 23, 42, 0.05);
  --shadow-card: 0 1px 3px rgba(15, 23, 42, 0.04), 0 10px 28px rgba(15, 23, 42, 0.06);
  --shadow-card-hover: 0 4px 12px rgba(15, 23, 42, 0.06), 0 16px 40px rgba(15, 23, 42, 0.08);
  --transition-fast: 0.2s ease;
  --transition-base: 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  --btn-height: 52px;
  --btn-font-size: 15px;
  --btn-font-weight: 600;
  --input-height: 50px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: #fbfbfd;
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: -0.01em;
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, auto;
}
body {
  background: linear-gradient(180deg, #f7f5ef 0%, #f3efe7 100%);
  color: var(--ink);
  line-height: var(--leading-normal);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-feature-settings: "kern" 5, "liga" 1, "calt" 1;
  text-rendering: geometricPrecision;
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: -0.01em;
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast), opacity var(--transition-fast), transform var(--transition-fast);
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
}
img {
  display: block;
  max-width: 100%;
}
button {
  font-family: var(--font-body);
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
  border: 0;
  font-weight: 300;
  letter-spacing: -0.01em;
}

/* ---------- Components ---------- */
.nav,
.cosmic-page .nav {
  position: sticky;
  top: 0;
  z-index: 909999;
  padding: 16px 32px;
  background: rgba(251, 251, 253, 0.74);
  backdrop-filter: blur(28px) saturate(190%);
  border-bottom: 1px solid rgba(61, 42, 30,0.065);
  box-shadow: 0 12px 42px rgba(15,23,42,0.055);
}
.nav.nav-floating,
.home-page .nav.nav-floating {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483000 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  width: 100%;
  isolation: isolate;
  pointer-events: auto;
  border-bottom: 1px solid rgba(111, 68, 54, 0.10) !important;
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
}
.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  position: relative;
  pointer-events: auto;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #3D2A1E !important;
  letter-spacing: -0.018em;
}
.nav-logo img,
.footer-brand img {
  width: auto;
  height: 40px;
  max-width: 100%;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(61, 42, 30,0.035);
  border: 1px solid rgba(61, 42, 30,0.055);
  position: relative;
  isolation: isolate;
  --nav-indicator-x: 5px;
  --nav-indicator-w: 0px;
  pointer-events: auto;
}
.nav-links a {
  color: rgba(111, 68, 54, 0.72) !important;
  font-weight: 600;
  transition: color 0.2s;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: -0.006em;
  border-bottom: 0 !important;
  position: relative;
  z-index: 1;
  background: transparent !important;
  box-shadow: none !important;
  padding-bottom: 8px;
  pointer-events: auto;
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: #3D2A1E !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
.nav-links a.active {
  color: #3D2A1E !important;
  border-bottom: 0 !important;
  padding-bottom: 8px;
  border-bottom-color: var(--green-accent);
  background: transparent !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.btn-book {
  padding: 0 var(--btn-padding-x);
  border-radius: var(--radius-btn);
  background: #3D2A1E;
  color: #ffffff;
  font-weight: 600;
  transition: background var(--transition-fast), border-color var(--transition-fast),
    color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
  white-space: nowrap;
  border: 1px solid rgba(34, 139, 34, 0.24);
  box-shadow: none;
  font-size: var(--text-sm);
  border-color: #3D2A1E;
  font-family: var(--font-body);
  min-height: 44px;
  text-transform: uppercase;
  letter-spacing: .12em;
  position: relative;
  pointer-events: auto;
  cursor: url("../https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/MakdaMakes_Logo.png") 16 16, pointer;
}
.btn-book:hover {
  background: #6F4436;
  transform: translateY(-2px);
  border-color: #6F4436;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}
.nav:not(.nav-floating) .btn-book,
.cosmic-page .nav:not(.nav-floating) .btn-book,
.cosmic-page .nav.nav-floating .btn-book {
  background: #3D2A1E;
  border: 1px solid rgba(34, 139, 34, 0.24);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(61, 42, 30,0.16);
  padding: 11px var(--btn-padding-x);
  font-size: 14px;
  font-weight: 700;
  border-color: #3D2A1E;
}
.nav-toggle {
  display: none;
  background: none;
  color: #6F4436;
  font-size: 24px;
  position: relative;
  pointer-events: auto;
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 var(--btn-padding-x);
  border-radius: var(--radius-btn);
  font-weight: 600;
  transition: background var(--transition-fast), border-color var(--transition-fast),
    color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
  min-height: var(--btn-height);
  letter-spacing: .12em;
  box-shadow: none;
  font-family: var(--font-body);
  font-size: var(--btn-font-size);
  text-transform: uppercase;
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
}
.btn-outline-light {
  border: 1px solid rgba(61, 42, 30,0.14);
  color: var(--premium-ink);
  background: rgba(255,255,255,0.64);
  box-shadow: 0 18px 48px rgba(15,23,42,0.075), inset 0 1px 0 rgba(255,255,255,0.92);
}
.btn-outline-light:hover {
  background: #3D2A1E;
  color: #fff;
  border-color: #3D2A1E;
}
.btn .arrow {
  transition: transform 0.2s;
}
.btn:hover .arrow {
  transform: translateX(4px);
}
.hero-sub,
.home-page .hero-sub {
  font-size: var(--text-lg);
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: var(--space-8);
  max-width: 28ch;
  line-height: var(--leading-normal);
  font-weight: 520;
  letter-spacing: -0.025em;
}
.hero-btns {
  display: flex;
  margin-left: clamp(16px, 3.7vw, 45px);
  gap: var(--btn-gap);
  flex-wrap: wrap;
}
.ticker {
  width: 100%;
  overflow: hidden;
  padding: clamp(28px, 2.1vw, 70px) 0;
  border-color: rgba(61, 42, 30,0.06);
  background: transparent !important;
  box-shadow: none !important;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 50px;
  width: max-content;
  animation: ticker-scroll 25s linear infinite;
  will-change: transform;
}
.ticker-item {
  width: 450px;
  height: 250px;
  flex-shrink: 0;
  padding: 0 30px;
  gap: 60px;
}
.ticker-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.section,
.cs-section {
  padding: var(--space-section-sm);
  position: relative;
  padding-left: clamp(20px, 4.2vw, 48px);
  padding-right: clamp(20px, 4.2vw, 48px);
}
#brand-strategy {
  scroll-margin-top: 110px;
}
.section-white,
.section-cream,
.cosmic-page .section-white,
.cosmic-page .section-cream,
.cosmic-page .cs-section,
.about-cta-section {
  background: transparent;
}
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  width: min(100%, var(--maxw));
}
.section-title {
  font-size: var(--text-section);
  font-weight: 700;
  text-align: center;
  color: #6F4436;
  letter-spacing: -0.035em;
  max-width: 25ch;
  margin: 0 auto var(--gap-section-title);
  line-height: var(--leading-tight);
  font-family: var(--font-heading);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.service-card {
  padding: var(--card-padding-compact);
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-width: 2px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.pricing-card {
  padding: var(--card-padding);
  border-radius: var(--radius-card-lg);
  background: #fff;
  position: relative;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);
  backdrop-filter: blur(22px) saturate(150%);
  border-color: rgba(61, 42, 30,0.075);
}
/* PLACEHOLDER border treatment — matches the Portfolio/Services card border
   above; swap once Pedram sends the reference site he wants to mimic. */
.contact-card {
  padding: var(--card-padding);
  border-radius: var(--radius-card-lg);
  background: #fff;
  border: 1.5px solid rgba(61, 42, 30, 0.28);
  text-align: center;
  backdrop-filter: blur(22px) saturate(150%);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);
}
.service-card:hover {
  border-color: var(--green-accent);
}
.service-icon,
.contact-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(34, 139, 34,0.10), rgba(255,255,255,0.86));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 22px;
  color: #1B6B1B;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.94), 0 14px 34px rgba(34, 139, 34,0.075);
  flex: 0 0 auto;
}
.service-card h3 {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--space-2);
  color: var(--premium-ink);
  letter-spacing: -0.03em;
  font-family: var(--font-heading);
}
.service-card p {
  font-size: var(--text-base);
  color: rgba(61, 42, 30, 0.786);
  line-height: var(--leading-normal);
  font-family: var(--font-body);
}
.footer {
  background: linear-gradient(180deg, #f7f8fa, #eceff2);
  padding: 72px 24px 40px;
  border-top: 1px solid rgba(111, 68, 54,0.08);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-10);
  margin-bottom: var(--space-8);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer-brand span {
  font-size: 30px;
  font-weight: 700;
  color: #6F4436;
  letter-spacing: -0.025em;
}
.footer-col p {
  color: rgba(61, 42, 30, 0.786);
  font-size: 14px;
  line-height: 1.7;
}
.footer-col li {
  color: rgba(61, 42, 30, 0.786);
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.7;
}
.footer-col h4 {
  color: #6F4436;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.footer-col ul {
  list-style: none;
}
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  border-top-color: rgba(111, 68, 54,0.08);
}
.footer-bottom p,
.brandkit-client-head p,
.gallery-section-head p,
.case-scatter-header p {
  color: rgba(61, 42, 30, 0.786);
  font-size: 14px;
}
.eyebrow {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: rgba(61, 42, 30, 0.786);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: var(--gap-eyebrow-heading);
}
.click-logo {
  width: clamp(18px, 1.1vw, 24px);
  height: clamp(18px, 1.1vw, 24px);
  object-fit: contain;
  display: inline-block;
  flex: 0 0 auto;
  color: #228B22;
}
.ph-editorial,
.ph-centered {
  padding: var(--space-hero-top) 24px var(--space-hero-bottom) !important;
  padding-left: clamp(20px, 4.2vw, 48px);
  padding-right: clamp(20px, 4.2vw, 48px);
}
.ph-editorial-inner {
  text-align: center;
  margin: 0 auto;
  max-width: 1440px;
}
.ph-centered-inner {
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.needle-underline {
  position: relative;
  display: inline-block;
}
.needle-underline-svg {
  position: absolute;
  left: 0;
  bottom: -0.08em;
  width: 100%;
  height: 0.22em;
  overflow: visible;
}
.needle-underline-svg path {
  fill: none;
  stroke: var(--green-accent);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  transition: stroke-dashoffset 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.ph-editorial.reveal.visible .needle-underline-svg path {
  stroke-dashoffset: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-thread-svg {
  display: block;
  width: clamp(280px, 90vw, 900px);
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
.hero-thread-text {
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: -3.58px;
  fill: #6F4436;
}
.hero-thread-accent {
  fill: var(--green-primary);
}
.hero-thread-path {
  fill: none;
  stroke: var(--green-accent);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: var(--thread-len, 2000);
  stroke-dashoffset: var(--thread-len, 2000);
  transition: stroke-dashoffset 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.ph-editorial.reveal.visible .hero-thread-path {
  stroke-dashoffset: 0;
}
.ph-editorial h1 {
  font-size: clamp(40px, 7vw, 96px);
  font-weight: 300;
  line-height: 1.08;
  margin-bottom: var(--gap-heading-sub);
  letter-spacing: -0.055em;
  font-family: var(--font-display);
}
.ph-centered h1 {
  font-size: clamp(40px, 7vw, 96px);
  font-weight: 300;
  line-height: 1.08;
  margin: 0 auto var(--gap-heading-sub);
  letter-spacing: -0.055em;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-display);
}
.ph-editorial h1 .accent,
.ph-centered h1 .accent,
.form-field .req {
  color: var(--green-primary);
}
.ph-editorial p {
  font-size: var(--text-lg);
  color: rgba(61, 42, 30, 0.786);
  max-width: 52ch;
  margin-left: auto;
  text-align: right;
  line-height: var(--leading-normal);
  letter-spacing: -0.015em;
}
.ph-centered p {
  font-size: var(--text-lg);
  color: rgba(61, 42, 30, 0.786);
  max-width: 52ch;
  margin: 24px auto 0;
  line-height: var(--leading-normal);
  letter-spacing: -0.015em;
}
.filter-pills,
.brandkit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.filter-pill {
  padding: var(--space-3) var(--space-6);
  border-radius: 999px;
  font-weight: 700;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(61, 42, 30,0.2);
  color: rgba(111, 68, 54,0.74);
  transition: background var(--transition-fast), border-color var(--transition-fast),
    color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
  border-color: rgba(111, 68, 54,0.10);
  box-shadow: 0 12px 34px rgba(15,23,42,0.07), inset 0 1px 0 rgba(255,255,255,0.9);
  font-family: var(--font-sans);
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
}
.filter-pill.active,
.cosmic-page .filter-pill.active {
  background: #6F4436;
  color: #fff;
  border-color: #6F4436;
  box-shadow: 0 18px 44px rgba(15,23,42,0.16);
}
.filter-pill:hover {
  transform: translateY(-1px);
  color: #6F4436;
  background: #fff;
  border-color: rgba(34, 139, 34,0.24);
  box-shadow: 0 18px 44px rgba(15,23,42,0.10);
}
.work-card {
  position: relative;
  height: 300px;
  border-radius: var(--radius-card-lg);
  overflow: hidden;
  cursor: url("../https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/MakdaMakes_Logo.png") 16 16, pointer;
  box-shadow: var(--shadow-subtle);
  border: 5px solid #fff;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}
.work-grid-tex {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}
.work-logo-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6F4436, #3D2A1E);
}
.work-logo-bg img {
  max-width: 45%;
  max-height: 40%;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.work-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(111, 68, 54, 0.42), rgba(111, 68, 54, 0.06), transparent) !important;
}
.work-stats {
  position: absolute;
  top: 28px;
  right: 28px;
  text-align: right;
  z-index: 10;
}
.work-stat-num {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.055em;
}
.work-stat-label {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
}
.work-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  right: 30px;
}
.work-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.work-badge {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}
.work-badge.green {
  background: rgba(60, 176, 67,0.2);
  border-color: rgba(60, 176, 67,0.4);
  color: var(--green-accent);
}
.work-content h3 {
  font-size: clamp(24px, 2.2vw, 34px);
  color: #fff;
  letter-spacing: -0.04em;
}
.work-content p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
}
.work-content p.green {
  color: var(--green-accent);
  font-weight: 500;
}
.work-hover {
  position: absolute;
  inset: 0;
  background: rgba(251,251,253,0.74);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.3s;
  backdrop-filter: blur(18px);
}
.work-card:hover .work-hover,
.pricing-card:hover::before,
.nav-links.nav-indicator-ready::before {
  opacity: 1;
}
.work-hover button {
  padding: var(--space-3) var(--space-6);
  border-radius: 999px;
  background: #6F4436;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(15,23,42,0.20);
}
.work-placeholder {
  min-height: 256px;
  border-radius: var(--radius-card-lg);
  border: 1px solid rgba(61, 42, 30, 0.08);
  background: #fff;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 28px;
  backdrop-filter: blur(22px) saturate(150%);
  border-style: solid;
  border-color: rgba(61, 42, 30,0.075);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);
  width: 100%;
  height: 100%;
}
.pricing-toggle {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px;
  margin: 0 auto 62px;
  border-radius: 999px;
  background: rgba(61, 42, 30,0.035);
  border: 1px solid rgba(61, 42, 30,0.055);
  box-shadow: 0 12px 34px rgba(15,23,42,0.055), inset 0 1px 0 rgba(255,255,255,0.6);
  position: relative;
  isolation: isolate;
  --nav-indicator-x: 5px;
  --nav-indicator-w: calc((100% - 16px) / 2);
}
.pricing-toggle::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: var(--nav-indicator-w);
  border-radius: 999px;
  background: #6F4436;
  box-shadow: 0 12px 30px rgba(61,42,30,0.28), inset 0 1px 0 rgba(255,255,255,0.14);
  opacity: 1;
  transform: translate3d(var(--nav-indicator-x), 0, 0);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), width 0.38s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.18s ease;
  pointer-events: none;
}
.pricing-toggle button {
  min-width: 132px;
  padding: var(--space-3) var(--space-6);
  border-radius: 999px;
  font-weight: 700;
  background: transparent;
  border: 1px solid transparent;
  color: rgba(111, 68, 54,0.74);
  transition: color var(--transition-fast);
  font-family: var(--font-sans);
  position: relative;
  z-index: 1;
  box-shadow: none;
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
}
.pricing-toggle button:hover,
.pricing-toggle button.active,
.cosmic-page .pricing-toggle button.active {
  color: #fff;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.pricing-toggle:hover button.active:not(:hover) {
  color: rgba(111, 68, 54,0.74);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--grid-gap);
  max-width: 1320px;
  margin: 0 auto;
}
.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(60, 176, 67,0.10), transparent 36%), linear-gradient(135deg, rgba(255,255,255,0.06), transparent 48%);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 139, 34,0.22);
  background: linear-gradient(180deg, #fff, #f8fbf9);
  box-shadow: var(--shadow-card-hover);
}
.pricing-name {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #6F4436;
  letter-spacing: -0.03em;
  font-family: var(--font-heading);
}
.pricing-price {
  position: relative;
  z-index: 1;
  font-size: clamp(58px, 5.8vw, 82px);
  line-height: 0.95;
  font-weight: 850;
  letter-spacing: -0.035em;
  color: #3D2A1E;
  font-family: var(--font-mono);
}
.pricing-per {
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: rgba(61, 42, 30, 0.786);
  margin: 16px 0 42px;
}
.pricing-feats {
  position: relative;
  z-index: 1;
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pricing-feats li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15.5px;
  color: rgba(61, 42, 30, 0.786);
  margin-bottom: 0;
  line-height: 1.45;
}
.pricing-feats .check {
  flex: 0 0 auto;
  color: #228B22;
  font-weight: 900;
  text-shadow: none;
}
.pricing-card .btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 42px;
  padding: 18px var(--btn-padding-x);
  font-size: 17px;
  box-shadow: 0 16px 34px rgba(60, 176, 67,0.20);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.pricing-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(60, 176, 67,0.30);
}
.contact-wrap {
  max-width: 620px;
  margin: 0 auto;
}
.form-card h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.form-card .form-sub {
  font-size: 16px;
  color: rgba(61, 42, 30, 0.786);
  margin-bottom: 32px;
}
.form-submit {
  width: 100%;
  padding: 16px;
  border-radius: var(--radius-btn);
  background: linear-gradient(135deg, #34A834, #228B22);
  color: #fff;
  font-weight: 600;
  font-size: var(--btn-font-size);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: none;
  font-family: var(--font-body);
  transition: background var(--transition-fast), border-color var(--transition-fast),
    color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
  min-height: var(--btn-height);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 12px;
}
.form-error {
  margin-bottom: 28px;
  padding: 14px 0;
  border-radius: 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b42318;
  font-size: 14px;
  font-family: var(--font-body);
  line-height: 1.5;
  border-bottom: 1px solid rgba(180, 35, 24, 0.18);
}
.form-success {
  text-align: center;
  padding: 32px 0;
}
.check-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(60, 176, 67,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
  color: var(--green-primary);
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(var(--grid-gap-sm), 2vw, var(--grid-gap));
}
.cs-hero {
  padding: var(--space-hero-top) 24px var(--space-hero-bottom) !important;
  position: relative;
  overflow: hidden;
}
.cs-hero-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.cs-hero h1 {
  font-size: clamp(40px, 7vw, 96px);
  font-weight: 300;
  color: #fff;
  line-height: 1.08;
  margin-bottom: var(--gap-heading-sub);
  letter-spacing: -0.055em;
  font-family: var(--font-display);
}
.cs-hero h1 .accent {
  color: var(--green-accent);
}
.cs-hero-sub {
  font-size: var(--text-lg);
  color: rgba(61, 42, 30, 0.786);
  max-width: 640px;
  margin-bottom: var(--space-8);
  line-height: var(--leading-normal);
  letter-spacing: -0.015em;
}
.cs-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 48px;
  border-top-color: rgba(111, 68, 54,0.10);
}
.cs-stat-num {
  font-size: clamp(56px, 7.2vw, 96px);
  font-weight: 700;
  color: #228B22;
  line-height: 1;
  letter-spacing: -0.07em;
}
.cs-stat-label {
  color: rgba(111, 68, 54,0.78);
  font-size: 22px;
  font-weight: 500;
}
.cs-stat-sub {
  color: rgba(111, 68, 54,0.78);
  font-size: 20px;
}
.cs-split h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: var(--gap-heading-body);
  line-height: 1.2;
}
.cs-split p {
  font-size: 18px;
  color: rgba(61, 42, 30, 0.786);
  margin-bottom: var(--gap-sub-body);
}
.smart-image {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow-subtle);
}
.cs-loaded-image {
  min-height: 360px;
  aspect-ratio: 16 / 9;
  object-position: center 52%;
  box-shadow: var(--shadow-subtle);
  border-radius: 30px;
}
.cs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: var(--maxw);
  margin: 0 auto;
}
.cs-list {
  list-style: none;
  margin-top: 24px;
}
.cs-list li {
  display: flex;
  gap: 12px;
  font-size: 16px;
  color: rgba(61, 42, 30, 0.786);
  margin-bottom: 16px;
}
.cs-list .check {
  color: var(--green-primary);
  font-weight: 700;
}
.cosmic-page {
  --space-ink: #fbfbfd;
  --space-panel: rgba(255, 255, 255, 0.78);
  --space-panel-strong: rgba(255, 255, 255, 0.92);
  --space-line: rgba(111, 68, 54, 0.10);
  --space-text: rgba(111, 68, 54, 0.86);
  --space-muted: rgba(77, 89, 107, 0.76);
  --cosmic-a: rgba(60, 176, 67, 0.14);
  --cosmic-b: rgba(115, 155, 255, 0.13);
  --cosmic-c: rgba(255, 255, 255, 0.90);
  --star-slow: 0px;
  --star-mid: 0px;
  --star-fast: 0px;
  --orbit-x: 0px;
  --ring-x: 0px;
  --ring-y: 0px;
  --ring-road-x: 0px;
  --ring-road-y: 0px;
  --ring-road-scale: 1;
  --ring-road-rotate: -9deg;
  --ring-flow: 0px;
  --ring-flow-two: 0px;
  --ring-rotate: -12deg;
  --ring-rotate-two: 18deg;
  --beacon-angle: 0deg;
  --beacon-angle-two: 120deg;
  --beacon-angle-three: 240deg;
  --dust-x: 0px;
  --dust-x-alt: 0px;
  --space-drift-x: 0px;
  --planet-scale: 1;
  --planet-y: 0px;
  --planet-spin: 0deg;
  --cloud-x: 0px;
  --content-y: 0px;
  background: var(--space-ink);
  color: #6F4436;
  overflow-x: hidden;
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, auto;
}
.cosmic-portfolio {
  --cosmic-a: rgba(54,126,255,0.28);
  --cosmic-b: rgba(46,168,101,0.16);
  --cosmic-c: rgba(136,196,255,0.18);
}
.cosmic-services {
  --cosmic-a: rgba(110, 195, 110,0.24);
  --cosmic-b: rgba(255,204,112,0.12);
  --cosmic-c: rgba(46,168,101,0.22);
}
.cosmic-contact {
  --cosmic-a: rgba(97,255,210,0.20);
  --cosmic-b: rgba(154,111,255,0.15);
  --cosmic-c: rgba(46,168,101,0.22);
}
.cosmic-case {
  --cosmic-a: rgba(255,180,86,0.20);
  --cosmic-b: rgba(46,168,101,0.20);
  --cosmic-c: rgba(255,236,180,0.15);
}
.cosmic-page > :not(.space-backdrop):not(.home-orbit-stage) {
  position: relative;
  z-index: 2;
}
.space-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none !important;
  overflow: hidden;
  background: radial-gradient(circle at 50% -18%, rgba(255,255,255,0.96), transparent 31%),
    radial-gradient(circle at 18% 18%, rgba(34, 139, 34,0.105), transparent 31%),
    radial-gradient(circle at 82% 18%, rgba(73,112,255,0.105), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfd 45%, #f4f6f8 100%);
}
.star-layer {
  position: absolute;
  inset: -20%;
  will-change: transform;
}
.nebula {
  position: absolute;
  inset: -20%;
  will-change: transform;
  opacity: 0.36;
  filter: blur(52px);
}
.star-layer-far {
  transform: translate3d(0, var(--star-slow), 0);
  background-image: radial-gradient(circle, rgba(111, 68, 54,0.18) 0 1px, transparent 1.8px);
  background-size: 220px 220px, 340px 340px;
  opacity: 0.095;
  mix-blend-mode: multiply;
}
.star-layer-mid {
  transform: translate3d(0, var(--star-mid), 0);
  background-image: radial-gradient(circle, rgba(60, 176, 67,0.22) 0 1px, transparent 1.7px);
  background-size: 300px 300px, 460px 460px;
  opacity: 0.095;
  animation: starTwinkle 7s ease-in-out infinite alternate;
  mix-blend-mode: multiply;
}
.star-layer-near {
  transform: translate3d(0, var(--star-fast), 0);
  background-image: radial-gradient(circle, rgba(111, 68, 54,0.14) 0 1.2px, transparent 1.8px);
  background-size: 520px 520px, 680px 680px;
  opacity: 0.095;
  mix-blend-mode: multiply;
}
.nebula-one {
  width: 720px;
  height: 720px;
  top: -240px;
  right: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--cosmic-a), rgba(60, 176, 67,0.08) 44%, transparent 70%);
  filter: blur(26px);
  transform: translate3d(0, var(--star-fast), 0);
}
.nebula-two {
  width: 620px;
  height: 620px;
  left: -220px;
  bottom: 6%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--cosmic-b), rgba(60, 176, 67,0.08) 48%, transparent 72%);
  filter: blur(34px);
  transform: translate3d(0, var(--star-mid), 0);
}
.cosmic-page .nav.nav-floating {
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(111, 68, 54, 0.10) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.08) !important;
  position: fixed !important;
  top: 0;
  z-index: 2147483000 !important;
  padding: 16px 32px;
  left: 0;
  right: 0;
  width: 100%;
  isolation: isolate;
  pointer-events: auto;
}
.cosmic-page .section-title {
  color: #6F4436;
  letter-spacing: -0.035em;
  max-width: 25ch;
  margin: 0 auto var(--gap-section-title);
  font-size: var(--text-section);
  line-height: var(--leading-tight);
  font-weight: 700;
}
.cosmic-page .ph-editorial h1,
.cosmic-page .ph-centered h1,
.cosmic-page .cs-hero h1 {
  color: #6F4436;
  letter-spacing: -0.04em;
  font-size: clamp(40px, 7vw, 96px);
  line-height: 1.08;
  font-weight: 300;
}
.cosmic-page .ph-editorial h1 .accent,
.cosmic-page .ph-centered h1 .accent,
.cosmic-page .cs-hero h1 .accent,
.about-header h1 .accent,
.about-split h2 .accent,
.website-client-head:hover h3 {
  color: #228B22;
}
.cosmic-page .pricing-price {
  color: #3D2A1E;
}
.cosmic-page .ph-editorial p,
.cosmic-page .ph-centered p,
.cosmic-page .cs-hero-sub,
.about-split p {
  color: rgba(61, 42, 30, 0.786);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.cosmic-page .pricing-card {
  border-color: rgba(61, 42, 30,0.075);
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,0.30), inset 0 1px 0 rgba(255,255,255,0.09);
  backdrop-filter: blur(22px) saturate(150%);
  border-radius: var(--radius-card-lg);
  min-height: 590px;
  padding: var(--card-padding);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);
}
.cosmic-page .contact-card,
.cosmic-page .work-placeholder {
  border: 2px solid rgba(61, 42, 30, 0.28);
  background: #fff;
  backdrop-filter: blur(22px) saturate(150%);
  border-radius: var(--radius-card-lg);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);
}
.cosmic-page .service-card p,
.cosmic-page .pricing-feats li,
.cosmic-page .form-card .form-sub,
.cosmic-page .cs-split p,
.cosmic-page .cs-list li,
.cosmic-page .pricing-per,
.cosmic-page .ticker-item span,
.footer-col a {
  color: rgba(61, 42, 30, 0.786);
}
.cosmic-page .ticker {
  border-color: rgba(61, 42, 30,0.06);
  padding: clamp(28px, 2.1vw, 70px) 0;
  background: transparent !important;
  box-shadow: none !important;
}
.cosmic-page .filter-pills {
  gap: 14px;
}
.cosmic-page .filter-pill {
  min-width: 132px;
  color: rgba(111, 68, 54,0.74);
  background: rgba(255,255,255,0.76);
  border-color: rgba(111, 68, 54,0.10);
  box-shadow: 0 12px 34px rgba(15,23,42,0.07), inset 0 1px 0 rgba(255,255,255,0.9);
  backdrop-filter: blur(14px);
}
.cosmic-page .filter-pill:hover {
  color: #6F4436;
  background: #fff;
  border-color: rgba(34, 139, 34,0.24);
  box-shadow: 0 18px 44px rgba(15,23,42,0.10);
}
.cosmic-page .pricing-toggle {
  gap: 6px;
}
.cosmic-page .pricing-card:hover {
  border-color: rgba(34, 139, 34,0.22);
  background: linear-gradient(180deg, #fff, #f8fbf9);
}
.cosmic-page .pricing-name,
.footer-col a:hover,
.pillar-detail-examples strong {
  color: #6F4436;
}
.cosmic-page .pricing-feats .check {
  color: #228B22;
  text-shadow: none;
}
.home-orbit-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none !important;
  overflow: hidden;
  perspective: 1200px;
  perspective-origin: 50% 58%;
  opacity: 0.58;
  filter: saturate(0.85);
}
.home-orbit-stage::before {
  content: "";
  position: absolute;
  inset: -18%;
  background: radial-gradient(circle at 24% 20%, rgba(60, 176, 67,0.14), transparent 24%),
    radial-gradient(circle at 72% 18%, rgba(90,132,255,0.12), transparent 24%),
    radial-gradient(ellipse at 50% 66%, rgba(255,255,255,0.86), transparent 50%);
  filter: blur(14px);
  opacity: 0.82;
  transform: translate3d(var(--space-drift-x), var(--star-slow), -380px);
}
.home-orbit-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  background: radial-gradient(ellipse at 50% 88%, rgba(255,255,255,0.04), rgba(255,255,255,0.80) 74%),
    linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.62) 74%, rgba(255,255,255,0.92) 100%);
}
.orbit-depth-grid {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  width: 150vw;
  height: 150vw;
  border-radius: 50%;
  transform: translate3d(calc(-50% + var(--orbit-x)), -50%, -260px) rotateX(74deg) rotateZ(var(--ring-rotate));
  background: repeating-radial-gradient(circle, rgba(34, 139, 34,0.12) 0 1px, transparent 1px 54px),
    conic-gradient(from 40deg, transparent 0 16deg, rgba(111, 68, 54,0.08) 16deg 17deg, transparent 17deg 44deg);
  opacity: 0.28;
}
.ring-horizon {
  position: absolute;
  left: 63%;
  top: 57%;
  z-index: 2;
  width: clamp(980px,160vw,1680px);
  height: clamp(210px,35vw,360px);
  border-radius: 50%;
  transform: translate3d(calc(-50% + var(--ring-x)), calc(-50% + var(--ring-y)), -80px) rotateX(69deg) rotateZ(var(--ring-rotate));
  background: linear-gradient(90deg, transparent, rgba(34, 139, 34,0.18), transparent),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(111, 68, 54,0.08) 38px 40px, transparent 40px 86px);
  background-position: 0 0, var(--ring-flow) 0;
  border: 1px solid rgba(196, 225, 196,0.16);
  opacity: 0.52;
  border-color: rgba(34, 139, 34, 0.18);
  box-shadow: 0 18px 70px rgba(34, 139, 34,0.08);
}
.planetary-body {
  position: absolute;
  left: 63%;
  top: 52%;
  z-index: 3;
  width: clamp(520px,70vw,820px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  transform: translate3d(-50%, calc(-50% + var(--planet-y)), 0) scale(var(--planet-scale)) rotate(var(--planet-spin));
  background: radial-gradient(circle at 29% 20%, rgba(255,255,255,1) 0 5%, transparent 14%),
    radial-gradient(circle at 38% 30%, rgba(210, 235, 210,0.95), transparent 20%),
    radial-gradient(circle at 78% 77%, rgba(111, 68, 54,0.24), transparent 46%),
    repeating-linear-gradient(164deg, rgba(255,255,255,0.42) 0 9px, rgba(60, 176, 67,0.10) 9px 18px, rgba(198, 215, 190,0.16) 18px 32px),
    conic-gradient(from 218deg at 48% 48%, #ffffff, #D9EAD9 12%, #A8DFA8 28%, #E3F2E3 44%, #f9fbff 64%, #C7E3C7 100%);
  box-shadow: 0 34px 110px rgba(34, 139, 34,0.16),
    0 0 220px rgba(86,128,255,0.08),
    inset -80px -110px 130px rgba(15,23,42,0.18),
    inset 34px 24px 56px rgba(255,255,255,0.72);
  opacity: 0.92;
}
.planetary-body::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background: repeating-linear-gradient(168deg, transparent 0 28px, rgba(245,255,250,0.16) 28px 34px, transparent 34px 70px), radial-gradient(circle at 24% 30%, rgba(255,255,255,0.30), transparent 18%);
  mix-blend-mode: screen;
  opacity: 0.72;
  transform: translateX(var(--cloud-x));
}
.planetary-body::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 28% 24%, transparent 0 36%, rgba(255,255,255,0.12) 56%, rgba(111, 68, 54,0.18) 92%);
  box-shadow: inset 0 0 46px rgba(196, 225, 196,0.24);
}
.planet-ring {
  position: absolute;
  left: 63%;
  top: 55%;
  z-index: 4;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
  opacity: 0.52;
}
.ring-wide {
  width: clamp(900px,132vw,1400px);
  height: clamp(205px,31vw,330px);
  border: 2px solid rgba(196, 225, 196,0.22);
  border-left-color: rgba(110, 195, 110,0.70);
  transform: translate3d(-50%, calc(-50% + var(--ring-y)), 68px) rotateX(68deg) rotateZ(var(--ring-rotate));
  background: linear-gradient(90deg, transparent, rgba(34, 139, 34,0.18), transparent),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(111, 68, 54,0.08) 38px 40px, transparent 40px 86px);
  background-position: var(--ring-flow) 0;
  border-color: rgba(34, 139, 34, 0.18);
  box-shadow: 0 18px 70px rgba(34, 139, 34,0.08);
}
.ring-tight {
  z-index: 5;
  width: clamp(680px,102vw,1080px);
  height: clamp(150px,23vw,245px);
  border: 1px solid rgba(150, 215, 150,0.34);
  border-top-color: rgba(255,255,255,0.46);
  border-left-color: rgba(110, 195, 110,0.74);
  transform: translate3d(-50%, calc(-50% + var(--ring-y)), 92px) rotateX(73deg) rotateZ(var(--ring-rotate-two));
  background: linear-gradient(90deg, transparent, rgba(34, 139, 34,0.18), transparent),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(111, 68, 54,0.08) 38px 40px, transparent 40px 86px);
  background-position: var(--ring-flow-two) 0;
  border-color: rgba(34, 139, 34, 0.18);
  box-shadow: 0 18px 70px rgba(34, 139, 34,0.08);
}
.ring-pov-track {
  position: absolute;
  left: 50%;
  bottom: -29vh;
  z-index: 6;
  width: clamp(980px,168vw,1780px);
  height: clamp(330px,62vh,580px);
  border-radius: 50% 50% 0 0;
  transform-origin: 50% 100%;
  transform: translate3d(calc(-50% + var(--ring-road-x)), var(--ring-road-y), 180px) rotateX(66deg) rotateZ(var(--ring-road-rotate)) scale(var(--ring-road-scale));
  background: linear-gradient(90deg, transparent, rgba(34, 139, 34,0.18), transparent),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(111, 68, 54,0.08) 38px 40px, transparent 40px 86px);
  background-position: 0 0, var(--ring-flow) 0;
  border-top: 1px solid rgba(196, 225, 196,0.28);
  opacity: 0.52;
  border-color: rgba(34, 139, 34, 0.18);
  box-shadow: 0 18px 70px rgba(34, 139, 34,0.08);
}
.ring-lane {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(210, 235, 210,0.76), transparent);
}
.lane-one {
  left: 31%;
  transform: rotate(3deg);
}
.lane-two {
  left: 50%;
  opacity: 0.74;
}
.lane-three {
  right: 31%;
  transform: rotate(-3deg);
}
.ring-foreground-glow {
  position: absolute;
  left: 50%;
  bottom: -20vh;
  z-index: 7;
  width: 120vw;
  height: 38vh;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 100%, rgba(34, 139, 34,0.12), transparent 64%);
  filter: blur(10px);
  opacity: 0.72;
}
.orbit-beacon {
  position: absolute;
  left: 63%;
  top: 55%;
  z-index: 7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #228B22;
  box-shadow: 0 0 18px rgba(34, 139, 34,0.34), 0 0 46px rgba(60, 176, 67,0.24);
}
.beacon-one {
  transform: translate(-50%, -50%) rotate(var(--beacon-angle)) translateX(clamp(330px,48vw,640px));
}
.beacon-two {
  transform: translate(-50%, -50%) rotate(var(--beacon-angle-two)) translateX(clamp(260px,39vw,520px));
  opacity: 0.52;
}
.beacon-three {
  transform: translate(-50%, -50%) rotate(var(--beacon-angle-three)) translateX(clamp(210px,32vw,430px));
  width: 5px;
  height: 5px;
  opacity: 0.44;
}
.orbit-dust {
  position: absolute;
  z-index: 5;
  width: 34vw;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(34, 139, 34,0.26), transparent);
  filter: blur(1px);
  opacity: 0.5;
}
.dust-one {
  left: 10%;
  top: 34%;
  transform: translateX(var(--dust-x)) translateY(var(--star-mid)) rotate(-16deg);
}
.dust-two {
  right: 8%;
  top: 62%;
  transform: translateX(var(--dust-x-alt)) translateY(var(--star-fast)) rotate(14deg);
}
.dust-three {
  left: 34%;
  top: 73%;
  width: 54vw;
  transform: translateX(var(--ring-road-x)) rotate(-5deg);
  opacity: 0.34;
}
.home-page .section {
  transform: translateY(var(--content-y, 0px));
}
.home-page .home-unfold {
  padding-top: 0px !important;
  transform-origin: top center;
  transform: translateY(76px) rotateX(-13deg) scale(0.975);
  clip-path: inset(0 0 24% 0 round 20px);
  opacity: 0;
  transition: opacity 0.95s ease, transform 1s cubic-bezier(0.16,1,0.3,1), clip-path 1s cubic-bezier(0.16,1,0.3,1);
}
.home-page .home-unfold.visible {
  transform: translateY(var(--content-y, 0px)) rotateX(0deg) scale(1);
  clip-path: inset(0 0 0 0 round 0);
  opacity: 1;
}
.home-page .reveal {
  transform-origin: top center;
  transform: translateY(58px) rotateX(-10deg) scale(0.985);
  clip-path: inset(0 0 18% 0 round 16px);
}
.home-page .reveal.visible {
  transform: translateY(0) rotateX(0deg) scale(1);
  clip-path: inset(0 0 0 0 round 0);
}
/* The reveal animation's resting clip-path is inset(0), which still clips
   to the element's own box — fine for most content, but the wave-stop
   cards deliberately overflow .waveform's box to sit on the curve's
   edge humps, so that box needs to stop clipping once revealed. */
.section-centered-flex.home-unfold.visible,
.waveform.reveal.visible,
.final-cta.reveal.visible {
  clip-path: none;
}
.about-header {
  min-height: auto;
  padding: var(--space-hero-top) 24px var(--space-hero-bottom) !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: clamp(20px, 4.2vw, 48px);
  padding-right: clamp(20px, 4.2vw, 48px);
}
.about-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.about-intro-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(360px,0.95fr);
  gap: var(--space-9);
  align-items: center;
}
.about-split-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(280px,0.85fr);
  gap: var(--space-9);
  align-items: center;
}
.about-header h1 {
  margin-bottom: var(--gap-heading-sub);
  font-size: clamp(40px, 7vw, 96px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.055em;
  color: #6F4436;
  font-family: var(--font-display);
}
.about-header p {
  max-width: 57ch;
  font-size: var(--text-lg);
  color: rgba(61, 42, 30, 0.786);
  line-height: var(--leading-normal);
  letter-spacing: -0.015em;
}
.about-intro {
  background: transparent;
  padding: 0 32px var(--space-section);
}
.about-team-section {
  background: transparent;
  padding: var(--space-section) 32px;
}
.about-split {
  padding: var(--space-section) 32px;
}
.about-intro h2 {
  max-width: none;
  white-space: nowrap;
  margin-bottom: var(--gap-heading-body);
  font-size: clamp(20px, 4.6vw, 64px);
  color: #6F4436;
  letter-spacing: -0.06em;
  font-weight: 830;
  display: flex;
  align-items: center;
  gap: 0.14em;
}
.origin-logo-inline {
  height: 1em;
  width: auto;
  display: inline-block;
}
.about-intro p {
  max-width: 62ch;
  margin-bottom: var(--gap-sub-body);
  font-size: clamp(18px, 1.5vw, 23px);
  color: rgba(61, 42, 30, 0.786);
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.about-intro-img {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--space-line);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(245,248,251,0.78)), radial-gradient(circle at 50% 42%, rgba(60, 176, 67,0.12), transparent 42%);
  box-shadow: 0 34px 100px rgba(15,23,42,0.10);
  backdrop-filter: blur(18px);
  border-color: rgba(111, 68, 54,0.09);
}
.about-split h2 {
  font-size: clamp(44px, 5.4vw, 82px);
  color: #6F4436;
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 830;
}
.space-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 14%, rgba(255,255,255,0.72) 22%, transparent 31%),
    radial-gradient(circle at 70% 78%, rgba(60, 176, 67,0.10), transparent 30%);
  opacity: 0.84;
}
.nav-logo span,
.cosmic-page .nav-logo,
.cosmic-page .nav-logo span {
  color: #3D2A1E !important;
}
.btn:hover,
.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}
.ticker-item span {
  color: rgba(61, 42, 30, 0.786);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(60,176,67);
  box-shadow: var(--shadow-card-hover);
}
.work-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}
/* CTA buttons sitewide use the same brand green as the rest of the site. */
.btn-green {
  background: var(--green-primary);
  color: #fff;
  border: 1px solid var(--green-primary);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.btn-green:hover,
.cosmic-page .pricing-card .btn-green:hover {
  background: var(--green-accent);
  border-color: var(--green-accent);
  color: #fff;
  box-shadow: 0 18px 48px rgba(34, 139, 34, 0.25);
}
.contact-page .contact-wrap {
  max-width: 1180px;
}
.contact-page .contact-cards {
  max-width: 1120px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-10);
  align-items: stretch;
}
.contact-page .contact-card {
  min-height: 218px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: var(--card-padding) 28px;
  text-align: center;
  border-radius: 32px;
}
.contact-page .contact-card-icon {
  width: 62px;
  height: 62px;
  margin: 0 0 18px;
  border-radius: 18px;
  color: #228B22;
  background: linear-gradient(145deg, rgba(60, 176, 67,0.12), rgba(255,255,255,0.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 12px 34px rgba(34, 139, 34,0.08);
  transition: color 0.22s ease, transform 0.22s ease;
}
.contact-page .contact-card-icon svg {
  width: 28px;
  height: 28px;
}
.contact-page .contact-card:hover .contact-card-icon {
  color: rgba(60,176,67);
  transform: translateY(-2px);
}
.contact-page .ph-centered-inner {
  max-width: 920px;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(90deg, rgba(61, 42, 30,0.024) 1px, transparent 1px),
    linear-gradient(180deg, rgba(61, 42, 30,0.018) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.22), transparent 64%);
  opacity: 0.36;
}
.cosmic-page .ph-editorial,
.cosmic-page .ph-centered,
.cosmic-page .cs-hero {
  padding: var(--space-hero-top) 24px var(--space-hero-bottom) !important;
}
.service-icon svg,
.contact-card-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}
.home-page .section-title {
  overflow: visible;
  clip-path: none;
  line-height: var(--leading-tight);
  padding-bottom: 0.08em;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  margin-bottom: var(--gap-section-title);
  max-width: 25ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.home-page .section-title.reveal {
  overflow: visible;
  clip-path: none;
  line-height: 1.08;
  padding-bottom: 0.08em;
  transform: translateY(42px) rotateX(-7deg) scale(0.992);
}
.home-page .section-title.reveal.visible {
  overflow: visible;
  clip-path: none;
  line-height: 1.08;
  padding-bottom: 0.08em;
  transform: translateY(0) rotateX(0deg) scale(1);
}
.nav-links::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: var(--nav-indicator-w);
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 28px rgba(15,23,42,0.09), inset 0 1px 0 rgba(255,255,255,0.96);
  opacity: 0;
  transform: translate3d(var(--nav-indicator-x), 0, 0);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), width 0.38s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.18s ease;
  pointer-events: none;
}
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #228B22;
  opacity: 0.9;
  transform: translateX(-50%);
  box-shadow: 0 0 14px rgba(34, 139, 34,0.22);
}
.nav-links:hover a.active:not(:hover),
.nav-links:focus-within a.active:not(:focus-visible) {
  color: rgba(61, 42, 30,0.72);
}
.nav-links:hover a.active:not(:hover)::after,
.nav-links:focus-within a.active:not(:focus-visible)::after {
  opacity: 0.72;
}
.services-page .pricing-grid {
  max-width: 1240px;
  align-items: stretch;
  gap: clamp(var(--grid-gap-sm), 2.2vw, var(--grid-gap));
}
.services-page .pricing-card,
.services-page .cosmic-page .pricing-card,
.services-page.cosmic-page .pricing-card {
  min-height: 520px;
  padding: var(--card-padding);
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  border-radius: 32px;
}
.services-page .pricing-name {
  margin-bottom: 24px;
  font-size: clamp(14px, 2.4vw, 30px);
  line-height: 1;
  white-space: nowrap;
  overflow: visible;
}
.services-page .pricing-price {
  font-size: clamp(64px, 6.4vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}
.services-page .pricing-per {
  margin: 16px 0 44px;
  font-size: 16px;
}
.services-page .pricing-feats {
  gap: var(--grid-gap-sm);
  justify-content: start;
}
.services-page .pricing-feats li {
  gap: 16px;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.42;
}
.services-page .pricing-feats .check {
  width: 18px;
  text-align: center;
  transform: translateY(1px);
}
.services-page .pricing-card .btn {
  margin-top: 38px;
  align-self: end;
  min-height: 58px;
  border-radius: 999px;
}
.about-page .about-intro-img {
  overflow: hidden;
  min-height: 620px;
  padding: clamp(42px, 5vw, 70px);
  align-items: center;
}
.about-page .about-intro-img h3 {
  margin-top: 0;
}
.hero-split-left h1 {
  font-size: clamp(64px, 8.4vw, 118px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -0.055em;
  margin-bottom: var(--gap-heading-sub);
  font-family: var(--font-display);
}
.hero-split-left .hero-sub {
  font-size: var(--text-xl);
  line-height: var(--leading-normal);
  text-align: center;
}
.btn:focus-visible,
.btn-book:focus-visible,
.form-submit:focus-visible,
.filter-pill:focus-visible {
  border-radius: var(--radius-card-lg);
  border: 1px solid rgba(61, 42, 30, 0.08);
  background: #fff;
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-fast);
}
.core-pillars-section {
  position: relative;
}
.core-pillars-header {
  text-align: center;
  margin-bottom: var(--gap-sub-body);
}
.core-pillars-header .section-title {
  white-space: nowrap;
  max-width: none;
  font-size: clamp(1.1rem, 4.4vw, 2.75rem);
}
.core-pillars-header .eyebrow {
  white-space: nowrap;
  max-width: none;
  font-size: clamp(0.75rem, 3vw, 1.5rem);
}
.hero-split {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.hero-split-left {
  flex: 0 0 46%;
  padding-inline: clamp(28px, 5vw, 86px);
  padding-block: clamp(96px, 9vw, 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 2;
}
.hero-split-left h1 .accent {
  background: linear-gradient(135deg, #228B22 0%, #3CB043 54%, #3D2A1E 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-split-right {
  flex: 1;
  position: relative;
  min-height: 100vh;
  overflow: visible;
}
.cylinder-scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
  perspective-origin: 50% 50%;
}
.cylinder-scene.dragging,
.cylinder-track.dragging {
  cursor: grabbing;
}
.cylinder-track {
  position: relative;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  transform: rotateX(10deg);
  cursor: grab;
  user-select: none;
}
.vid-card {
  position: absolute;
  width: clamp(118px, 28vw, 300px);
  height: clamp(178px, 37vw, 400px);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transform-origin: center center;
  background: #000;
}
.vid-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.gallery-section {
  padding: var(--space-section) 32px;
  padding-left: clamp(20px, 4.2vw, 48px);
  padding-right: clamp(20px, 4.2vw, 48px);
}
.gallery-header {
  max-width: 1440px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.gallery-header h2 {
  font-size: var(--text-section);
  font-weight: 700;
  letter-spacing: -0.035em;
  margin-bottom: var(--space-3);
}
.gallery-filter-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.gallery-filter-pills .filter-pill {
  padding: var(--space-3) var(--space-6);
}
.gallery-filter-pills .filter-pill.cs-active {
  background: #6F4436 !important;
  color: #fff !important;
  border-color: #6F4436 !important;
}
.gallery-masonry {
  columns: 3;
  column-gap: var(--grid-gap-sm);
  max-width: 1440px;
  margin: 0 auto;
}
.gallery-masonry .g-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: var(--radius-card);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 6px solid #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.gallery-masonry .g-item img {
  width: 100%;
  display: block;
  transition: transform var(--transition-base);
}
.gallery-masonry .g-item:hover img {
  transform: scale(1.02);
}
/* Video tiles mix 9:16 vertical and 16:9 horizontal clips, so they keep
   their natural intrinsic aspect ratio (no forced crop) and rely on the
   column-based masonry above — a fixed grid here would either crop
   horizontal clips into a portrait box or letterbox vertical ones. */
.gallery-masonry .g-item.hidden,
.gallery-lightbox[hidden],
.wave-mobile-link,
.portfolio-results.filter-all .portfolio-row-side .gallery-section-block .gallery-masonry .g-item:nth-child(n/**/+5) {
  display: none;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(61, 42, 30, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(14px);
}
.gallery-lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 92vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-lightbox-content img {
  display: block;
  max-width: 92vw;
  max-height: 82vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.gallery-lightbox-close {
  position: absolute;
  z-index: 2;
  border: none;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, transform 0.2s ease;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox-prev {
  position: absolute;
  z-index: 2;
  border: none;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, transform 0.2s ease;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 24px;
}
.gallery-lightbox-next {
  position: absolute;
  z-index: 2;
  border: none;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, transform 0.2s ease;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 24px;
}
.gallery-lightbox-close:hover {
  background: #228B22;
  transform: scale(1.06);
}
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
  background: #228B22;
  transform: translateY(-50%) scale(1.08);
}
.gallery-lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 16px;
  font-family: var(--font-mono);
}
body::selection {
  background: rgba(34, 139, 34, 0.2);
  color: #0f1f12;
}
p {
  max-width: 68ch;
  font-family: var(--font-body);
}
.home-orbit-stage .planetary-body,
.work-placeholder.is-hidden,
body.cosmic-case #gallery-lightbox[hidden],
.case-scatter.is-hidden,
.graphicdesign-sections.is-hidden,
.website-sections.is-hidden,
.case-study-section.is-hidden,
.photos-sections.is-hidden,
.video-sections.is-hidden,
.instore-sections.is-hidden,
#gallery-lightbox[hidden] {
  display: none !important;
}
input,
textarea,
select {
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: -0.01em;
  cursor: url("../https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/MakdaMakes_Logo.png") 16 16, pointer;
}
.final-cta h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: clamp(30px, 4.4vw, 50px);
  line-height: 1.08;
  color: #6F4436;
  margin-bottom: var(--gap-heading-body);
}
.home-page .final-cta h2 .accent {
  color: var(--green-accent);
}
/* Light divider behind the closing CTA, ahead of the footer — matches the
   rest of the page instead of standing out as a dark brown band. */
.home-gradient-section {
  position: relative;
  background: transparent;
}
.home-gradient-section .final-cta-eyebrow {
  color: var(--green-accent);
}
.pillar-card h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 19px;
  margin-bottom: var(--space-2);
  white-space: nowrap;
}
.work-card h3,
.contact-card h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.masthead-name {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
  font-size: 24px;
  margin-bottom: var(--space-3);
}
li {
  font-family: var(--font-body);
}
.wave-stop p {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: rgba(61, 42, 30, 0.786);
}
.wave-flip-back p {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(77, 89, 107, 0.82);
  margin-bottom: 14px;
}
.testimonial-quote {
  font-family: var(--font-body);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 560;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #6F4436;
  margin-bottom: var(--space-6);
  font-style: italic;
}
.intro-pullquote p {
  font-family: var(--font-body);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #6F4436;
  margin-bottom: var(--gap-sub-body);
  max-width: none;
}
.about-page .intro-pullquote p {
  white-space: nowrap;
  max-width: none;
  font-size: clamp(20px, 2.2vw, 32px);
}
.final-cta-eyebrow {
  font-family: var(--font-body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 15px;
  color: #228B22;
  margin-bottom: var(--gap-eyebrow-heading);
}
.masthead-role {
  font-family: var(--font-body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  position: relative;
  font-size: 11px;
  color: #228B22;
  margin-bottom: var(--space-2);
}
.scatter-num {
  font-family: var(--font-mono);
  position: absolute;
  top: clamp(-28px, -3.4vw, -22px);
  left: 6px;
  font-size: clamp(42px, 6.8vw, 58px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(34, 139, 34, 0.16);
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}
.testimonial-role {
  font-family: var(--font-mono);
  font-size: 19.5px;
  color: rgba(61, 42, 30, 0.786);
  text-align: left;
}
.testimonial-role-name {
  color: var(--green-primary);
}
.wave-mark {
  font-family: var(--font-mono);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #228B22;
  color: #228B22;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.nav-links a::after {
  pointer-events: none;
  background: linear-gradient(90deg, #228B22, #3CB043) !important;
}
.nav-links a:link,
.nav-links a:visited {
  color: rgba(111, 68, 54, 0.72) !important;
}
.final-cta {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 0 12px;
  text-align: center;
}
.final-cta p {
  font-size: 18px;
  color: rgba(61, 42, 30, 0.786);
  max-width: 52ch;
  margin: 0 auto var(--space-7);
}
.final-cta-rule {
  width: 64px;
  height: 3px;
  margin: 0 auto 32px;
  border-radius: 999px;
}
.final-cta-actions {
  display: flex;
  justify-content: center;
  gap: var(--btn-gap);
  flex-wrap: wrap;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--grid-gap);
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  align-items: start;
}
.pillar-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  perspective: 1400px;
  min-height: 250px;
  text-align: left;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.pillar-cta {
  margin-top: auto;
  padding-top: 18px;
  font-size: 13px;
  font-weight: 800;
  color: #228B22;
  transition: transform 0.2s ease;
}
.pillar-card:hover .pillar-cta {
  transform: translateX(3px);
}
.waveform {
  position: relative;
  max-width: 100%;
  margin: 56px;
  height: 600px;
  overflow: visible;
}
.skyline-outline {
  fill: none;
  stroke: #3D2A1E;
  stroke-width: 2.4;
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.skyline-accent {
  fill: none;
  stroke: #3D2A1E;
  stroke-width: 2.4;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.waveform-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  stroke: rgba(34, 139, 34, 0.46);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 2 13;
  fill: none;
  z-index: 1;
}
.wave-stop {
  position: absolute;
  overflow: visible;
  transform: translate(-50%, -50%);
  width: 210px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
  z-index: 2;
  perspective: 1200px;
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
}
.wave-flip-inner {
  position: relative;
  width: 100%;
  min-height: 150px;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.wave-stop:hover .wave-flip-inner,
.wave-stop:focus-visible .wave-flip-inner {
  transform: rotateY(180deg);
}
.wave-flip-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.wave-flip-front h3 {
  font-size: 25px;
}
.wave-flip-front-text {
  display: contents;
}
.wave-flip-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-5) var(--space-4);
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(111, 68, 54, 0.10);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}
.wave-flip-cta {
  font-size: 13px;
  font-weight: 800;
  color: #228B22;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.wave-mark svg {
  width: 21px;
  height: 21px;
}
.wave-stop:hover .wave-mark {
  background: #228B22;
  color: #fff;
  transform: scale(1.1);
}
.wave-stop h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: var(--space-1);
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.testimonial-stamp {
  position: absolute;
  bottom: -5px;
  left: -10px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  transform: perspective(600px)
    rotateX(12deg)
    rotateY(-14deg)
    rotateZ(-12deg)
    translateZ(8px);
  transform-style: preserve-3d;
  z-index: 5;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset,

    
    0 -7px 14px rgba(0, 0, 0, 0.18) inset,
    5px 5px 12px rgba(0, 0, 0, 0.16) inset,

    
    2px 3px 0 rgba(15, 83, 52, 0.28),
    5px 6px 0 rgba(15, 83, 52, 0.18),
    8px 10px 0 rgba(15, 83, 52, 0.10),

    
    10px 16px 18px rgba(15, 23, 42, 0.25),
    3px 24px 35px rgba(15, 23, 42, 0.32),

    
    0 4px 10px rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(15, 83, 52, 0.22);
  filter: drop-shadow(0 5px 2px rgba(15, 83, 52, 0.16));
}
.testimonial-stamp::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 2px rgba(34, 139, 34, 0.38),

    
    0 2px 3px rgba(255, 255, 255, 0.9) inset,
    0 -5px 7px rgba(0, 0, 0, 0.18) inset,

    
    2px 0 5px rgba(20, 80, 55, 0.18);
  z-index: 2;
}
.testimonial-stamp::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
      ellipse at 25% 18%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.3) 18%,
      rgba(255, 255, 255, 0) 42%
    ),

    
    radial-gradient(
      ellipse at 75% 85%,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0) 48%
    ),

    
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 35%,
      rgba(0, 0, 0, 0.12) 100%
    );
  pointer-events: none;
  z-index: 3;
}
.testimonial-stamp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.12)
    contrast(1.12)
    brightness(0.98);
}
.testimonial-name {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
}
.testimonial-carousel {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
.testimonial-viewport {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: visible;
  position: relative;
  padding-bottom: clamp(40px, 8vw, 80px);
}
.testimonial-track {
  position: relative;
  height: auto;
  min-height: 420px;
  overflow: visible;
}
.testimonial-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(760px, calc(100vw - 48px));
  padding: clamp(var(--space-8), 4.4vw, var(--space-9)) var(--space-8);
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(111, 68, 54, 0.09);
  text-align: center;
  transform: translate(-50%, -50%);
  transition: transform .55s ease, opacity .55s ease, filter .55s ease;
}
.testimonial-card.is-prev {
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% - 430px), -50%) scale(.88);
  opacity: .28;
  filter: blur(1px);
  z-index: 2;
}
.testimonial-card.is-next {
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% + 430px), -50%) scale(.88);
  opacity: .28;
  filter: blur(1px);
  z-index: 2;
}
.testimonial-card.is-hidden {
  position: absolute;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.testimonial-card.is-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 3;
}
.testimonial-card.is-prev .testimonial-stamp {
  box-shadow: none;
  filter: none;
}
.testimonial-card.is-prev .testimonial-stamp::before {
  box-shadow: none;
}
.testimonial-card.is-next .testimonial-stamp {
  box-shadow: none;
  filter: none;
}
.testimonial-card.is-next .testimonial-stamp::before {
  box-shadow: none;
}
.testimonial-arrow:hover {
  background: #228B22;
  color: #fff;
  transform: translateY(-50%) scale(1.06);
}
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #6F4436;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(15,23,42,.12);
  cursor: pointer;
  transition: background .2s,
        color .2s,
        transform .2s;
  z-index: 20;
}
.testimonial-arrow-prev {
  left: 90px;
}
.testimonial-arrow-next {
  right: 90px;
}
.portfolio-filter-row {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.intro-pullquote {
  position: relative;
  padding-top: 20px;
  border-top: none;
}
.intro-pullquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.5px;
  background: rgba(34, 139, 34, 0.35);
}
.masthead-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}
.masthead-item {
  position: relative;
  padding: 8px 20px;
  text-align: left;
  overflow: hidden;
}
.masthead-item + .masthead-item {
  border-left: 1px solid rgba(111, 68, 54, 0.10);
}
.masthead-item p {
  position: relative;
  font-size: 14.5px;
  color: rgba(61, 42, 30, 0.786);
}
.case-scatter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.case-study-section {
  width: 100%;
  max-width: 1100px;
  margin: var(--space-8) auto 0;
}
.case-scatter-header {
  width: 100%;
}
.case-scatter .scatter-card {
  display: block;
  position: relative;
  border-radius: 22px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.case-scatter .scatter-card:hover {
  transform: scale(1.015);
  z-index: 2;
}
.gallery-masonry .g-item:nth-child(5n/**/+1) {
  transform: rotate(-1.8deg);
}
.gallery-masonry .g-item:nth-child(5n/**/+2) {
  transform: rotate(1.3deg);
}
.gallery-masonry .g-item:nth-child(5n/**/+3) {
  transform: rotate(-0.9deg);
}
.gallery-masonry .g-item:nth-child(5n/**/+4) {
  transform: rotate(1.7deg);
}
.gallery-masonry .g-item:nth-child(5n) {
  transform: rotate(-1.3deg);
}
.gallery-masonry .g-item:hover {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.20);
  z-index: 2;
}
.cs-split img.cs-loaded-image,
.cs-split img.smart-image {
  transform: rotate(-1.2deg);
  border: 8px solid #fff;
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.16);
}
.contact-page .form-submit {
  width: auto;
  padding: 16px 40px;
  margin-top: 8px;
}
body.cosmic-case #gallery-lightbox {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483647 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
[onclick] {
  cursor: url("../https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/MakdaMakes_Logo.png") 16 16, pointer;
}
/* MM monogram watermark, tiled diagonally site-wide.
   Oversized + rotated so the tiled grid still covers every corner post-rotation. */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../assets/images/logo/mm-logo-scatter.svg");
  background-repeat: repeat;
  background-size: 320px 320px;
  opacity: 0.35;
}
.waveform-scroll-stage {
  position: relative;
  height: auto;
}
.waveform-scroll-stage .waveform {
  position: relative;
  display: flex;
  align-items: center;
  margin: 56px auto;
}
.contact-cards.contact-cards-duo,
.contact-page .contact-cards.contact-cards-duo {
  grid-template-columns: repeat(2, minmax(0, 260px)) !important;
  max-width: 650px !important;
  margin: 0 auto !important;
  justify-content: center !important;
}
.pricing-badge-above {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 2;
  background: var(--green-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 24px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(34, 139, 34, 0.24);
}
.pricing-card.has-corner-sticker {
  overflow: hidden;
}
.card-sticker {
  position: absolute;
  top: clamp(-50px, -1.6vw, -40px);
  right: clamp(-30px, -1.2vw, -20px);
  z-index: 2;
  width: clamp(90px, 10.4vw, 150px);
  height: clamp(90px, 10.4vw, 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 139, 34, 0.24);
  color: #228B22;
  font-size: clamp(11px, 1.3vw, 18px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 8px;
  clip-path: polygon(
    50.0% 0.0%,
    56.44% 17.63%,
    69.13% 3.81%,
    68.34% 22.56%,
    85.36% 14.64%,
    77.44% 31.66%,
    96.19% 30.87%,
    82.37% 43.56%,
    100.0% 50.0%,
    82.37% 56.44%,
    96.19% 69.13%,
    77.44% 68.34%,
    85.36% 85.36%,
    68.34% 77.44%,
    69.13% 96.19%,
    56.44% 82.37%,
    50.0% 100.0%,
    43.56% 82.37%,
    30.87% 96.19%,
    31.66% 77.44%,
    14.64% 85.36%,
    22.56% 68.34%,
    3.81% 69.13%,
    17.63% 56.44%,
    0.0% 50.0%,
    17.63% 43.56%,
    3.81% 30.87%,
    22.56% 31.66%,
    14.64% 14.64%,
    31.66% 22.56%,
    30.87% 3.81%,
    43.56% 17.63%
  );
  transform: rotate(10.5deg);
}
.pricing-disclaimer {
  font-size: 13px;
  font-weight: 600;
  color: rgba(61, 42, 30, 0.55);
  text-align: center;
  margin: 18px 0 -6px;
}
.reassure-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-5);
  max-width: 1320px;
  margin: 0 auto;
}
/* PLACEHOLDER border treatment — Pedram wants this to mimic a card style he
   saw elsewhere but hasn't sent the reference yet; swap when he does. */
.reassure-card {
  padding: var(--card-padding-compact);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 2px solid rgba(111, 68, 54, 0.2);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(22px) saturate(150%);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.reassure-card:hover {
  transform: translateY(-6px);
  border-color: rgba(60,176,67);
  box-shadow: 0 34px 100px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}
.reassure-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 18px;
  color: #228B22;
  background: linear-gradient(135deg, rgba(60, 176, 67,0.14), rgba(255,255,255,0.78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}
.reassure-card h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-2);
  color: #6F4436;
}
.reassure-card p,
.analytics-caption {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(61, 42, 30, 0.786);
}
.ceo-photo-wrap,
.behind-brand-section .analytics-header {
  margin-bottom: 28px;
}
.ceo-photo {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}
.team-photo-wrap {
  max-width: 1100px;
  margin: 0 auto 56px;
}
.team-photo {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}
/* PLACEHOLDER team photo — swap for the real file once provided (see comment
   in about.html) and remove this block. */
.team-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  background: linear-gradient(135deg, rgba(111, 68, 54, 0.08), rgba(60, 176, 67, 0.08));
  border: 1.5px dashed rgba(111, 68, 54, 0.28);
  color: rgba(61, 42, 30, 0.55);
}
.team-photo-placeholder i {
  font-size: 40px;
}
.team-photo-placeholder span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cs-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-9) var(--space-7);
  background: linear-gradient(135deg, rgba(111, 68, 54, 0.06), rgba(60, 176, 67, 0.06));
  border-radius: var(--radius-card);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  min-height: 260px;
}
.cs-logo-card img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
.cs-coming-soon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  max-width: 1000px;
  margin: 0 auto;
}
.cs-coming-soon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  text-align: center;
  padding: var(--space-9) var(--space-6);
  border-radius: var(--radius-card);
  background: linear-gradient(135deg, rgba(111, 68, 54, 0.08), rgba(60, 176, 67, 0.08));
  border: 1.5px dashed rgba(111, 68, 54, 0.28);
  color: rgba(61, 42, 30, 0.55);
}
.cs-coming-soon-card i {
  font-size: 36px;
}
.cs-coming-soon-card h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(46, 32, 19, 0.75);
}
.cs-coming-soon-card p {
  font-size: 13px;
  margin: 0;
}
@media (max-width: 700px) {
  .cs-coming-soon-grid {
    grid-template-columns: 1fr;
  }
}
.masthead-photo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  position: relative;
  z-index: 1;
}
.ph-centered .accent {
  display: inline-block;
  padding: 0.05em 0.3em;
  border-radius: 0.35em;
  background: linear-gradient(180deg, rgba(34, 139, 34, 0.25) 0%, rgba(34, 139, 34, 0.03) 50%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-backdrop-filter: blur(8px) saturate(220%);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 
    inset 0 -2px 4px rgba(34, 139, 34, 0.2),
    0 6px 14px rgba(15, 23, 42, 0.1);
  color: inherit;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}
.pillar-card:hover {
  transform: translateY(-4px);
}
.pillar-card.active {
  transform: translateY(-6px) scale(1.03);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(60, 176, 67, 0.4);
  z-index: 2;
}
.pillar-detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.pillar-card.active .pillar-detail {
  max-height: 320px;
  opacity: 1;
  margin-top: 14px;
}
.pillar-detail p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(77, 89, 107, 0.82);
  margin-bottom: 10px;
}
.pillar-detail .pillar-cta {
  display: inline-block;
  margin-top: 4px;
}
.plane-static {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  object-fit: contain;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.20), 0 0 0 1px rgba(34, 139, 34, 0.14);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.portfolio-results.filter-all .graphicdesign-sections.home-page {
  align-items: flex-start;
}
.portfolio-results.filter-graphicdesign .graphicdesign-sections.home-page {
  align-items: center;
  margin-top: 48px;
}
.website-sections {
  max-width: 1100px;
  margin: var(--space-8) auto 0;
  display: flex;
  flex-direction: column;
}
.website-sections .website-client {
  margin-top: var(--space-9);
}
.website-sections .gallery-section-head + .website-client {
  margin-top: 0;
}
.portfolio-results.filter-all .website-sections {
  margin-top: 200px;
}
.brandkit-client {
  border-radius: 24px;
}
.brandkit-client-head h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-2);
}
.brandkit-groups {
  display: grid;
  flex-direction: column;
  gap: var(--grid-gap-sm);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.brandkit-group h4 {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #228B22;
  margin-bottom: var(--space-3);
}
.brandkit-row img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 14px;
  border: 6px solid #fff;
}
.website-client-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: var(--gap-sub-body);
  text-decoration: none;
  color: inherit;
}
.website-client-head h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.website-visit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 10px 20px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.website-client-head:hover .website-visit {
  background: var(--premium-black);
  border-color: var(--premium-black);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}
.website-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}
/* PLACEHOLDER sticker style — small rotated corner badge, pending the
   reference site Pedram wants to match. Swap look once provided. */
.portfolio-sticker {
  position: absolute;
  top: 14px;
  right: -6px;
  z-index: 2;
  background: var(--green-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 6px;
  transform: rotate(6deg);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.22);
}
.website-compare-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(111, 68, 54, 0.09);
  border-radius: 18px;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
}
.website-compare-item img {
  box-sizing: content-box;
  width: calc(100% - 20px);
  aspect-ratio: 21 / 10;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 18px;
  border: 10px solid #fff;
}
.website-compare-label {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(111, 68, 54, 0.78);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 2;
}
.website-compare-after {
  display: block;
  cursor: pointer;
}
.website-compare-hover {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: rgba(251,251,253,0.74);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  backdrop-filter: blur(18px);
}
.website-compare-after:hover .website-compare-hover {
  opacity: 1;
}
.website-compare-btn {
  padding: var(--space-3) var(--space-6);
  border-radius: 999px;
  background: #6F4436;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(15,23,42,0.20);
}
.photos-sections,
.video-sections,
.instore-sections,
.graphicdesign-sections {
  width: 100%;
  max-width: 1100px;
  margin: 48px auto 0;
}
.gallery-section-head,
.case-scatter-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
}
.gallery-section-head h3,
.case-scatter-header h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-2);
}
.gallery-section-block .gallery-masonry {
  columns: 3;
  column-gap: var(--grid-gap-sm);
}
.gallery-section-block .gallery-masonry .g-item {
  cursor: url("https://pub-072db0f8dc24480ba72d0fc4e2bab34c.r2.dev/videos/Team/logo.png") 16 16, pointer;
  outline-offset: 3px;
}
.gallery-section-block .gallery-masonry .g-item:focus-visible {
  outline: 2px solid #228B22;
}
.gallery-section-block .gallery-masonry .g-item img {
  width: 100%;
  display: block;
}
.gallery-section-block .gallery-masonry .g-item video {
  width: 100%;
  display: block;
  height: auto;
}
/* Video play-button overlay */
.g-item-video { position: relative; }
.g-item-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.28);
  transition: transform 0.25s ease, background 0.25s ease;
  pointer-events: none;
  z-index: 1;
}
.g-item-video .play-btn svg { width: 18px; height: 18px; fill: #228B22; margin-left: 3px; }
.g-item-video:hover .play-btn { background: #228B22; }
.g-item-video:hover .play-btn svg { fill: #fff; }
#gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox-content video {
  max-width: 92vw;
  max-height: 82vh;
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  object-fit: contain;
}
.portfolio-row {
  display: contents;
}
.portfolio-results.filter-all .portfolio-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: var(--grid-gap);
  align-items: start;
  margin-top: var(--space-7);
}
.portfolio-results.filter-all .portfolio-row-2 {
  grid-template-columns: 1.2fr 1.4fr;
}
.brandkit-group {
  min-width: 0;
}
.portfolio-row-side {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
}
.portfolio-results.filter-all .portfolio-row-main .case-scatter {
  columns: unset;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 0 !important;
}
.portfolio-results.filter-all .portfolio-row-main .case-scatter .scatter-card,
.portfolio-results.filter-all .portfolio-row-main .case-scatter .scatter-card:hover {
  transform: none !important;
  margin-bottom: 0;
}
.portfolio-results.filter-all .portfolio-row-main .case-scatter .work-card {
  aspect-ratio: 1 / 1;
  height: 340px;
}
.portfolio-results.filter-all .portfolio-row-side .gallery-section-block .gallery-masonry {
  columns: 2;
  column-gap: var(--grid-gap-sm);
}
.portfolio-results.filter-all .portfolio-row-side .gallery-section-head {
  margin-bottom: 14px;
  padding-bottom: 10px;
}
.portfolio-results.filter-all .portfolio-row-side .gallery-section-head h3 {
  font-size: 30px;
}
.portfolio-results.filter-all .portfolio-row-side .gallery-section-head p,
.behind-brand-section .brandkit-client-head p {
  font-size: 12.5px;
}
.portfolio-results.filter-all .portfolio-row-side .brandkit-row img {
  width: 108px;
  height: 108px;
}
.portfolio-results,
.portfolio-results .portfolio-row,
.portfolio-results:not(.filter-all) .portfolio-row-main,
.portfolio-results:not(.filter-all) .portfolio-row-side,
.portfolio-results:not(.filter-all) .brandkit-client {
  width: 100%;
  max-width: none;
}
.portfolio-results:not(.filter-all) .portfolio-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
  gap: 0;
}
.portfolio-results:not(.filter-all) .brandkit-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}
.portfolio-results:not(.filter-all) .brandkit-group {
  width: 100%;
  min-width: 0;
}
.gallery-header .eyebrow {
  color: #374151;
  font-size: 13px;
  font-weight: 800;
}
.analytics-section {
  padding-bottom: var(--space-section);
}
.analytics-header {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}
.analytics-header h2 {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-4);
  color: #6F4436;
}
.analytics-header p {
  font-size: 16px;
  color: rgba(61, 42, 30, 0.786);
}
.analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.analytics-card {
  padding: var(--card-padding) 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(111, 68, 54, 0.09);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 20px rgba(15, 23, 42, 0.05);
}
.analytics-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.analytics-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #228B22;
  background: linear-gradient(135deg, rgba(60, 176, 67, 0.14), rgba(255, 255, 255, 0.78));
}
/* Typography aligned to the Brand Kit group labels (.brandkit-group h4)
   so the two components read as one visual system. */
.analytics-card-head h3 {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #228B22;
}
.analytics-stat {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}
.analytics-stat-num {
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 700;
  color: #228B22;
}
.analytics-stat-label {
  font-size: 13px;
  color: rgba(61, 42, 30, 0.6);
}
.analytics-chart {
  position: relative;
  height: 180px;
  margin-bottom: 18px;
}
.analytics-chart-pie {
  height: 200px;
}
.behind-brand-section {
  padding-top: var(--space-section-sm);
  padding-bottom: var(--space-section-sm);
}
.behind-brand-section .analytics-header h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  margin-bottom: var(--space-2);
}
.behind-brand-section .analytics-header p,
.behind-brand-section .analytics-card-head h3 {
  font-size: 14px;
}
.behind-brand-section .cs-split {
  gap: 32px;
  align-items: start;
}
.behind-brand-section .brandkit-client-head {
  margin-bottom: 16px;
  padding-bottom: 12px;
}
.behind-brand-section .brandkit-client-head h3 {
  font-size: 20px;
  margin-bottom: 4px;
}
.behind-brand-section .brandkit-groups {
  gap: var(--grid-gap-sm);
}
.behind-brand-section .brandkit-group h4 {
  font-size: 10.5px;
  margin-bottom: 8px;
}
.behind-brand-section .brandkit-row {
  gap: 8px;
}
.behind-brand-section .brandkit-row img {
  width: 200px;
  height: 200px;
  border-width: 4px;
  border-radius: 8px;
}
.behind-brand-section .analytics-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}
.behind-brand-section .analytics-card {
  padding: var(--space-4);
  border-radius: 16px;
}
.behind-brand-section .analytics-card-head {
  gap: 8px;
  margin-bottom: 10px;
}
.behind-brand-section .analytics-icon {
  width: 30px;
  height: 30px;
  font-size: 13px;
  border-radius: 9px;
}
.behind-brand-section .analytics-stat {
  gap: 8px;
  margin-bottom: 8px;
}
.behind-brand-section .analytics-stat-num {
  font-size: 21px;
}
.behind-brand-section .analytics-stat-label {
  font-size: 11px;
}
.behind-brand-section .analytics-chart {
  height: 90px;
  margin-bottom: 8px;
}
.behind-brand-section .analytics-chart-pie {
  height: 100px;
}
.behind-brand-section .analytics-caption {
  font-size: 12px;
  line-height: 1.4;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-7);
  margin-bottom: var(--grid-gap);
}
.form-field {
  width: 100%;
  margin-bottom: 28px;
}
.form-row .form-field {
  margin-bottom: 0;
}
.form-field label {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(61, 42, 30, 0.72);
}
.form-field .opt {
  color: rgba(61, 42, 30, 0.42);
  font-weight: 400;
}
.form-field input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(61, 42, 30, 0.20);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: border-color 0.25s ease,
    box-shadow 0.25s ease;
  height: 50px;
  padding: 0 2px;
}
.form-field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(61, 42, 30, 0.20);
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: border-color 0.25s ease,
    box-shadow 0.25s ease;
  height: 50px;
  padding: 0 2px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, rgba(61, 42, 30, 0.55) 50%),
    linear-gradient(135deg, rgba(61, 42, 30, 0.55) 50%, transparent 50%);
  background-position: calc(100% - 8px) 22px,
    calc(100% - 3px) 22px;
  background-size: 5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}
.form-field select option {
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
}
/* Customizable <select>: themes the open dropdown popup itself (Chrome/Edge 135+).
   Guarded by @supports so unsupported browsers keep the appearance:none + custom
   arrow fallback above untouched -- this can only ever be a strict enhancement. */
@supports (appearance: base-select) {
  .form-field select,
  .form-field select::picker(select) {
    appearance: base-select;
  }
  .form-field select {
    background-image: none;
    position: relative;
  }
  .form-field select::picker-icon {
    /* Custom symmetric chevron (not the UA glyph), pinned with absolute
       positioning + translate so the icon's box can't shift when the
       select's internal layout changes on open. Static -- does not
       rotate when the select opens. */
    content: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%2010'%3E%3Cpath%20d='M2%203.5L5%206.5L8%203.5'%20stroke='rgba(61,42,30,0.55)'%20stroke-width='1.4'%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    translate: 0 -50%;
  }
  .form-field select::picker(select) {
    position-area: block-end span-inline-end;
    position-try-fallbacks: none;
    border: 1px solid rgba(61, 42, 30, 0.14);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-card-hover);
    padding: 6px;
    margin-top: 8px;
  }
  .form-field select option {
    border-radius: var(--radius-sm);
    padding: 10px 12px;
    margin: 2px 0;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .form-field select option:hover,
  .form-field select option:focus {
    background: rgba(34, 139, 34, 0.10);
    color: var(--green-primary);
  }
  .form-field select option:checked {
    background: var(--green-primary);
    color: #fff;
    font-weight: 600;
  }
}
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(61, 42, 30, 0.20);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: border-color 0.25s ease,
    box-shadow 0.25s ease;
  min-height: 130px;
  padding: 12px 2px 10px;
  resize: vertical;
  line-height: 1.6;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(61, 42, 30, 0.38);
  opacity: 1;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-bottom-color: var(--green-primary);
  box-shadow: 0 1px 0 var(--green-primary) !important;
}
.form-field input:-webkit-autofill,
.form-field input:-webkit-autofill:hover,
.form-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 9999s ease-in-out 0s;
}
.form-error a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mini-skyline {
  position: absolute;
  width: 16%;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.9;
}
.mini-skyline--austin {
  width: 35%;
}
.mini-skyline--houston {
  width: 25%;
}

/* ---------- Keyframes ---------- */
@keyframes ticker-scroll {
from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 25px)); }
}
@keyframes starTwinkle {
from { opacity: 0.42; } to { opacity: 0.68; }
}

/* ---------- Responsive breakpoints (consolidated) ---------- */
@media (max-width: 1180px) {
  .pillars-grid,
  .reassure-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) {
  .masthead-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .masthead-item:nth-child(2n/**/+1) {
    border-left: 0;
  }
  .masthead-item:nth-child(n/**/+3) {
    border-top: 1px solid rgba(111, 68, 54, 0.10);
    padding-top: 32px;
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-intro-inner {
    grid-template-columns: 1fr;
  }
  .nav-links {
    gap: 2px;
  }
  .services-page .pricing-card,
  .services-page.cosmic-page .pricing-card {
    min-height: auto;
  }
  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .contact-page .contact-cards {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  .contact-page .contact-card {
    min-height: 190px;
  }
  .hero-split {
    flex-direction: column;
    min-height: auto;
  }
  .hero-split-left {
    flex: none;
    width: 100%;
    padding: 110px 24px 40px;
  }
  .hero-split-right {
    flex: none;
    width: 100%;
    min-height: 440px;
  }
  .gallery-section-block .gallery-masonry {
    columns: 2;
  }
  #videoGallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .behind-brand-section .brandkit-row img {
    width: 72px;
    height: 72px;
  }
  .portfolio-results.filter-all .portfolio-row,
  .portfolio-results.filter-all .portfolio-row-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  /* Below this width the flight-path layout's fixed-width stops start
     clipping past the container edge (see dallas/sanantonio anchors at
     the far left/right of the path), so switch to a stacked list of
     cards instead. The hover/focus flip stays intact (base .wave-stop
     rules already handle it) — these stops just get an explicit height
     so the front and back faces line up while flipped. */
  .waveform-scroll-stage .waveform {
    display: block;
  }
  .waveform-path,
  .mini-skyline {
    display: none;
  }
  .waveform {
    height: auto;
  }
  .wave-stop {
    position: static;
    transform: none;
    width: auto;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid var(--border);
    border-radius: 16px;
    padding: var(--card-padding-compact);
  }
  .wave-stop:last-child {
    margin-bottom: 0;
  }
  .wave-stop:hover {
    border-color: var(--green-accent);
  }
  .wave-flip-inner {
    min-height: 150px;
  }
  .wave-flip-front {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
  }
  .wave-mark {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .wave-flip-front-text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 10px;
    row-gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
  }
  .wave-flip-front-text h3 {
    margin-bottom: 0;
  }
  .wave-flip-front-text h3,
  .wave-mobile-link {
    white-space: nowrap;
  }
  .wave-mobile-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #228B22;
  }
}
@media (max-width: 768px) {
  .nav,
  .cosmic-page .nav,
  .cosmic-page .nav.nav-floating {
    padding: 14px 20px;
  }
  .core-pillars-header .eyebrow {
    white-space: nowrap;
    max-width: none;
    font-size: clamp(0.7rem, 3.2vw, 1.1rem);
  }
  .nav-links {
    display: none;
    border-radius: 0;
    background: transparent;
    border: 0;
  }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(255,255,255,0.96);
    padding: 18px 20px 24px;
    gap: 16px;
    border-bottom: 1px solid rgba(111, 68, 54,0.08);
    box-shadow: 0 18px 48px rgba(15,23,42,0.10);
  }
  .nav-toggle {
    display: block;
  }
  .btn-book,
  .nav-links::before,
  .nav-links a.active::after {
    display: none;
  }
  .pricing-grid,
  .contact-cards,
  .footer-grid,
  .cs-split,
  .about-split-inner,
  .about-intro-inner {
    grid-template-columns: 1fr;
  }
  .pricing-toggle {
    width: 100%;
    gap: 4px;
  }
  .pricing-toggle button {
    min-width: 0;
    flex: 1;
  }
  .pricing-card,
  .cosmic-page .pricing-card {
    min-height: auto;
    border-radius: 28px;
  }
  .form-card {
    padding: var(--card-padding-compact);
  }
  .ph-editorial,
  .ph-centered,
  .about-header,
  .cs-hero,
  .cosmic-page .ph-editorial,
  .cosmic-page .ph-centered,
  .cosmic-page .cs-hero {
    padding: 94px 20px 70px;
  }
  .ph-centered-inner {
    white-space: normal;
  }
  .ph-editorial p {
    text-align: left;
    margin-left: 0;
  }
  .planetary-body {
    left: 68%;
    top: 55%;
    width: clamp(420px,104vw,680px);
  }
  .planet-ring {
    left: 68%;
  }
  .ring-wide {
    width: clamp(780px,176vw,1160px);
    height: clamp(175px,52vw,310px);
  }
  .ring-tight {
    width: clamp(600px,136vw,920px);
    height: clamp(135px,40vw,240px);
  }
  .ring-horizon {
    left: 68%;
    width: clamp(820px,184vw,1240px);
    height: clamp(190px,56vw,340px);
  }
  .ring-pov-track {
    width: clamp(900px,220vw,1400px);
    height: clamp(300px,56vh,500px);
    bottom: -26vh;
  }
  .orbit-depth-grid {
    width: 220vw;
    height: 220vw;
  }
  .home-orbit-stage {
    opacity: 0.68;
  }
  .filter-pill,
  .cosmic-page .filter-pill {
    min-width: 0;
  }
  .nav-links a {
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.72) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.92) !important;
  }
  .hero-sub,
  .home-page .hero-sub {
    font-size: 19px;
  }
  .hero-btns {
    gap: 12px;
  }
  .hero-btns .btn {
    width: 100%;
  }
  .section-title,
  .cosmic-page .section-title {
    font-size: clamp(36px, 10vw, 52px);
  }
  .core-pillars-header .section-title {
    white-space: nowrap;
    max-width: none;
    font-size: clamp(1rem, 4.2vw, 2.25rem);
  }
  .ph-editorial h1,
  .ph-centered h1,
  .cs-hero h1,
  .about-header h1,
  .cosmic-page .ph-editorial h1,
  .cosmic-page .ph-centered h1,
  .cosmic-page .cs-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
    letter-spacing: -0.052em;
  }
  .work-card {
    height: 310px;
    border-radius: 24px;
  }
  .pricing-price {
    font-size: 58px;
  }
  .home-page .section-title,
  .home-page .section-title.reveal,
  .home-page .section-title.reveal.visible {
    line-height: 1.1;
    padding-bottom: 0.1em;
  }
  .nav-links a.active,
  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: rgba(255,255,255,0.72) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.92) !important;
  }
  .nav-links:hover a.active:not(:hover),
  .nav-links:focus-within a.active:not(:focus-visible) {
    color: #3D2A1E;
  }
  .services-page .pricing-card,
  .services-page.cosmic-page .pricing-card {
    grid-template-rows: auto auto auto auto auto;
  }
  .services-page .pricing-price {
    font-size: 62px;
  }
  .about-page .about-intro-img {
    min-height: 560px;
    padding: 38px 24px;
  }
  .gallery-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-masonry {
    columns: 2;
  }
  .gallery-lightbox-prev {
    left: 8px;
  }
  .gallery-lightbox-next {
    right: 8px;
  }
  .gallery-lightbox-close {
    top: 12px;
    right: 12px;
  }
  .hero-split-left h1,
  .hero-split-left .hero-sub {
    max-width: 100%;
  }
  .testimonial-stamp {
    width: 96px;
    height: 96px;
    bottom: -20px;
    left: -6px;
    transform: perspective(450px)
      rotateX(10deg)
      rotateY(-11deg)
      rotateZ(-12deg)
      translateZ(5px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset,
      0 -5px 10px rgba(0, 0, 0, 0.18) inset,
      3px 4px 0 rgba(15, 83, 52, 0.24),
      5px 7px 0 rgba(15, 83, 52, 0.14),
      7px 10px 12px rgba(15, 23, 42, 0.24),
      2px 18px 26px rgba(15, 23, 42, 0.28);
  }
  .testimonial-track {
    height: 560px;
  }
  .testimonial-carousel {
    gap: 10px;
  }
  .testimonial-arrow {
    width: 40px;
    height: 40px;
  }
  .testimonial-arrow-prev {
    left: 12px;
  }
  .testimonial-arrow-next {
    right: 12px;
  }
  .testimonial-card {
    padding: 40px 26px;
  }
  .portfolio-filter-row {
    margin-left: 0;
    padding: 22px 20px 0;
  }
  .pricing-card-featured {
    margin-top: 40px;
  }
  .pricing-badge-above {
    top: -46px;
    font-size: 12px;
    padding: 9px 20px;
  }
}
@media (max-width: 760px) {
  .case-scatter {
    grid-template-columns: 1fr;
  }
  .case-scatter .scatter-card,
  .case-scatter .scatter-card:hover {
    transform: none !important;
  }
}
@media (max-width: 700px) {
  .pillars-grid,
  .analytics-grid {
    grid-template-columns: 1fr;
  }
  .pillar-card {
    min-height: 0;
    perspective: none;
  }
  .website-compare {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
  .form-row .form-field,
  .form-field {
    margin-bottom: 28px;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
  }
  .brandkit-row img {
    width: 100%;
    height: auto;
  }
  .brandkit-client {
    padding: 28px 22px;
  }
}
@media (max-width: 640px) {
  .contact-cards.contact-cards-duo,
  .contact-page .contact-cards.contact-cards-duo {
    grid-template-columns: 1fr !important;
    max-width: 320px !important;
  }
  .contact-cards-duo .contact-card {
    width: 100% !important;
  }
  .card-sticker {
    width: clamp(72px, 24vw, 100px) !important;
    height: clamp(72px, 24vw, 100px) !important;
    font-size: clamp(9px, 2.5vw, 12px) !important;
    top: clamp(-10px, -2.5vw, -6px) !important;
    right: clamp(-8px, -2vw, -5px) !important;
  }
  .brandkit-groups {
    grid-template-columns: 1fr;
    gap: var(--grid-gap-sm);
  }
  .brandkit-row img {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .gallery-lightbox-prev,
  .gallery-lightbox-next {
    width: 42px;
    height: 42px;
  }
  .gallery-lightbox-close {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
  }
  .masthead-grid,
  .reassure-grid {
    grid-template-columns: 1fr;
  }
  .masthead-item {
    border-left: 0 !important;
    border-top: 1px solid rgba(111, 68, 54, 0.10);
    padding-top: 32px;
    margin-top: 8px;
  }
  .masthead-item:first-child {
    border-top: 0;
    padding-top: 8px;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .gallery-masonry .g-item {
    transform: none !important;
  }
}
@media (max-width: 560px) {
  .gallery-section-block .gallery-masonry {
    columns: 1;
  }
  #videoGallery {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .gallery-masonry {
    columns: 1;
  }
  .testimonial-track {
    height: 640px;
  }
  .core-pillars-header .eyebrow {
    font-size: clamp(0.65rem, 3.4vw, 0.95rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .home-page .home-unfold,
  .home-page .reveal {
    clip-path: none;
    opacity: 1;
    transform: none;
  }
  .service-card,
  .work-card,
  .vid-card,
  .gallery-masonry .g-item img {
    transition: none;
  }
}

/* ---------- Extracted inline styles (from style="" attributes) ----------
   These carry the same effective precedence the inline styles had:
   !important, since they must win over every rule above regardless
   of specificity, at every viewport. The 4 JS-toggled show/hide
   rules are the exception -- they stay plain (non-!important) so
   that main.js / contact.js can keep flipping element.style.display
   at runtime exactly as they did before. */
.nav-logo span {
  font-size: 30px !important;
}

.about-page .about-header-inner {
  text-align: center !important;
}
.about-page .about-header-inner h1 {
  width: 100% !important;
}
.about-page .ceo-photo-wrap,
.about-page .intro-pullquote {
  margin-left: 250px !important;
}
.about-page .about-cta-section {
  padding-top: var(--space-7) !important;
}

.contact-page .hero-split {
  padding-bottom: 0 !important;
}
.contact-page .hero-split-left {
  padding-right: 10px !important;
  padding-left: 10px !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}
.contact-page .hero-split-right {
  padding-top: 130px !important;
}
@media (min-width: 641px) {
  .contact-cards-duo .contact-card {
    width: 120% !important;
    margin: 0 auto !important;
  }
}
#formError {
  display: none;
}
#successView {
  display: none;
}

#addonsPanel {
  display: none;
}
.home-page .hero-split-left h1 {
  padding-bottom: 20px !important;
  font-weight: 400 !important;
}
#cylinderTrack {
  margin-top: 10% !important;
  margin-right: 15% !important;
}
.section-title-tight {
  margin-bottom: var(--space-3) !important;
}
.eyebrow-tight {
  margin-bottom: var(--space-6) !important;
}
.section-centered-flex {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  /* The dallas/sanantonio wave-stops sit right at the edges of the curve
     (left: 5% / 94.5%) so their cards overhang the waveform box itself.
     Generous side padding here gives that overhang somewhere visible to
     land instead of getting clipped at the section/viewport edge. */
  padding-left: clamp(90px, 10vw, 140px) !important;
  padding-right: clamp(90px, 10vw, 140px) !important;
}
.section-title-narrow {
  margin-bottom: 0 !important;
  margin-top: var(--space-3) !important;
  max-width: 19ch !important;
}
.mini-skyline--dallas {
  left: 7.5% !important;
  top: 22.5% !important;
}
.mini-skyline--austin {
  left: 33.3% !important;
  top: 25% !important;
}
.mini-skyline--houston {
  left: 69% !important;
  top: 22.5% !important;
}
.mini-skyline--sanantonio {
  left: 90% !important;
  top: 50% !important;
}
.plane-static-1 {
  left: 19.5% !important;
  top: 36% !important;
}
.plane-static-2 {
  left: 50% !important;
  top: 50% !important;
}
.plane-static-3 {
  left: 80% !important;
  top: 64% !important;
}
.wave-stop[data-city="dallas"] {
  left: 5% !important;
  top: 72% !important;
}
.wave-stop[data-city="austin"] {
  left: 33.3% !important;
  top: 23% !important;
}
.wave-stop[data-city="houston"] {
  left: 66.6% !important;
  top: 83% !important;
}
.wave-stop[data-city="sanantonio"] {
  left: 94.5% !important;
  top: 31% !important;
}
.section-title-loose {
  margin-bottom: var(--space-10) !important;
}
.portfolio-page .case-scatter {
  margin-top: 0;
}
.work-card.photo-card.scatter-card {
  display: block;
}
.section-flush-top {
  padding-top: 0 !important;
}
.section-top-loose {
  padding-top: var(--space-9) !important;
}
.container-flush {
  width: 100% !important;
  margin: 10px !important;
}

.footer-social-link + .footer-social-link {
  margin-left: 10px !important;
}

@media (max-width: 1024px) {
  .about-page .ceo-photo-wrap,
  .about-page .intro-pullquote {
    margin-left: 0 !important;
  }
  .about-page .ceo-photo-wrap {
    display: flex;
    justify-content: center;
    margin-top: var(--space-8);
  }
  .about-page .intro-pullquote {
    text-align: center;
  }
  .about-page .intro-pullquote p {
    font-size: clamp(18px, 4.5vw, 24px);
  }
}

.services-page .ph-centered h1 .accent {
  position: relative;
  display: inline-block;
  padding: 0.05em 0.3em;
  border-radius: 0.35em;
  background: linear-gradient(135deg, #228B22 0%, #3CB043 54%, #3D2A1E 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  box-shadow: none;
}
.services-page .ph-centered h1 .accent::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(34, 139, 34, 0.25) 0%, rgba(34, 139, 34, 0.03) 50%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-backdrop-filter: blur(8px) saturate(220%);
  backdrop-filter: blur(8px) saturate(220%);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8),
    inset 0 -2px 4px rgba(34, 139, 34, 0.2),
    0 6px 14px rgba(15, 23, 42, 0.1);
}

.fp-word {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.fp-stamp {
  position: absolute;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
}
.fp-stamp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fp-stamp-1 { top: -0.38em; left: -0.55em; width: 0.5em; height: 0.58em; transform: rotate(-18deg); }
.fp-stamp-2 { top: -0.35em; right: -0.42em; width: 0.4em; height: 0.46em; transform: rotate(22deg); }
.fp-stamp-3 { bottom: -0.2em; left: 8%; width: 0.42em; height: 0.49em; transform: rotate(10deg); }
.fp-stamp-4 { bottom: -0.17em; right: 4%; width: 0.55em; height: 0.64em; transform: rotate(-24deg); }
.fp-stamp-5 { top: 35%; left: -0.28em; width: 0.34em; height: 0.4em; transform: rotate(40deg); }
.fp-stamp-6 { top: 22%; right: -0.4em; width: 0.46em; height: 0.53em; transform: rotate(-12deg); }
.fp-stamp-7 { top: -0.3em; left: 18%; width: 0.3em; height: 0.35em; transform: rotate(15deg); }
.fp-stamp-8 { top: -0.15em; left: 45%; width: 0.36em; height: 0.42em; transform: rotate(-8deg); }
.fp-stamp-9 { top: -0.3em; right: 20%; width: 0.32em; height: 0.37em; transform: rotate(28deg); }
.fp-stamp-10 { bottom: -0.17em; left: 50%; width: 0.55em; height: 0.64em; transform: rotate(-44deg); }

/* ---------- Contact page: FAQ accordion ---------- */
.faq-container {
  max-width: 760px;
  margin: 0 auto;
}
.faq-header {
  text-align: center;
  margin-bottom: var(--space-8);
}
.faq-header .final-cta-eyebrow {
  margin-bottom: var(--space-3);
}
.faq-header h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.12;
  color: #6F4436;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.faq-item {
  border-radius: var(--radius-card);
  background: #fff;
  border: 1.5px solid rgba(61, 42, 30, 0.16);
  backdrop-filter: blur(22px) saturate(150%);
  transition: border-color var(--transition-fast), box-shadow var(--transition-base);
  overflow: hidden;
}
.faq-item.open {
  border-color: rgba(60, 176, 67, 0.4);
  box-shadow: var(--shadow-card);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: clamp(16px, 2.6vw, 22px) clamp(18px, 3vw, 26px);
  background: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 17px);
  color: #3D2A1E;
  letter-spacing: -0.01em;
}
.faq-question:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: -2px;
}
.faq-icon {
  flex: none;
  position: relative;
  width: 22px;
  height: 22px;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--green-accent);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  border-radius: 999px;
}
.faq-icon::before {
  width: 14px;
  height: 2px;
}
.faq-icon::after {
  width: 2px;
  height: 14px;
}
.faq-item.open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.faq-item.open .faq-answer {
  max-height: 260px;
  opacity: 1;
}
.faq-answer p {
  padding: 0 clamp(18px, 3vw, 26px) clamp(16px, 2.6vw, 22px);
  margin: 0;
  max-width: none;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(77, 89, 107, 0.86);
}
@media (max-width: 640px) {
  .faq-header {
    margin-bottom: var(--space-6);
  }
  .faq-question {
    padding: 14px 16px;
    font-size: 14.5px;
    gap: var(--space-3);
  }
  .faq-answer p {
    padding: 0 16px 14px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .faq-icon {
    width: 18px;
    height: 18px;
  }
  .faq-icon::before {
    width: 12px;
  }
  .faq-icon::after {
    height: 12px;
  }
}
