:root {
  --bg: #fff8f3;
  --bg-deep: #ffe9da;
  --bg-panel: rgba(255, 252, 248, 0.84);
  --surface: rgba(255, 250, 245, 0.82);
  --surface-strong: rgba(255, 254, 252, 0.96);
  --surface-soft: rgba(240, 106, 47, 0.08);
  --stroke: rgba(197, 112, 60, 0.16);
  --stroke-strong: rgba(197, 112, 60, 0.28);
  --text: #201611;
  --muted: #6b564a;
  --accent: #ef6b2e;
  --accent-strong: #ff9c4a;
  --accent-deep: #8f3817;
  --accent-soft: #ffe0cb;
  --shadow: 0 32px 72px rgba(104, 54, 21, 0.11);
  --shadow-soft: 0 18px 40px rgba(104, 54, 21, 0.08);
  --display: "Plus Jakarta Sans", sans-serif;
  --body: "Plus Jakarta Sans", sans-serif;
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--body);
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 156, 74, 0.2), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(239, 107, 46, 0.16), transparent 20%),
    radial-gradient(circle at 72% 58%, rgba(255, 190, 135, 0.16), transparent 22%),
    linear-gradient(180deg, #fffdfa 0%, #fff6f0 45%, #fffaf6 100%);
  overflow-x: hidden;
  padding-top: 84px;
  padding-bottom: 0;
}

::selection {
  background: rgba(239, 107, 46, 0.22);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 107, 46, 0.18), rgba(239, 107, 46, 0.08) 34%, rgba(239, 107, 46, 0) 72%);
  filter: blur(12px);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 180ms ease;
}

.cursor-glow.is-visible {
  opacity: 0.82;
}

.page-shell {
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.ambient,
.grid-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient {
  z-index: -3;
  opacity: 0.88;
  filter: blur(76px);
}

.ambient-one {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 158, 92, 0.24), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(239, 107, 46, 0.12), transparent 24%);
  animation: drift 18s ease-in-out infinite alternate;
}

.ambient-two {
  background:
    radial-gradient(circle at 72% 72%, rgba(255, 185, 126, 0.22), transparent 24%),
    radial-gradient(circle at 28% 80%, rgba(239, 107, 46, 0.1), transparent 24%);
  animation: driftReverse 22s ease-in-out infinite alternate;
}

.grid-glow {
  z-index: -2;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(180, 108, 59, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 108, 59, 0.04) 1px, transparent 1px);
  background-size: 132px 132px;
  mask-image: radial-gradient(circle at center, black, transparent 86%);
}

.shell {
  width: min(calc(100% - 36px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 40;
  backdrop-filter: blur(22px);
  top: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.9), rgba(255, 248, 242, 0.8));
  border-bottom: 1px solid rgba(197, 112, 60, 0.12);
  box-shadow: 0 14px 40px rgba(104, 54, 21, 0.04);
}

.site-footer {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding: 30px 0 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 179, 117, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 249, 244, 0.98), rgba(255, 244, 236, 0.96));
  border-top: 1px solid rgba(197, 112, 60, 0.12);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header-inner {
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px 18px 18px 8px;
  background:
    linear-gradient(135deg, rgba(255, 170, 101, 0.18), rgba(239, 107, 46, 0.94)),
    #ef6b2e;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 34px rgba(196, 100, 44, 0.2);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 22px 22px 22px 12px;
  border: 1px solid rgba(239, 107, 46, 0.16);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-copy strong,
.footer-brand strong {
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1;
}

.brand-copy small,
.footer-brand p,
.footer-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
}

.site-nav a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.button,
.text-link,
.footer-cta {
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.button,
.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #ffffff;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 36px rgba(196, 100, 44, 0.18);
}

.button:hover,
.button:focus-visible,
.footer-cta:hover,
.footer-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 24px 44px rgba(196, 100, 44, 0.22);
}

.button-small {
  padding: 12px 18px;
  font-size: 0.92rem;
}

