.home-hero {
  align-items: center;
  background: linear-gradient(160deg, rgba(31, 78, 132, 0.68), rgba(64, 119, 176, 0.5), rgba(19, 45, 88, 0.62)), url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=80");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--navy-900);
  display: flex;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  position: relative;
}

.home-hero::before {
  animation: heroBgZoom 9s ease-out forwards;
  background: inherit;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.hero-particles {
  inset: 0;
  opacity: 0.22;
  position: absolute;
  z-index: 1;
}

.hero-content {
  max-width: 840px;
  padding: 104px 0 142px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(201, 168, 76, 0.62);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(30, 81, 150, 0.12);
  color: #fff;
  text-shadow: 0 2px 8px rgba(6, 20, 46, 0.42);
  display: inline-flex;
  font-size: var(--text-sm);
  font-weight: 800;
  margin-bottom: 24px;
  padding: 9px 16px;
}

.hero-title {
  color: #fff;
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(11, 28, 61, 0.16), 0 10px 26px rgba(6, 20, 46, 0.42);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.4vw, 3.9rem);
  line-height: 1.16;
  margin-bottom: 20px;
}

.text-gold {
  color: var(--gold-400);
}

.hero-subtitle {
  color: #fff;
  font-size: clamp(1.02rem, 2vw, 1.24rem);
  font-weight: 900;
  margin: 0 auto 14px;
  max-width: 760px;
  position: relative;
  text-shadow: 0 3px 14px rgba(6, 20, 46, 0.46);
}

.hero-subtitle::before {
  background: var(--gold-500);
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto 18px;
  width: min(360px, 72vw);
}

.hero-desc {
  color: rgba(255, 255, 255, 0.96);
  font-size: var(--text-sm);
  font-weight: 800;
  line-height: 1.85;
  margin: 0 auto 34px;
  max-width: 760px;
  text-shadow: 0 3px 14px rgba(6, 20, 46, 0.42);
}

.hero-desc strong {
  color: var(--white);
  font-weight: 900;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hero-stats {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(201, 168, 76, 0.38);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.stat {
  padding: 22px 16px;
  text-align: center;
}

.stat strong {
  color: var(--navy-700);
  display: block;
  font-family: var(--font-number);
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 1.1;
}

.stat span {
  color: var(--gray-700);
  font-size: var(--text-sm);
}

.quick-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  box-shadow: 0 2px 12px rgba(11, 28, 61, 0.06);
  padding: 18px 0;
}

.quick-inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 142px minmax(0, 1fr);
  max-width: 1140px;
  padding: 0;
}

.quick-items {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 34px;
  grid-column: 2;
  justify-content: center;
  justify-self: stretch;
  min-width: 0;
}

.quick-item {
  align-items: center;
  color: var(--gray-900);
  display: grid;
  font-weight: 800;
  column-gap: 8px;
  grid-template-columns: 20px auto auto;
  line-height: 1.35;
  white-space: nowrap;
}

.quick-icon {
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  width: 20px;
}

.quick-label {
  color: var(--gray-900);
  font-weight: 900;
}

.quick-value {
  color: var(--gray-900);
  font-weight: 800;
}

.quick-inner > .btn {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: 142px;
}

.visual-strip-section {
  background: linear-gradient(180deg, var(--white), var(--gray-50));
}

.visual-strip-head {
  margin-bottom: 24px;
  max-width: 1120px;
}

.visual-strip-head .section-title {
  font-size: clamp(1.62rem, 2.65vw, 2.18rem);
  white-space: nowrap;
}

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

.visual-tile {
  aspect-ratio: 1.48;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  position: relative;
}

.visual-tile img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.35s ease;
  width: 100%;
}

.visual-tile::after {
  background: linear-gradient(180deg, rgba(11, 28, 61, 0.08), rgba(11, 28, 61, 0.74));
  content: "";
  inset: 0;
  position: absolute;
}

