body {
  background: #f6f1e9;
  color: #15130f;
  overflow-x: hidden;
}

.profile-hero > *,
.panel-inner > *,
.proof-strip > *,
.service-grid > *,
.work-grid > *,
.case-grid > *,
.skills-grid > *,
.packages-grid > *,
.logo-cloud > *,
.cta-section > * {
  min-width: 0;
}

.profile-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(21, 19, 15, 0.1);
  background: rgba(246, 241, 233, 0.92);
  backdrop-filter: blur(16px);
}

.brand-mark,
.profile-nav a,
.primary-button,
.secondary-button {
  text-decoration: none;
}

.brand-mark {
  color: #15130f;
  font-size: 1.02rem;
  font-weight: 950;
}

.brand-mark::after {
  content: "_";
  color: #106b55;
}

.profile-nav nav {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.profile-nav nav a,
.nav-cta {
  color: rgba(21, 19, 15, 0.66);
  font-size: 0.82rem;
  font-weight: 850;
}

.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 19, 15, 0.18);
  border-radius: 999px;
  padding: 0 16px;
  background: #15130f;
  color: #fff;
}

.profile-hero {
  width: min(1180px, 100%);
  min-height: calc(100svh - 76px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 430px);
  align-items: center;
  gap: clamp(28px, 5vw, 66px);
  padding: clamp(32px, 5vh, 58px) clamp(20px, 4vw, 48px) clamp(28px, 4vh, 44px);
}

.hero-content {
  max-width: 760px;
}

.hero-content h1 {
  max-width: 820px;
  margin-top: 10px;
  font-size: clamp(2.1rem, 4.8vw, 4.45rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.hero-content p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(21, 19, 15, 0.67);
  font-size: clamp(0.96rem, 1.1vw, 1.06rem);
  line-height: 1.58;
}

.eyebrow {
  color: #106b55;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.primary-button,
.secondary-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 900;
}

.primary-button {
  background: #106b55;
  color: #fff;
}

.primary-button:hover {
  background: #0b4d3d;
}

.secondary-button {
  border: 1px solid rgba(21, 19, 15, 0.16);
  background: transparent;
  color: #15130f;
}

.profile-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(21, 19, 15, 0.12);
  border-radius: 28px;
  background: #15130f;
  color: #fff;
  box-shadow: 0 30px 80px rgba(21, 19, 15, 0.16);
}

.photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  object-position: top center;
}

.photo-card > :not(img) {
  margin-left: 24px;
  margin-right: 24px;
}

.profile-card h2 {
  margin-top: 24px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.56rem;
}

.profile-card p {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-list {
  display: grid;
  gap: 8px;
  padding-bottom: 26px;
}

.contact-list a {
  color: #cfeee5;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.proof-strip,
.section-panel,
.cta-section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0 clamp(20px, 4vw, 48px) 42px;
}

.proof-strip div {
  min-height: 132px;
  display: grid;
  align-content: center;
  padding: 22px;
  border-top: 1px solid rgba(21, 19, 15, 0.16);
  border-bottom: 1px solid rgba(21, 19, 15, 0.16);
  border-left: 1px solid rgba(21, 19, 15, 0.16);
  background: rgba(255, 255, 255, 0.34);
}

.proof-strip div:last-child {
  border-right: 1px solid rgba(21, 19, 15, 0.16);
}

.proof-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #15130f;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1;
}

.proof-strip span {
  color: rgba(21, 19, 15, 0.6);
  line-height: 1.45;
}

.section-panel {
  padding: clamp(22px, 4vw, 48px);
}

.panel-inner {
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid rgba(21, 19, 15, 0.12);
  border-radius: 30px;
}

.skills-panel .panel-inner,
.tools-panel .panel-inner {
  background: #fffdf8;
}

.services-panel .panel-inner {
  background: #15130f;
  color: #fff;
}

.experience-panel .panel-inner {
  background: #e7f1dc;
}

.packages-panel .panel-inner {
  background: #efe2d1;
}

.work-panel .panel-inner {
  background: #dfeee9;
}

.services-layout,
.skills-layout,
.work-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vw, 34px);
  align-items: start;
}

.section-kicker {
  max-width: 820px;
  margin-bottom: 0;
}

.section-kicker.centered {
  margin-inline: auto;
  text-align: center;
}