.button-white {
  background: rgba(255, 255, 255, 0.94);
  color: var(--accent-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 16px 32px rgba(30, 18, 11, 0.1);
}

.button-white:hover,
.button-white:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 22px 38px rgba(30, 18, 11, 0.12);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-deep);
  font-weight: 700;
}

.text-link::after {
  content: "↗";
  font-size: 1.02rem;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--accent);
  transform: translateX(3px);
}

.text-link-light {
  color: rgba(255, 250, 245, 0.96);
}

.section {
  padding: 44px 0;
}

.services.section {
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 24px;
}

.about.section,
.founder.section,
.proof.section,
.contact.section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.contact.section {
  padding-bottom: 18px;
}

.hero {
  padding: 0;
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(440px, 1.02fr);
  align-items: center;
  gap: 34px;
}

.hero-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-shell::before,
.hero-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-shell::before {
  inset: -180px auto auto -110px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 166, 101, 0.24), transparent 70%);
}

.hero-shell::after {
  inset: auto -180px -170px auto;
  width: 460px;
  height: 460px;
  border-radius: 42% 58% 64% 36% / 42% 38% 62% 58%;
  background: radial-gradient(circle, rgba(239, 107, 46, 0.14), transparent 72%);
  transform: rotate(10deg);
}

.hero-stage {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.about-story h2,
.founder-copy h2,
.contact-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 4.8vw, 4.65rem);
}

.hero h1 span {
  color: var(--accent);
}

.hero-text,
.section-heading p,
.about-story p,
.founder-copy p,
.contact-panel p,
.service-card p,
.testimonial-card p,
.insight-card p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1rem;
}

.hero-text {
  max-width: 52ch;
  margin: 14px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.hero-copy,
.hero-visual,
.about-story,
.about-stack,
.founder-portrait,
.founder-copy {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-template {
  position: relative;
  isolation: isolate;
  padding: 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(255, 206, 158, 0.2), transparent 22%),
    radial-gradient(circle at 16% 18%, rgba(255, 171, 110, 0.14), transparent 18%),
    linear-gradient(140deg, #762d14 0%, #973b19 34%, #cb5723 72%, #ef6b2e 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 80px rgba(78, 28, 8, 0.12);
}

.hero-template::before,
.hero-template::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-template::before {
  inset: -120px auto auto -90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 201, 160, 0.18), transparent 72%);
}

.hero-template::after {
  inset: auto -110px -140px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 222, 194, 0.12), transparent 72%);
}

.hero-template-layout {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.hero-copy {
  padding: 20px 0 26px;
}

.hero-eyebrow {
  color: #ffd5b0;
}

.hero-template h1 {
  max-width: 10ch;
  color: #fffaf6;
  font-size: clamp(3rem, 4.8vw, 4.55rem);
}

.hero-template h1 span {
  color: #ffd6a8;
}

.hero-text-on-dark {
  color: rgba(255, 243, 234, 0.8);
  max-width: 55ch;
}

.hero-template .button-white {
  background: rgba(255, 255, 255, 0.96);
  color: var(--accent-deep);
}

.hero-template .button-white:hover,
.hero-template .button-white:focus-visible {
  background: #ffffff;
}

.hero-outline {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 239, 227, 0.18);
  color: #fffaf6;
  box-shadow: none;
}

.hero-outline:hover,
.hero-outline:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 32px rgba(72, 26, 8, 0.18);
}

.hero-visual {
  padding: 0 0 16px;
}

.hero-vector-shell {
  position: relative;
  width: min(100%, 560px);
  min-height: 304px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-vector-shell::before {
  content: none;
}

.hero-illustration {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  margin: 0 auto;
  filter: drop-shadow(0 18px 22px rgba(80, 30, 9, 0.12));
}

.service-card,
.insight-card,
.testimonial-card,
.contact-panel,
.founder-card {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
  transition:
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.insight-label,
.service-index {
  display: inline-block;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-card::before,
.insight-card::before,
.testimonial-card::before,
.founder-card::before,
.contact-panel::before,
.about-layout::before {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 170, 101, 0.18), transparent 70%);
  pointer-events: none;
}

.inline-chip,
.portrait-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255, 254, 252, 0.88);
  border: 1px solid rgba(197, 112, 60, 0.14);
  color: var(--accent-deep);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(104, 54, 21, 0.08);
}

