:root {
  --bg: #f6f0e5;
  --paper: #fffaf3;
  --paper-alt: #f8f1e6;
  --paper-deep: #efe4d5;
  --ink: #1d1914;
  --muted: #5f5348;
  --line: rgba(29, 25, 20, 0.12);
  --accent: #a5482f;
  --accent-dark: #7d3523;
  --olive: #49543f;
  --shadow: 0 24px 64px rgba(53, 37, 22, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(246, 240, 229, 0.92), rgba(246, 240, 229, 0.98)),
    url("assets/images/485c07974.png") center top / cover fixed no-repeat;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.page-shell,
.site-header,
.hero,
.logo-band,
.services-section,
.problem-section,
.proof-section,
.process-section,
.case-studies-section,
.results-section,
.about-section,
.final-cta {
  width: 100%;
  margin: 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 32px 14px;
  background: rgba(255, 250, 243, 0.64);
  border-bottom: 1px solid rgba(29, 25, 20, 0.08);
  position: relative;
  z-index: 30;
}

.brand img {
  width: 138px;
}

.top-nav {
  display: flex;
  gap: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.88rem;
  color: var(--muted);
  align-items: center;
  margin-left: auto;
}

.top-nav a {
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color 160ms ease, opacity 160ms ease;
}

.top-nav > a::after,
.nav-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.top-nav > a:hover,
.nav-group:hover .nav-label,
.nav-menu a:hover {
  color: var(--accent);
}

.top-nav > a:hover::after,
.nav-group:hover .nav-label::after {
  transform: scaleX(1);
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.nav-label {
  position: relative;
  padding: 4px 0;
  cursor: default;
  transition: color 160ms ease;
}

.nav-caret {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.78em;
  transform: translateY(-1px);
  transition: transform 180ms ease, color 160ms ease;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 260px;
  padding: 12px 14px;
  display: none;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 250, 243, 0.98);
  border: 1px solid rgba(29, 25, 20, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(53, 37, 22, 0.12);
  z-index: 40;
}

.nav-group:hover .nav-menu {
  display: flex;
}

.nav-group:hover .nav-caret {
  transform: translateY(-1px) rotate(180deg);
  color: var(--accent);
}

.nav-menu a {
  padding: 2px 0;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff8f2;
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(165, 72, 47, 0.24);
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.84rem;
  margin-left: 16px;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: start;
  min-height: 100vh;
  padding: 56px 48px;
  background:
    linear-gradient(140deg, rgba(255, 250, 243, 0.96), rgba(246, 234, 220, 0.9)),
    url("assets/images/de373303d.png") center / cover no-repeat;
  box-shadow: var(--shadow);
  margin: 0 0 18px;
}

.hero-copy,
.hero-visual,
.logo-band,
.section-shell,
.final-cta-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-visual {
  position: relative;
}

.hero-reaction-card {
  position: absolute;
  top: -25px;
  right: -30px;
  z-index: 3;
  width: min(58%, 320px);
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.96);
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 20px 46px rgba(40, 28, 18, 0.14);
  transform: rotate(7deg);
}

.hero-reaction-card img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 10px 24px rgba(40, 28, 18, 0.12);
  background: #fff;
}

.hero-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
  background: rgba(255, 250, 243, 0.92);
}

.hero-portrait {
  width: 100%;
  aspect-ratio: 0.84 / 1;
  max-height: 650px;
  object-fit: cover;
  object-position: center 18%;
}

.hero-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hero-metric-strip > div {
  padding: 20px 18px;
  border-left: 1px solid rgba(29, 25, 20, 0.1);
}

.hero-metric-strip > div:first-child {
  border-left: 0;
}

.metric-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(2.9rem, 6vw, 5.3rem);
}

.hero-body,
.service-card p,
.problem-copy p,
.symptom-panel li,
.process-intro p,
.section-subcopy,
.about-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-body {
  margin: 18px 0 0;
  max-width: 760px;
  font-size: 1.22rem;
  line-height: 1.6;
}

.logo-band {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding: 0 48px 18px;
  margin: 0 auto;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 22px 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 243, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
}

.logo-card img {
  max-height: 56px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: saturate(0.7) contrast(1.02);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.trust-list li {
  position: relative;
  padding-left: 20px;
}

.trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(165, 72, 47, 0.12);
}

.services-section,
.problem-section,
.proof-section,
.process-section,
.case-studies-section,
.results-section,
.about-section {
  padding: 56px 32px;
}

.services-section { background: rgba(255, 250, 243, 0.42); }
.problem-section { background: rgba(248, 241, 230, 0.88); }
.proof-section { background: rgba(255, 250, 243, 0.78); }
.process-section { background: rgba(239, 228, 213, 0.56); }
.case-studies-section { background: rgba(255, 250, 243, 0.82); }
.results-section { background: rgba(248, 241, 230, 0.8); }
.about-section { background: rgba(255, 250, 243, 0.92); }

.section-shell {
  position: relative;
  padding: 0 24px;
}

.reaction-card {
  position: absolute;
  top: 18px;
  width: 312px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.96);
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 20px 46px rgba(40, 28, 18, 0.14);
  z-index: 1;
  pointer-events: none;
}