.visual-tile div {
  bottom: 0;
  color: var(--white);
  left: 0;
  padding: 22px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.visual-tile span {
  color: var(--gold-400);
  display: block;
  font-size: var(--text-sm);
  font-weight: 900;
  margin-bottom: 7px;
}

.visual-tile strong {
  display: block;
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.42;
}

.visual-tile:hover img {
  transform: scale(1.07);
}

.service-brief {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 22px auto 0;
}

.service-brief span {
  background: var(--white);
  border: 1px solid rgba(255, 138, 31, 0.22);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(11, 28, 61, 0.05);
  color: var(--navy-900);
  font-size: var(--text-sm);
  font-weight: 800;
  padding: 9px 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 275px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.service-card.featured {
  border-top: 4px solid var(--gold-500);
}

.service-photo {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 30px 30px;
}

.service-label {
  color: var(--gold-500);
  display: block;
  font-family: var(--font-number);
  font-size: var(--text-xs);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.service-card h3 {
  color: var(--gray-900);
  margin-bottom: 12px;
}

.service-card p {
  color: var(--gray-700);
  flex: 1;
  line-height: 1.8;
  margin-bottom: 22px;
}

.service-card .badge {
  left: 18px;
  position: absolute;
  top: 18px;
  z-index: 2;
}

.service-icon {
  align-items: center;
  background: var(--gray-100);
  border-radius: 50%;
  color: var(--navy-700);
  display: flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  margin-bottom: 18px;
  width: 58px;
}

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

.insight-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  padding: 0;
}

.insight-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.insight-body {
  border-top: 4px solid var(--gold-500);
  flex: 1;
  padding: 22px 20px 24px;
}

.insight-num {
  color: var(--gold-500);
  display: block;
  font-family: var(--font-number);
  font-size: var(--text-sm);
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.insight-card h3 {
  color: var(--gray-900);
  font-size: var(--text-lg);
  line-height: 1.35;
  margin-bottom: 12px;
}

.insight-card p {
  color: var(--gray-700);
  font-size: var(--text-sm);
  line-height: 1.8;
}

.company-intro-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  padding: clamp(22px, 3vw, 34px) 0 clamp(34px, 4vw, 46px);
}

.company-intro-wrap {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));
  border: 1px solid rgba(11, 28, 61, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(11, 28, 61, 0.1);
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  max-width: 1140px;
  padding: clamp(24px, 3.5vw, 38px) clamp(26px, 4vw, 42px) clamp(18px, 2.4vw, 26px);
  position: relative;
  overflow: hidden;
}

.company-intro-wrap::before,
.company-intro-wrap::after {
  background: var(--gold-500);
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 0;
}

.company-intro-wrap::before {
  left: 0;
}

.company-intro-wrap::after {
  right: 0;
}

.company-intro-copy {
  padding: 0;
  position: relative;
  z-index: 1;
}

.company-intro-copy .section-title {
  font-size: clamp(1.9rem, 2.7vw, 2.55rem);
  line-height: 1.2;
  margin-bottom: 14px;
}

.intro-lead {
  color: var(--navy-800);
  display: grid;
  gap: 2px;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.intro-letter {
  color: var(--gray-700);
  display: grid;
  font-size: 0.93rem;
  gap: 8px;
  line-height: 1.72;
}

.intro-letter p {
  margin: 0;
}

.intro-letter p:first-child {
  color: var(--gray-900);
  font-weight: 800;
}

.signature-block {
  align-items: center;
  border-top: 1px solid rgba(11, 28, 61, 0.1);
  background: rgba(255, 255, 255, 0.58);
  border-radius: var(--radius-sm);
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  justify-content: stretch;
  margin-top: 20px;
  padding: 12px 16px;
  text-align: left;
}

.signature-thanks {
  color: var(--gray-600);
  font-size: var(--text-sm);
  justify-self: start;
  white-space: nowrap;
}

.signature-name-wrap {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-self: end;
}

.signature-title {
  color: var(--navy-900);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.signature-hand-image {
  display: block;
  height: 38px;
  object-fit: contain;
  transform: translate(-4px, 2px);
  width: 118px;
}

.company-profile-card {
  display: grid;
  gap: 12px;
  grid-template-rows: auto 1fr;
  max-width: 340px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.intro-profile-media {
  justify-self: stretch;
  max-width: 340px;
}

.intro-profile-media .profile-photo {
  aspect-ratio: auto;
  height: 270px;
  max-width: 340px;
}

.credential-panel {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 28, 61, 0.09);
  border-radius: var(--radius-md);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
}

.credential-panel h3 {
  color: var(--navy-900);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 10px;
}

.intro-career-list {
  gap: 3px;
}

.intro-career-list li {
  color: var(--gray-800);
  font-size: 0.73rem;
  line-height: 1.32;
}

.profile-wrap {
  align-items: center;
  gap: 44px;
  grid-template-columns: minmax(0, 600px) 400px;
  justify-content: center;
  max-width: 1080px;
}

.profile-photo {
  aspect-ratio: 0.86;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  box-shadow: none;
  max-width: 360px;
  object-fit: cover;
  object-position: center 8%;
  position: relative;
  width: 100%;
}

.profile-media {
  align-items: stretch;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hover);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 360px;
  justify-self: start;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.profile-wrap > .fade-in:first-child {
  max-width: 640px;
}

.profile-overlay {
  background: var(--navy-800);
  border-top: 3px solid var(--gold-500);
  border-radius: 0;
  box-shadow: none;
  color: var(--white);
  padding: 14px 18px;
  position: static;
  text-align: center;
  transform: none;
  width: 100%;
}

.profile-overlay strong {
  color: var(--gold-400);
  display: block;
  font-family: var(--font-number);
  font-size: var(--text-base);
  line-height: 1.2;
  margin-bottom: 4px;
}

.profile-overlay span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 0.8rem;
  line-height: 1.45;
}

.pfv-philosophy-section {
  background:
    linear-gradient(120deg, rgba(5, 8, 13, 0.94), rgba(10, 14, 20, 0.88)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1600&q=80") center / cover;
  color: var(--white);
  overflow: hidden;
  padding: clamp(42px, 5vw, 58px) 0;
  position: relative;
}

.pfv-philosophy-section::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 138, 31, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(255, 138, 31, 0.18), transparent 26%, transparent 74%, rgba(255, 138, 31, 0.16));
  content: "";
  inset: 0;
  opacity: 0.92;
  pointer-events: none;
  position: absolute;
}

.pfv-philosophy-wrap {
  display: grid;
  gap: 16px;
  grid-template-areas:
    "hero principles"
    "hero proof";
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.pfv-hero-panel,
.pfv-principles,
.pfv-proof-grid {
  min-width: 0;
}

.pfv-hero-panel {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.56));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  display: grid;
  grid-area: hero;
  overflow: hidden;
}