.inline-chip::before,
.portrait-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.services-ribbon {
  overflow: hidden;
}

.services-ribbon-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  will-change: transform;
}

.services-ribbon-group {
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
  flex: none;
  min-width: max-content;
  padding-right: var(--marquee-gap);
}

.services-ribbon-track span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: none;
  padding: 12px 18px;
  border-radius: 18px 18px 18px 10px;
  font-weight: 700;
}

.services-ribbon-track span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.92;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 16px;
}

.section-heading .eyebrow,
.about-story .eyebrow,
.founder-copy .eyebrow,
.contact-panel .eyebrow {
  margin-bottom: 4px;
}

.section-heading h2,
.about-story h2,
.founder-copy h2,
.contact-panel h2 {
  font-size: clamp(2rem, 3.2vw, 2.85rem);
}

.section-heading p {
  margin-top: 10px;
}

.services-ribbon {
  --marquee-gap: 16px;
  position: relative;
  padding-bottom: 12px;
}

.services-ribbon-track {
  animation: marqueeSlow 38s linear infinite;
}

.services-ribbon-track span {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 239, 0.88));
  border: 1px solid rgba(197, 112, 60, 0.12);
  color: var(--accent-deep);
  box-shadow: 0 14px 24px rgba(196, 100, 44, 0.08);
}

.services-frame,
.proof-frame {
  position: relative;
  padding: 20px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 254, 251, 0.98), rgba(255, 246, 239, 0.92));
  border: 1px solid rgba(197, 112, 60, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.services-frame::before,
.proof-frame::before {
  content: "";
  position: absolute;
  inset: auto -40px -56px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 170, 101, 0.16), transparent 70%);
  pointer-events: none;
}

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

.service-card {
  min-height: 194px;
  padding: 20px 20px 22px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 240, 0.9)),
    #ffffff;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 0 11px rgba(239, 107, 46, 0.08);
}

.service-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 243, 233, 0.9)),
    #ffffff;
}

.service-card:nth-child(3n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 238, 0.9)),
    #ffffff;
}

.service-card:nth-child(1),
.service-card:nth-child(6),
.service-card:nth-child(7),
.service-card:nth-child(8) {
  grid-column: span 2;
}

.service-card:nth-child(1),
.service-card:nth-child(6) {
  background:
    linear-gradient(135deg, rgba(239, 107, 46, 0.16), rgba(255, 188, 135, 0.18)),
    rgba(255, 255, 255, 0.98);
}

.service-card h3 {
  margin: 2px 0 0;
  font-size: 1.28rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.service-card p {
  margin: 4px 0 0;
  max-width: 31ch;
}

.about-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: start;
  padding: 20px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.84), rgba(255, 246, 239, 0.84)),
    #ffffff;
  border: 1px solid rgba(197, 112, 60, 0.12);
  box-shadow: var(--shadow);
}

.about-badges,
.proof-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 8px;
}

.about-story p + p {
  margin-top: 12px;
}

.about-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.insight-card {
  min-height: 204px;
  padding: 22px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 242, 0.88));
}

.insight-large {
  grid-column: span 2;
  min-height: 264px;
  background:
    linear-gradient(160deg, rgba(239, 107, 46, 0.14), rgba(255, 167, 94, 0.12)),
    rgba(255, 252, 248, 0.96);
}

.insight-large h3 {
  margin: 2px 0 0;
  max-width: 18ch;
  font-size: 1.82rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.insight-card p {
  margin: 2px 0 0;
}

.founder-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.84fr) minmax(0, 1.16fr);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 254, 251, 0.98), rgba(255, 246, 239, 0.94));
}

.founder-portrait {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at center, rgba(255, 165, 100, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 240, 228, 0.84), rgba(255, 252, 248, 0.92));
}

.founder-portrait::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(239, 107, 46, 0.12);
  box-shadow:
    0 0 0 30px rgba(239, 107, 46, 0.05),
    0 0 0 66px rgba(239, 107, 46, 0.025);
}