.packages-panel .section-kicker,
.tools-panel .section-kicker {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.section-kicker h2,
.cta-section h2 {
  max-width: 820px;
  font-size: clamp(1.85rem, 3.5vw, 3.25rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.services-panel .section-kicker h2 {
  max-width: 820px;
  font-size: clamp(1.85rem, 3.5vw, 3.25rem);
  line-height: 1.05;
}

.services-panel .section-kicker p:not(.eyebrow) {
  max-width: 640px;
}

.section-kicker p:not(.eyebrow),
.cta-section p {
  color: rgba(21, 19, 15, 0.63);
  font-size: 1.03rem;
  line-height: 1.7;
}

.services-panel .section-kicker p,
.services-panel .section-kicker .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.services-panel .section-kicker h2 {
  color: #fff;
}

.service-grid,
.work-grid,
.case-grid,
.skills-grid,
.packages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.packages-grid {
  gap: 20px;
}

.service-card,
.work-card,
.case-card,
.skills-grid div,
.package-card {
  padding: 26px;
  border: 1px solid rgba(21, 19, 15, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: none;
}

.services-panel .service-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.075);
}

.services-panel .service-card.featured-card {
  background: #cfeee5;
  color: #15130f;
}

.service-card h3,
.work-card h3,
.case-card h3,
.package-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.service-card p,
.work-card p,
.case-card p,
.package-card p {
  color: rgba(21, 19, 15, 0.62);
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.services-panel .service-card p {
  color: rgba(255, 255, 255, 0.68);
}

.services-panel .featured-card p {
  color: rgba(21, 19, 15, 0.66);
}

.service-label {
  margin: 0 0 12px;
  color: #106b55;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.services-panel .service-label {
  color: #cfeee5;
}

.featured-card .service-label {
  color: #106b55;
}

.skills-grid div {
  min-height: 148px;
  background: transparent;
  border-color: rgba(21, 19, 15, 0.14);
}

.skill-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(16, 107, 85, 0.18);
  border-radius: 14px;
  background: #cfeee5;
  color: #106b55;
}

.skill-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skills-grid div:nth-child(2n) .skill-icon {
  background: #f6f1e9;
  color: #15130f;
}

.skills-grid div:nth-child(3n) .skill-icon {
  background: #efe2d1;
  color: #8f4328;
}

.skills-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #15130f;
  font-size: 1.05rem;
}

.skills-grid span {
  color: rgba(21, 19, 15, 0.62);
  line-height: 1.55;
}

.case-card {
  background: rgba(255, 255, 255, 0.58);
}

.case-card dl {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.case-card dt {
  margin-bottom: 4px;
  color: #15130f;
  font-weight: 950;
}

.case-card dd {
  margin: 0;
  color: rgba(21, 19, 15, 0.62);
  line-height: 1.52;
}

.package-card {
  background: rgba(255, 255, 255, 0.54);
}

.package-card ul {
  margin: 18px 0;
  padding-left: 18px;
  color: rgba(21, 19, 15, 0.64);
  line-height: 1.68;
}

.package-card strong {
  display: block;
  color: #106b55;
}

.package-card.featured-package {
  background: #15130f;
  color: #fff;
}

.featured-package p,
.featured-package li,
.featured-package .package-fit {
  color: rgba(255, 255, 255, 0.7);
}

.featured-package strong {
  color: #cfeee5;
}

.package-fit,
.confidential-note {
  color: rgba(21, 19, 15, 0.62);
}

.confidential-note {
  margin-top: 12px;
  font-size: 0.96rem !important;
}

.green,
.yellow,
.red {
  background: rgba(255, 255, 255, 0.58);
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 28px 34px;
}

.logo-pill {
  min-height: 56px;
  display: grid;
  place-items: center;
  color: #15130f;
  text-align: center;
  letter-spacing: 0;
}

.logo-pill img {
  width: min(92px, 80%);
  max-height: 32px;
  object-fit: contain;
}

.logo-pill.canva img {
  width: 46px;
  max-height: 46px;
  filter: grayscale(1) contrast(1.2);
}

.logo-wordmark {
  color: currentColor;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  font-weight: 950;
}

.cta-section {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 28px;
  padding: clamp(44px, 7vw, 84px) clamp(20px, 4vw, 48px) clamp(58px, 8vw, 96px);
  border-top: 1px solid rgba(21, 19, 15, 0.14);
}

.cta-section p {
  max-width: 680px;
}

.profile-footer {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 28px;
  padding: 30px clamp(20px, 4vw, 48px) 42px;
  border-top: 1px solid rgba(21, 19, 15, 0.14);
}

.profile-footer p {
  max-width: 460px;
  margin: 10px 0 0;
  color: rgba(21, 19, 15, 0.6);
  line-height: 1.55;
}

.profile-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 18px;
}

.profile-footer nav a {
  color: rgba(21, 19, 15, 0.66);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 980px) {
  .profile-nav {
    grid-template-columns: 1fr auto;
  }

  .profile-nav nav {
    display: none;
  }

  .profile-hero,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .profile-hero {
    min-height: auto;
  }

  .profile-card {
    max-width: 520px;
  }

  .proof-strip,
  .service-grid,
  .work-grid,
  .case-grid,
  .skills-grid,
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 981px) and (max-width: 1120px) {
  .service-card {
    padding: 24px;
  }
}

@media (max-height: 760px) and (min-width: 981px) {
  .profile-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .profile-hero {
    min-height: calc(100svh - 64px);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-content h1 {
    font-size: clamp(2rem, 4vw, 3.75rem);
  }

  .hero-content p:not(.eyebrow) {
    max-width: 580px;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .photo-card img {
    aspect-ratio: 1.05;
  }
}

@media (max-width: 680px) {
  .profile-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px 18px;
  }

  .brand-mark {
    font-size: 0.95rem;
  }

  .nav-cta {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.74rem;
    white-space: nowrap;
  }

  .profile-hero {
    width: 100%;
    padding: 34px 20px 30px;
    gap: 28px;
  }

  .hero-content h1 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
    line-height: 1.02;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .proof-strip,
  .service-grid,
  .work-grid,
  .case-grid,
  .skills-grid,
  .packages-grid,
  .logo-cloud {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 1px solid rgba(21, 19, 15, 0.16);
    border-bottom: 0;
  }

  .proof-strip div:last-child {
    border-bottom: 1px solid rgba(21, 19, 15, 0.16);
  }

  .panel-inner {
    border-radius: 24px;
    padding: 26px;
  }

  .profile-card {
    border-radius: 24px;
    max-width: 100%;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  .profile-footer {
    grid-template-columns: 1fr;
  }

  .profile-footer nav {
    justify-content: flex-start;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }
}