.pfv-brand-lockup {
  padding: 24px 30px 16px;
  text-align: center;
}

.pfv-brand-lockup .section-title {
  color: var(--white);
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  line-height: 1.12;
  margin-bottom: 8px;
  white-space: nowrap;
}

.pfv-brand-lockup p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
}

.pfv-logo-panel {
  align-items: center;
  background: #020202;
  display: flex;
  height: 220px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

.pfv-logo-panel img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pfv-statement {
  background: linear-gradient(90deg, rgba(255, 138, 31, 0.18), rgba(255, 255, 255, 0.04));
  border-top: 1px solid rgba(255, 138, 31, 0.42);
  padding: 18px 28px 20px;
  text-align: center;
}

.pfv-statement strong {
  color: var(--gold-400);
  display: block;
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.pfv-statement span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 0.93rem;
  line-height: 1.65;
}

.pfv-principles {
  align-self: start;
  display: grid;
  gap: 10px;
  grid-area: principles;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfv-principle {
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 251, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  color: var(--gray-900);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  min-height: 0;
  overflow: hidden;
  padding: 20px 16px 18px;
  position: relative;
  text-align: center;
}

.pfv-principle::before {
  color: rgba(11, 28, 61, 0.05);
  content: attr(data-step);
  font-family: var(--font-number);
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 10px;
}

.pfv-principle:nth-child(1)::before { content: "01"; }
.pfv-principle:nth-child(2)::before { content: "02"; }
.pfv-principle:nth-child(3)::before { content: "03"; }

.pfv-principle > span {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-500), #ff9f3d);
  border-radius: 16px 16px 16px 4px;
  color: var(--white);
  display: flex;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  width: 50px;
  z-index: 1;
}

.pfv-principle > div {
  display: grid;
  gap: 9px;
  position: relative;
  z-index: 1;
}

.pfv-principle h3 {
  color: var(--gold-500);
  font-family: var(--font-number);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.pfv-principle strong {
  color: var(--navy-900);
  display: block;
  font-size: 0.98rem;
  margin-bottom: 5px;
}

.pfv-principle p {
  color: var(--gray-700);
  font-size: 0.82rem;
  line-height: 1.62;
  margin: 0;
}

.pfv-principle ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.pfv-principle li {
  background: rgba(11, 28, 61, 0.06);
  border: 1px solid rgba(11, 28, 61, 0.08);
  border-radius: 999px;
  color: var(--navy-800);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  padding: 7px 9px;
}

.pfv-proof-grid {
  display: grid;
  gap: 14px;
  grid-area: proof;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfv-proof-card {
  border-radius: var(--radius-md);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  min-height: 174px;
  overflow: hidden;
  position: relative;
}

.pfv-proof-card img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: scale(1.02);
  width: 100%;
}

.pfv-proof-card::after {
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.05), rgba(5, 8, 13, 0.82));
  content: "";
  inset: 0;
  position: absolute;
}