.portrait-core {
  width: clamp(214px, 26vw, 320px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.74)),
    linear-gradient(135deg, rgba(239, 107, 46, 0.2), rgba(255, 166, 101, 0.12));
  color: var(--accent-deep);
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 0 0 18px rgba(239, 107, 46, 0.07),
    0 0 0 42px rgba(239, 107, 46, 0.035);
}

.portrait-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portrait-caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--stroke);
  color: var(--accent-deep);
  font-weight: 700;
  white-space: nowrap;
}

.portrait-chip {
  position: absolute;
  animation: float 6.4s ease-in-out infinite;
}

.portrait-chip-a {
  top: 16%;
  left: 7%;
}

.portrait-chip-b {
  top: 22%;
  right: 6%;
  animation-delay: 0.4s;
}

.portrait-chip-c {
  bottom: 18%;
  left: 11%;
  animation-delay: 0.8s;
}

.founder-copy {
  padding: 24px;
}

.founder-copy p {
  margin-top: 14px;
}

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

.testimonial-card {
  min-height: 268px;
  padding: 22px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 242, 0.9));
}

.featured-testimonial {
  background:
    linear-gradient(160deg, rgba(239, 107, 46, 0.14), rgba(255, 166, 101, 0.12)),
    rgba(255, 252, 248, 0.96);
  transform: translateY(-6px);
}

.quote-mark {
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: 0.72;
  color: var(--accent);
}

.testimonial-card strong {
  display: inline-block;
  margin-top: 6px;
  font-size: 1rem;
}

.testimonial-card p {
  margin: 0;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.92fr) auto;
  align-items: end;
  gap: 14px;
  padding: 22px;
  border-radius: 36px;
  background:
    linear-gradient(rgba(255, 220, 195, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 220, 195, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #7e3115, #ef6b2e 58%, #ff9c4a 100%);
  background-size: 78px 78px, 78px 78px, cover;
  border-color: rgba(255, 232, 215, 0.14);
  box-shadow: 0 36px 70px rgba(101, 42, 16, 0.24);
}

.contact-panel .eyebrow,
.contact-panel h2,
.contact-panel p {
  color: #fff9f6;
}

.contact-panel p {
  margin: 0;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.proof-frame {
  padding-top: 16px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.footer-brand p {
  margin: 6px 0 0;
}

.site-footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.8fr));
  gap: 20px 26px;
}

.footer-brand-block {
  display: grid;
  gap: 12px;
}

.footer-summary {
  max-width: 44ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-label {
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  padding-top: 6px;
  border-top: 1px solid rgba(197, 112, 60, 0.12);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tilt-card {
  transform-style: preserve-3d;
}

.parallax-scene {
  perspective: 1000px;
}

.parallax-card {
  transition: transform 220ms ease;
}

@media (hover: hover) {
  .service-card:hover,
  .insight-card:hover,
  .testimonial-card:hover,
  .founder-card:hover {
    border-color: var(--stroke-strong);
    box-shadow: 0 26px 54px rgba(104, 54, 21, 0.12);
  }
}

@keyframes marqueeSlow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% / 3));
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes drift {
  0% {
    transform: translate3d(-2%, -2%, 0) scale(1);
  }
  100% {
    transform: translate3d(4%, 3%, 0) scale(1.08);
  }
}

@keyframes driftReverse {
  0% {
    transform: translate3d(3%, -2%, 0) scale(1.04);
  }
  100% {
    transform: translate3d(-4%, 4%, 0) scale(0.98);
  }
}