.reaction-right {
  right: -96px;
  transform: rotate(8deg);
}

.reaction-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.reaction-card img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 10px 24px rgba(40, 28, 18, 0.12);
  background: #fff;
}

.section-shell > :not(.reaction-card) {
  position: relative;
  z-index: 2;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-heading.narrow {
  max-width: 740px;
}

.services-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card,
.case-card,
.symptom-panel {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 240, 230, 0.9));
}

.section-subcopy {
  margin: 14px 0 0;
}

.pain-subtitle {
  color: var(--olive);
  font-size: clamp(1.28rem, 2.4vw, 1.75rem);
  line-height: 1.35;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
}

.pain-bridge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.pain-bridge strong {
  color: var(--ink);
}

.learn-how-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.learn-how-link:hover {
  color: var(--accent-dark);
}

.results-callout {
  margin: 14px 0 0;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h3,
.case-card h3,
.symptom-panel h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

.service-card p,
.case-card p {
  margin: 14px 0 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--accent);
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.problem-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.problem-copy p + p,
.process-intro p + p,
.about-copy p + p {
  margin-top: 16px;
}

.symptom-panel ul {
  display: grid;
  gap: 12px;
}

.testimonials-stack {
  display: grid;
  gap: 36px;
}

.testimonial-row {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding-top: 26px;
  border-top: 1px solid rgba(29, 25, 20, 0.08);
}

.testimonial-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.testimonial-row:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.testimonial-row:nth-child(even) .testimonial-person {
  order: 2;
  justify-self: end;
}

.testimonial-row:nth-child(even) .testimonial-quote-card {
  order: 1;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 320px;
}

.testimonial-avatar {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  object-fit: cover;
  border: 4px solid rgba(255, 250, 243, 0.92);
  box-shadow: 0 10px 26px rgba(40, 28, 18, 0.14);
}

.testimonial-meta h3 {
  margin: 0;
}

.testimonial-meta p {
  margin: 6px 0 0;
  color: var(--muted);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.94rem;
}

.testimonial-logo {
  width: auto;
  max-width: 124px;
  max-height: 32px;
  margin-top: 10px;
  object-fit: contain;
}

.testimonial-logo-storetasker {
  max-width: 100px;
}

.quote {
  margin: 0;
  color: var(--olive);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.8;
  font-weight: 700;
}

.featured-testimonial .quote {
  color: var(--accent);
}

.case-logo {
  width: auto;
  max-width: 150px;
  max-height: 34px;
  margin-bottom: 18px;
  object-fit: contain;
}

.case-logo-storetasker {
  max-width: 170px;
}

.section-footer-link {
  margin-top: 24px;
}

.results-collage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: 10px;
}

.collage-card {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 20px 46px rgba(40, 28, 18, 0.14);
  background: rgba(255, 250, 243, 0.96);
}

.collage-featured {
  grid-column: span 7;
  grid-row: span 2;
}

.collage-medium {
  grid-column: span 5;
}

.collage-small {
  grid-column: span 4;
}

.collage-wide {
  grid-column: span 8;
}

.collage-tilt-left {
  transform: rotate(-2deg);
}

.collage-tilt-right {
  transform: rotate(2deg);
}

.collage-float-up {
  margin-top: -14px;
}

.about-copy {
  max-width: 760px;
}

.final-cta {
  background:
    linear-gradient(rgba(30, 21, 16, 0.6), rgba(30, 21, 16, 0.72)),
    url("assets/images/business-process-final-cta.jpg") center / cover no-repeat;
  padding: 56px 32px;
}

.final-cta-inner {
  max-width: 900px;
  color: #fff8f2;
}

.final-cta .eyebrow,
.final-cta h2,
.final-cta p {
  color: #fff8f2;
}

.final-cta p {
  margin: 18px 0 0;
  max-width: none;
}

.final-cta .button {
  margin-top: 28px;
}

@media (max-width: 1040px) {
  .hero,
  .logo-band,
  .services-grid,
  .problem-layout,
  .case-grid,
  .results-collage,
  .testimonial-row,
  .testimonial-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .logo-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 0;
  }

  .hero-reaction-card {
    display: none;
  }

  .reaction-card {
    display: none;
  }

  .testimonial-row:nth-child(even) .testimonial-person,
  .testimonial-person {
    order: initial;
    justify-self: start;
    width: 100%;
  }
}

@media (max-width: 820px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .nav-menu {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero {
    padding: 42px 18px;
  }

  .logo-band {
    padding: 0 18px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-section,
  .problem-section,
  .proof-section,
  .process-section,
  .case-studies-section,
  .results-section,
  .about-section,
  .final-cta {
    padding: 42px 18px;
  }

  .hero-metric-strip {
    grid-template-columns: 1fr;
  }

  .hero-metric-strip > div {
    border-left: 0;
    border-top: 1px solid rgba(29, 25, 20, 0.1);
  }

  .hero-metric-strip > div:first-child {
    border-top: 0;
  }

  .button-small {
    margin-left: 0;
  }
}