.pfv-proof-card div {
  bottom: 0;
  color: var(--white);
  left: 0;
  padding: 18px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.pfv-proof-card span {
  color: var(--gold-400);
  display: block;
  font-family: var(--font-number);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pfv-proof-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.office-showcase {
  align-items: center;
  gap: 42px;
}

.office-showcase .section-title {
  font-size: clamp(1.55rem, 2.45vw, 2.05rem);
  white-space: nowrap;
}

.office-points {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 24px;
}

.office-points span {
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-sm);
  color: var(--gray-700);
  font-size: var(--text-sm);
  line-height: 1.55;
  padding: 13px 14px;
}

.office-points strong {
  color: var(--gold-500);
  display: block;
  font-weight: 900;
  margin-bottom: 4px;
}

.office-photo {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hover);
  object-fit: cover;
  width: 100%;
}

.check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.check-list li::before {
  color: var(--gold-500);
  content: "✓";
  font-weight: 900;
  margin-right: 8px;
}

@keyframes heroBgZoom {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

@media (max-width: 900px) {
  .hero-stats,
  .insight-grid,
  .visual-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-items {
    display: grid;
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-strip-head .section-title {
    white-space: normal;
  }

  .quick-inner {
    grid-template-columns: 1fr;
  }

  .quick-inner > .btn {
    grid-column: auto;
    justify-self: center;
  }

  .profile-wrap {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .company-intro-wrap {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .pfv-philosophy-wrap {
    grid-template-areas:
      "hero"
      "principles"
      "proof";
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .pfv-logo-panel {
    min-height: 240px;
  }

  .pfv-principles {
    grid-template-columns: 1fr;
  }

  .pfv-principle {
    grid-template-columns: 54px 1fr;
    text-align: left;
  }

  .pfv-principle > span {
    margin: 0;
  }

  .pfv-principle ul {
    justify-content: flex-start;
  }

  .pfv-proof-grid {
    grid-template-columns: 1fr;
  }

  .profile-media {
    justify-content: flex-start;
    justify-self: center;
    margin: 0 auto;
  }

  .office-showcase .section-title {
    white-space: normal;
  }

  .office-points {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 560px) {
  .home-hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 76px;
  }

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

  .insight-grid {
    grid-template-columns: 1fr;
  }

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

  .pfv-philosophy-section {
    padding: 40px 0;
  }

  .pfv-brand-lockup,
  .pfv-statement {
    padding-left: 22px;
    padding-right: 22px;
  }

  .pfv-principle {
    grid-template-columns: 54px 1fr;
    padding: 17px 18px;
  }

  .pfv-principle > span {
    border-radius: 14px 14px 14px 4px;
    font-size: 1.6rem;
    height: 54px;
    width: 54px;
  }

  .profile-overlay {
    width: 100%;
  }

  .company-intro-copy {
    padding: 26px 22px;
  }

  .signature-block {
    grid-template-columns: 1fr;
    justify-content: stretch;
    text-align: left;
  }

  .signature-thanks,
  .signature-name-wrap {
    justify-self: start;
  }

  .signature-name-wrap {
    min-width: 0;
  }

  .signature-hand-image {
    height: 42px;
    width: 122px;
  }
}