@media (max-width: 1120px) {
  body {
    padding-top: 84px;
    padding-bottom: 0;
  }

  .section {
    padding: 36px 0;
  }

  .services.section {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .about.section,
  .founder.section,
  .proof.section,
  .contact.section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact.section {
    padding-bottom: 16px;
  }

  .site-nav {
    display: none;
  }

  .hero-layout,
  .about-layout,
  .founder-card,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:nth-child(1),
  .service-card:nth-child(6),
  .service-card:nth-child(7),
  .service-card:nth-child(8) {
    grid-column: auto;
  }

  .site-footer-shell {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .hero-template {
    padding: 0;
  }

  .hero-template-layout {
    gap: 22px;
  }

  .hero-copy {
    padding: 18px 0 10px;
  }

  .hero-visual {
    justify-content: center;
    padding: 0 0 12px;
  }

  .hero-stage {
    padding-top: 8px;
  }

  .hero-vector-shell {
    min-height: 264px;
  }

  .hero-illustration {
    width: min(100%, 470px);
    margin-inline: auto;
  }

  .about-layout {
    padding: 18px;
  }

  .founder-portrait {
    min-height: 430px;
  }

  .services-frame,
  .proof-frame {
    padding: 18px;
  }
}

@media (max-width: 760px) {
  body {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .site-header {
    box-shadow: 0 10px 24px rgba(104, 54, 21, 0.06);
  }

  .site-header-inner {
    min-height: 64px;
    gap: 12px;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 16px 16px 16px 8px;
  }

  .brand-mark::after {
    inset: -4px;
    border-radius: 18px 18px 18px 10px;
  }

  .brand-copy small,
  .header-cta {
    display: none;
  }

  .section {
    padding: 30px 0;
  }

  .services.section {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .about.section,
  .founder.section,
  .proof.section,
  .contact.section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contact.section {
    padding-bottom: 14px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 10vw, 3.9rem);
    max-width: 10ch;
  }

  .hero-template {
    padding: 0;
  }

  .hero-template-layout {
    align-items: start;
  }

  .hero-copy {
    padding: 12px 0 0;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .hero-layout {
    gap: 14px;
  }

  .hero-stage {
    padding-top: 0;
  }

  .hero-vector-shell {
    min-height: 0;
    width: 100%;
    padding: 2px 0 0;
    justify-content: center;
    align-items: flex-end;
  }

  .hero-illustration {
    width: min(100%, 290px);
    margin: 0 auto;
  }

  .services-grid,
  .about-stack,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .services-frame,
  .proof-frame {
    padding: 16px;
    border-radius: 28px;
  }

  .services-ribbon {
    padding-bottom: 10px;
  }

  .services-ribbon-track span {
    padding: 10px 14px;
    font-size: 0.88rem;
  }

  .service-card,
  .insight-card,
  .testimonial-card {
    min-height: auto;
    padding: 18px;
    gap: 8px;
  }

  .service-card h3,
  .insight-large h3 {
    font-size: 1.18rem;
  }

  .insight-large {
    grid-column: auto;
    min-height: auto;
  }

  .about-stack {
    gap: 12px;
  }

  .site-footer {
    padding: 22px 0 18px;
  }

  .site-footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .about-layout {
    padding: 16px;
    border-radius: 30px;
  }

  .founder-copy,
  .contact-panel {
    padding: 18px;
  }

  .founder-portrait {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 16px 16px;
  }

  .founder-portrait::before {
    width: min(76vw, 290px);
    height: min(76vw, 290px);
    box-shadow:
      0 0 0 16px rgba(239, 107, 46, 0.04),
      0 0 0 34px rgba(239, 107, 46, 0.018);
  }

  .portrait-core {
    width: min(56vw, 210px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      0 0 0 10px rgba(239, 107, 46, 0.06),
      0 0 0 22px rgba(239, 107, 46, 0.025);
  }

  .portrait-image {
    object-position: 56% center;
  }

  .portrait-chip {
    position: static;
    margin: 0;
    padding: 9px 14px;
    font-size: 0.82rem;
    animation: none;
  }

  .portrait-caption {
    position: static;
    transform: none;
    margin-top: 6px;
    font-size: 0.9rem;
    text-align: center;
    white-space: normal;
  }

  .featured-testimonial {
    transform: none;
  }

  .footer-brand-block,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .footer-brand-block {
    gap: 10px;
  }

  .footer-summary {
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .footer-links {
    gap: 8px;
  }

  .footer-brand p {
    display: none;
  }

  .footer-bottom {
    gap: 8px 18px;
    padding-top: 10px;
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .cursor-glow {
    display: none;
  }
}

@media (pointer: coarse) {
  .cursor-glow {
    display: none;
  }
}