/* Homepage: clear scope, coordinated support and grounded reasons to enquire. */
.home-page {
  --ink: #252e45;
  --muted: #616777;
  --accent: #465774;
  --line: #d5d8df;
  --paper: #faf9f6;
  background: var(--paper);
  color: var(--ink);
}
.home-page .site-header {
  background: #faf9f6;
  border-bottom: 1px solid var(--line);
}
.home-page .header-contact,
.home-page .button-solid {
  background: var(--ink);
  color: #fff;
}
.home-page .brand-dot {
  color: #677892;
}
.home-page .section-space {
  padding-block: 85px;
}
.home-hero {
  background: #f5f4f0;
  padding: 26px 0 0;
}
.home-kicker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 500 12px/1.7 var(--en);
  letter-spacing: 0.12em;
  color: #59657c;
}
.home-kicker span {
  font: 400 13px/1.7 var(--jp);
  letter-spacing: 0.03em;
}
.home-hero-layout {
  display: grid;
  grid-template-columns: 1.28fr 1fr;
  gap: 9%;
  align-items: center;
  padding: 48px 0 52px;
}
.home-hero-en {
  font: 400 clamp(29px, 3.2vw, 46px)/1.15 var(--display);
  letter-spacing: -0.025em;
  color: #65738a;
  margin-bottom: 26px;
}
.home-hero-en em {
  font-weight: 400;
}
.home-hero h1 {
  font-size: clamp(35px, 3.7vw, 53px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.055em;
}
.home-hero h1 span {
  font-size: 0.66em;
  letter-spacing: 0.025em;
  display: inline-block;
  margin-top: 10px;
}
.home-hero-description {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
}
.home-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  border-bottom: 1px solid #727d91;
  padding: 16px 0;
  max-width: 310px;
  margin-top: 24px;
  font-size: 14px;
}
.home-action span {
  font-size: 23px;
}
.home-scope {
  background: #27334e;
  color: white;
  padding: 32px 36px 26px;
  position: relative;
}
.home-scope-label {
  font-size: 14px;
  color: #d5dce7;
  padding-bottom: 20px;
  border-bottom: 1px solid #657189;
}
.home-scope ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-scope li {
  padding: 21px 0;
  border-bottom: 1px solid #657189;
}
.home-scope li > span {
  font: 400 12px/1.5 var(--en);
  letter-spacing: 0.08em;
  color: #bdc9dc;
}
.home-scope h2 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  margin: 8px 0;
}
.home-scope li p {
  font-size: 14px;
  color: #e0e5ee;
  line-height: 1.8;
}
.home-scope-foot {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
  color: #d5dce7;
}
.home-hero-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 18px 0;
  font-size: 12px;
  color: #60697b;
}
.home-hero-foot a {
  font: 400 11px var(--en);
  letter-spacing: 0.1em;
}
.home-hero-foot a span {
  margin-left: 20px;
}
.home-needs {
  padding: 80px 0;
  background: #fff;
}
.home-needs > .container {
  display: grid;
  grid-template-columns: 34% minmax(0, 1fr);
  gap: 8%;
}
.home-section-en {
  font: 400 35px/1.2 var(--display);
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}
.home-needs h2 {
  font-size: 24px;
  line-height: 1.8;
}
.home-needs-list > a {
  display: grid;
  grid-template-columns: 25px 1fr 20px;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.home-needs-list > a:first-child {
  padding-top: 0;
}
.home-needs-list > a > span {
  font: 400 14px/2 var(--display);
  color: #728098;
}
.home-needs-list h3 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
.home-needs-list p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 7px;
}
.home-needs-list b {
  font-size: 19px;
  font-weight: 400;
}
.home-needs-list a:hover h3 {
  color: #657894;
}
.home-page .service-overview-heading .heading-en {
  font-size: clamp(46px, 5.7vw, 73px);
}
.home-page .service-overview-heading h3 {
  font-size: 27px;
}
.home-page .service-overview-heading > div > p {
  max-width: 32em;
}
.home-page .business-map {
  max-width: 860px;
  margin: 45px auto 65px;
}
.home-page .business-team p span.team-subline {
  padding: 0;
  font-size: 14px;
  color: #d6dce6;
}
.home-page .business-domain {
  background: radial-gradient(
    ellipse at 30% 20%,
    #fff 0%,
    #f0f2f6 58%,
    #dce2ec 100%
  );
}
.home-page .service-sidebar-copy {
  font-size: 16px;
}
.home-page .service-sidebar {
  top: 110px;
}
.home-page .logo-grid {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.home-page .strength-section {
  background: #edf0f4;
  border-radius: 0;
}
.home-page .strength-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: center;
}
.home-page .strength-head .heading-en {
  font-size: clamp(46px, 5.7vw, 73px);
  color: var(--ink);
}
.home-page .strength-lead {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.8;
}
.home-trust-layout {
  display: grid;
  grid-template-columns: 36% minmax(0, 1fr);
  gap: 9%;
  margin-top: 45px;
  align-items: start;
}
.home-founder {
  padding: 30px;
  background: #fff;
  border-top: 2px solid #3d4d6d;
}
.home-founder-label {
  font: 500 11px/1.8 var(--en);
  letter-spacing: 0.1em;
  color: #63718a;
}
.home-founder h3 {
  font-size: 27px;
  line-height: 1.6;
  margin: 22px 0;
}
.home-founder h3 span {
  display: block;
  font-size: 13px;
  margin-top: 6px;
  color: var(--muted);
}
.home-founder > p:not(.home-founder-label) {
  font-size: 16px;
  line-height: 2;
}
.home-founder .text-link {
  font-size: 14px;
  margin-top: 24px;
}
.home-strengths {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-strengths li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid #c7ceda;
}
.home-strengths li:first-child {
  padding-top: 0;
}
.home-strengths li > span {
  font: 400 26px/1.5 var(--display);
  color: #728097;
}
.home-strengths h3 {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
}
.home-strengths p {
  font-size: 16px;
  color: #5a6373;
  line-height: 2;
  margin-top: 11px;
}
.home-page .personal-section {
  background: #f3f1eb;
}
.home-page .personal-section:before {
  display: none;
}
.home-page .personal-head {
  grid-template-columns: 36% 1fr;
  gap: 9%;
}
.home-page .personal-head .heading-en {
  font-size: 64px;
  color: #56647c;
}
.home-page .personal-head h3 {
  font-size: 28px;
}
.home-page .personal-grid {
  margin: 35px 0 0 45%;
  gap: 25px;
}
.home-page .personal-card,
.home-page .personal-card:nth-child(2) {
  margin: 0;
  background: transparent;
  padding: 24px 0 0;
  border-top: 1px solid #aeb3bd;
}
.home-page .personal-card h3 {
  font-size: 21px;
}
.home-page .personal-card > p {
  font-size: 15px;
  line-height: 2;
}
.home-page .personal-card p br {
  display: none;
}
.home-page .news-section .heading-en,
.home-page .company-teaser .heading-en,
.home-page .contact-copy .heading-en {
  font-size: clamp(50px, 5.7vw, 73px);
}
.home-page .company-teaser {
  padding-top: 0;
}
.home-page .company-teaser .teaser-layout > div {
  border: 0;
  padding: 0;
}
.home-page .company-teaser h3 {
  font-size: 27px;
}
.home-page .contact-section {
  background: #27334e;
  color: #fff;
}
.home-page .contact-copy p,
.home-page .contact-copy .heading-en {
  color: #e1e5ee;
}
.home-page .contact-copy h3 {
  font-size: 29px;
  line-height: 1.8;
}
.home-page .contact-form {
  background: #fff;
  color: var(--ink);
  padding: 30px;
}
.home-page .site-footer {
  background: #f7f6f2;
}
.home-page .site-footer .brand {
  font-size: 34px;
}
@media (max-width: 1050px) {
  .home-hero-layout {
    gap: 5%;
    grid-template-columns: 1.15fr 1fr;
  }
  .home-scope {
    padding: 26px;
  }
  .home-scope h2 {
    font-size: 21px;
  }
  .home-needs > .container {
    grid-template-columns: 1fr 1.5fr;
    gap: 6%;
  }
  .home-trust-layout {
    grid-template-columns: 40% 1fr;
    gap: 6%;
  }
  .home-page .personal-grid {
    margin-left: 0;
  }
  .home-page .business-domain-desc {
    font-size: 13px;
  }
}
@media (max-width: 720px) {
  .home-page .section-space {
    padding-block: 60px;
  }
  .home-hero {
    padding-top: 18px;
  }
  .home-kicker {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
  .home-kicker span {
    font-size: 11px;
  }
  .home-hero-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 32px 0;
  }
  .home-hero-en {
    font-size: 33px;
    margin-bottom: 22px;
  }
  .home-hero h1 {
    font-size: clamp(32px, 8vw, 43px);
    letter-spacing: 0.02em;
  }
  .home-hero h1 span {
    font-size: 0.65em;
  }
  .home-hero-description {
    font-size: 16px;
    margin-top: 22px;
  }
  .home-hero-description br {
    display: none;
  }
  .home-action {
    margin-top: 20px;
  }
  .home-scope {
    padding: 24px;
  }
  .home-scope li {
    padding: 16px 0;
  }
  .home-scope h2 {
    font-size: 21px;
  }
  .home-scope-label {
    padding-bottom: 15px;
  }
  .home-hero-foot > span {
    font-size: 11px;
  }
  .home-needs {
    padding: 55px 0;
  }
  .home-needs > .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-section-en {
    font-size: 34px;
  }
  .home-needs h2 {
    font-size: 23px;
  }
  .home-needs-list > a {
    gap: 12px;
    grid-template-columns: 22px 1fr 17px;
  }
  .home-needs-list h3 {
    font-size: 17px;
  }
  .home-needs-list p {
    font-size: 15px;
  }
  .home-page .service-overview-heading .heading-en {
    font-size: 52px;
  }
  .home-page .service-overview-heading h3 {
    font-size: 24px;
  }
  .home-page .business-map {
    margin: 30px 0 40px;
  }
  .home-page .business-team p span.team-subline {
    display: block;
    height: auto;
    overflow: visible;
    margin-top: 7px;
    font-size: 13px;
  }
  .home-page .service-sidebar {
    position: static;
  }
  .home-page .strength-head {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .home-page .strength-head .heading-en {
    font-size: 51px;
  }
  .home-page .strength-lead {
    font-size: 23px;
    margin-top: 0;
  }
  .home-trust-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 30px;
  }
  .home-founder {
    padding: 26px;
  }
  .home-strengths h3 {
    font-size: 19px;
  }
  .home-strengths li {
    grid-template-columns: 30px 1fr;
    gap: 14px;
  }
  .home-page .personal-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .home-page .personal-head .heading-en {
    font-size: 55px;
  }
  .home-page .personal-head h3 {
    font-size: 25px;
  }
  .home-page .personal-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 27px;
  }
  .home-page .personal-card:nth-child(2) {
    margin: 0;
  }
  .home-page .company-teaser {
    padding-top: 0;
  }
  .home-page .contact-form {
    padding: 24px;
    margin: 0;
  }
  .home-page .contact-copy h3 {
    font-size: 25px;
  }
}

/* First view: a single sculptural mark, staggered type, quiet supporting copy. */
.home-page {
  --ink: #263e46;
  --muted: #65726f;
  --accent: #526e65;
  --line: #d4dbd5;
}
.home-page .site-header {
  background: #f4f3ee;
  border-bottom: 0;
}
.growth-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f4f3ee;
  color: #263e46;
}
.growth-content {
  min-height: 720px;
  min-height: clamp(660px, calc(100svh - 96px), 830px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 68px;
  padding-bottom: 34px;
}
.growth-eyebrow {
  font: 500 0.75rem/1.7 var(--en);
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 42px;
}
.growth-eyebrow::before {
  content: "";
  height: 1px;
  width: 35px;
  background: currentColor;
}
.growth-hero h1 {
  font: 400 clamp(2.7rem, 4.4vw, 4.5rem)/1.65 var(--jp);
  letter-spacing: 0.055em;
  margin: 0;
  position: relative;
  z-index: 1;
}
.growth-hero h1 span {
  display: block;
  white-space: nowrap;
}
.growth-hero h1 span + span {
  margin-left: 0.8em;
}
.growth-summary {
  margin-top: 48px;
  max-width: 440px;
  position: relative;
  z-index: 1;
}
.growth-summary p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.025em;
  margin: 0;
}
.growth-link {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-top: 23px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.growth-link > span {
  width: 45px;
  height: 45px;
  border: 1px solid #89978f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
}
.growth-link:hover > span {
  background: #263e46;
  color: #fff;
  transform: translate(3px, -3px);
}
.growth-scroll {
  display: flex;
  align-items: center;
  gap: 22px;
  font: 400 0.75rem/1.6 var(--en);
  letter-spacing: 0.1em;
  margin-top: auto;
  padding-top: 56px;
}
.growth-scroll > span:last-child {
  font-size: 1.2rem;
}
.growth-art {
  position: absolute;
  width: min(68vw, 1000px);
  aspect-ratio: 1;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.growth-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: hero-arrive 1.8s cubic-bezier(0.18, 0.65, 0.25, 1) both;
}
.growth-hero h1 span {
  animation: copy-arrive 1.1s cubic-bezier(0.18, 0.65, 0.25, 1) both;
}
.growth-hero h1 span + span {
  animation-delay: 0.12s;
}
@keyframes hero-arrive {
  from {
    opacity: 0;
    transform: translate(24px, 18px) rotate(-3deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0) scale(1);
  }
}
@keyframes copy-arrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-page .home-needs {
  padding-block: 72px;
  background: #fff;
}
.home-page .business-domain {
  background: radial-gradient(
    ellipse at 30% 20%,
    #fff 0%,
    #eef2ec 58%,
    #d8e1d9 100%
  );
  border-color: #ccd5cf;
  color: #263e46;
}
.home-page .business-team {
  background: #263e46;
}
@media (min-width: 1600px) {
  .growth-art {
    right: calc((100vw - 1540px) / 2 - 40px);
    width: 930px;
  }
  .growth-content {
    padding-top: 90px;
  }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .growth-content {
    min-height: 650px;
    padding-top: 58px;
  }
  .growth-hero h1 {
    font-size: 3rem;
  }
  .growth-art {
    width: 76vw;
    right: -14%;
  }
  .growth-summary {
    max-width: 370px;
  }
}
@media (max-width: 760px) {
  .growth-content {
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 25px;
  }
  .growth-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.09em;
    gap: 12px;
    margin-bottom: 20px;
  }
  .growth-eyebrow::before {
    width: 22px;
  }
  .growth-hero h1 {
    font-size: clamp(1.9rem, 8.25vw, 3.5rem);
    line-height: 1.6;
    letter-spacing: 0.035em;
  }
  .growth-hero h1 span + span {
    margin-left: 0.65em;
  }
  .growth-art {
    width: 112%;
    top: 155px;
    right: -11%;
    transform: none;
    z-index: -1;
  }
  .growth-summary {
    margin-top: clamp(290px, 80vw, 480px);
    max-width: none;
  }
  .growth-summary p {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
  .growth-link {
    margin-top: 18px;
    gap: 30px;
  }
  .growth-link > span {
    width: 40px;
    height: 40px;
  }
  .growth-scroll {
    display: none;
  }
  .home-page .home-needs {
    padding-block: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .growth-art img,
  .growth-hero h1 span {
    animation: none;
  }
  .growth-link > span {
    transition: none;
  }
}
/* White artwork is displayed on a dark backing without recoloring the logo. */
.home-page .logo-grid .client-logo-reversed img {
  background: #293f3b;
  padding: 12px;
  box-sizing: content-box;
}
/* Feather only the background perimeter so the artwork shares the page ground. */
.growth-art {
  width: min(65vw, 940px);
  right: -2%;
  mix-blend-mode: normal;
  mask-image:
    linear-gradient(to right, transparent, #000 9%, #000 94%, transparent),
    linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}
@media (min-width: 1600px) {
  .growth-art {
    right: calc((100vw - 1540px) / 2);
    width: 900px;
  }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .growth-art {
    width: 73vw;
    right: -12%;
  }
}
@media (max-width: 760px) {
  .growth-art {
    width: 112%;
    right: -11%;
  }
}
.growth-art {
  mask-image:
    linear-gradient(to right, transparent, #000 6%, #000 96%, transparent),
    linear-gradient(to bottom, transparent, #000 4%, #000 96%, transparent);
}
@media (max-width: 760px) {
  .growth-art {
    width: 104%;
    top: 150px;
    right: -5%;
  }
  .growth-summary {
    margin-top: calc(100vw + 4px);
  }
}

/* Original wireframe palette: ivory, sage, sand and navy. */
.home-page {
  --ink: #19394e;
  --muted: #65736f;
  --accent: #6f887a;
  --line: #ccd5cf;
  --paper: #f8f6f0;
}
.home-page .site-header,
.home-page .growth-hero {
  background: #f7f4eb;
  color: var(--ink);
}
.home-page .brand-dot {
  color: #718a7a;
}
.home-page .growth-link:hover > span,
.home-page .business-team,
.home-page .contact-section {
  background: var(--ink);
}
.home-page .service-section {
  background: #f8f9f5;
}
.home-page .business-domain {
  color: var(--ink);
  border-color: #ccd7cf;
  background: radial-gradient(
    ellipse at 30% 20%,
    #fff 0%,
    #eef3ed 60%,
    #dce6dd 100%
  );
}
.home-page .business-domain-link {
  background: #718a7a;
}
.home-page .strength-section {
  background: #e7eee8;
}
.home-page .personal-section {
  background: #ebdfd0;
}
.home-page .personal-head .heading-en {
  color: var(--ink);
}
.home-page .personal-card {
  border-color: #b9afa2;
}
.home-page .site-footer {
  background: #f2eee5;
}
.home-page .home-trust-layout {
  display: block;
  margin-top: 46px;
}
.home-page .home-strengths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}
.home-page .home-strengths li,
.home-page .home-strengths li:first-child {
  display: block;
  padding: 24px 0 0;
  border-bottom: 0;
  border-top: 1px solid #afc0b3;
}
.home-page .home-strengths li > span {
  display: block;
  color: #708a79;
  font-size: 30px;
  margin-bottom: 21px;
}
.home-page .home-strengths h3 {
  font-size: 20px;
}
.home-page .home-strengths p {
  color: #56685f;
}
@media (max-width: 900px) {
  .home-page .home-strengths {
    gap: 24px;
  }
  .home-page .home-strengths h3 {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .home-page .home-trust-layout {
    margin-top: 30px;
  }
  .home-page .home-strengths {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .home-page .home-strengths li,
  .home-page .home-strengths li:first-child {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 18px;
    padding-top: 22px;
  }
  .home-page .home-strengths li > span {
    font-size: 26px;
    margin: 0;
  }
  .home-page .home-strengths h3 {
    font-size: 19px;
  }
}
/* Corporate service is the main narrative; internal detail links become plain content. */
.home-needs-list > .need-row {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.home-needs-list > .need-row:first-child {
  padding-top: 0;
}
.need-row > span {
  font: 400 14px/2 var(--display);
  color: #718578;
}
.home-page .business-domain {
  cursor: default;
  transition: none;
}
.home-page .business-domain:hover {
  transform: none;
}
.home-page .business-domain-link {
  display: none;
}
.home-page .service-section .strength-section {
  margin: 60px 0 65px;
  padding: 48px 40px;
}
.home-page .service-section .strength-head {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.home-page .service-section .strength-head .heading-en {
  font-size: clamp(38px, 4.3vw, 58px);
}
.home-page .service-section .strength-lead {
  font-size: 23px;
}
.home-page .service-section .home-trust-layout {
  margin-top: 32px;
}
.home-page .service-section .clients {
  padding-bottom: 0;
}
.hero-news {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(610px, 100%);
  margin-top: auto;
  padding: 20px 0 3px;
  border-top: 1px solid #bbc5bc;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.hero-news-label {
  font: 500 12px/1.5 var(--en);
  letter-spacing: 0.09em;
}
.hero-news time {
  font: 400 12px/1.5 var(--en);
  color: #5c6f66;
}
.hero-news-title {
  line-height: 1.6;
}
.hero-news-arrow {
  font-size: 22px;
}
.hero-news:hover .hero-news-title {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.personal-banner-wrap {
  padding: 0 0 75px;
  background: #f8f6f0;
}
.personal-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: 36px 48px;
  background: linear-gradient(115deg, #f0e4df 0%, #ead6dd 45%, #dacde1 100%);
  color: #513e4f;
}
.personal-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/grain.svg");
  opacity: 0.23;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.banner-eyebrow {
  font: 500 12px/1.5 var(--en);
  letter-spacing: 0.12em;
}
.banner-title {
  font-size: 28px;
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.banner-description p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.banner-description > span {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.banner-description b {
  font-size: 23px;
  font-weight: 400;
  transition: transform 0.2s;
}
.personal-banner:hover b {
  transform: translate(3px, -3px);
}
.home-page .news-section {
  padding-top: 5px;
}
.home-page .news-layout {
  grid-template-columns: 28% minmax(0, 1fr);
  gap: 9%;
}
.home-page .news-list {
  min-width: 0;
}
.home-page .news-row {
  display: grid;
  grid-template-columns: 90px 75px minmax(0, 1fr) 20px;
  gap: 17px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.home-page .news-row:first-child {
  border-top: 1px solid var(--line);
}
.home-page .news-row h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
.home-page .news-row .news-category {
  font-size: 12px;
}
.home-page .company-photo {
  padding: 0;
  background:
    linear-gradient(90deg, rgba(14, 37, 48, 0.76), rgba(14, 37, 48, 0.28)),
    url("../images/hero-collaboration.jpg") center 57% / cover;
  color: #fff;
}
.company-photo-link {
  min-height: 365px;
  padding: 68px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.home-page .company-photo .heading-en {
  color: #fff;
  font-size: clamp(65px, 7vw, 100px);
  line-height: 1.1;
}
.company-photo h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.company-photo-copy {
  min-width: 35%;
}
.company-photo-copy p {
  font-size: 27px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.company-photo-copy > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 1px solid #cbd2cf;
  padding: 20px 0 14px;
  margin-top: 12px;
  font-size: 14px;
}
.company-photo-copy b {
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .hero-news {
    width: 490px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }
  .hero-news time {
    display: none;
  }
  .home-page .news-row {
    grid-template-columns: 85px 1fr 20px;
  }
  .home-page .news-row .news-category {
    display: none;
  }
  .personal-banner {
    padding: 30px;
  }
  .banner-title {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .home-needs-list > .need-row {
    grid-template-columns: 22px 1fr;
    gap: 12px;
  }
  .home-page .service-section .strength-section {
    margin: 40px 0;
    padding: 32px 24px;
  }
  .home-page .service-section .strength-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-page .service-section .strength-head .heading-en {
    font-size: 40px;
  }
  .home-page .service-section .strength-lead {
    font-size: 21px;
  }
  .hero-news {
    margin-top: 30px;
    width: 100%;
    grid-template-columns: 1fr auto;
    padding-top: 18px;
    gap: 7px 12px;
  }
  .hero-news-label {
    grid-column: 1/-1;
    font-size: 11px;
  }
  .hero-news-title {
    font-size: 13px;
  }
  .hero-news-arrow {
    font-size: 20px;
  }
  .personal-banner-wrap {
    padding-bottom: 55px;
  }
  .personal-banner {
    display: block;
    padding: 28px 25px;
  }
  .banner-title {
    font-size: 24px;
    margin-top: 9px;
  }
  .banner-description {
    margin-top: 20px;
  }
  .banner-description p {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .banner-description > span {
    font-size: 13px;
    justify-content: space-between;
  }
  .home-page .news-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home-page .news-row {
    grid-template-columns: 1fr 20px;
    gap: 8px 12px;
    padding: 20px 0;
  }
  .home-page .news-row .news-date {
    grid-column: 1/-1;
    font-size: 12px;
  }
  .home-page .news-row h3 {
    font-size: 15px;
  }
  .company-photo-link {
    min-height: 390px;
    padding: 45px 0;
    display: block;
  }
  .home-page .company-photo .heading-en {
    font-size: 65px;
  }
  .company-photo-copy {
    margin-top: 30px;
  }
  .company-photo-copy p {
    font-size: 22px;
  }
  .company-photo-copy > span {
    padding-top: 8px;
    margin-top: 8px;
  }
}
.hero-news {
  width: min(480px, 100%);
  gap: 12px;
  font-size: 13px;
}
.home-page .news-section {
  padding-top: 60px;
}
@media (max-width: 720px) {
  .hero-news {
    width: 100%;
    gap: 7px 12px;
  }
  .home-page .news-section {
    padding-top: 35px;
  }
}
@media (max-width: 720px) {
  .home-page .service-section .home-strengths li,
  .home-page .service-section .home-strengths li:first-child {
    display: block;
  }
  .home-page .service-section .home-strengths li > span {
    margin-bottom: 12px;
  }
  .home-page .service-section .home-strengths h3 {
    font-size: 18px;
    text-wrap: balance;
  }
}

/* Reference-led refinement: clear audience label, one destination, quiet news. */
.personal-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 54px;
  gap: 45px;
  padding: 32px 42px;
  background:
    radial-gradient(ellipse at 96% 110%, #c2a6b8 0%, transparent 65%),
    radial-gradient(ellipse at 90% -20%, #e9b7bd 0%, transparent 62%),
    linear-gradient(100deg, #f7eee8 0%, #f3e7e3 45%, #e5cdd4 100%);
}
.personal-banner::before {
  opacity: 0.32;
  mask-image: linear-gradient(to right, transparent, #000 85%);
}
.banner-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #735866;
}
.personal-banner .banner-title {
  font: 400 27px/1.5 var(--jp);
  letter-spacing: 0.03em;
  margin: 7px 0 10px;
}
.banner-services {
  font-size: 14px;
  line-height: 1.7;
  color: #68525e;
}
.banner-message {
  font: 400 20px/1.8 var(--jp);
  letter-spacing: 0.06em;
  color: #694e60;
}
.banner-arrow {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #9d7b8c;
  border-radius: 50%;
  font-size: 25px;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
}
.personal-banner:hover .banner-arrow {
  background: #694e60;
  color: #fff;
  transform: translateX(3px);
}
.home-page .company-photo {
  background:
    linear-gradient(
      90deg,
      rgba(13, 35, 46, 0.8) 0%,
      rgba(13, 35, 46, 0.55) 33%,
      rgba(13, 35, 46, 0.08) 70%,
      rgba(13, 35, 46, 0.04) 100%
    ),
    url("../images/hero-collaboration.jpg") center 57% / cover;
}
.company-photo-link {
  display: block;
  min-height: 460px;
  padding: 80px 0;
  display: flex;
  align-items: center;
}
.home-page .company-photo .heading-en {
  font-size: clamp(64px, 6vw, 85px);
}
.company-photo-heading {
  width: 300px;
  max-width: 100%;
}
.company-photo-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bfcac9;
  padding: 18px 0 12px;
  margin-top: 25px;
  font-size: 14px;
  gap: 28px;
}
.company-photo-action > span {
  font-size: 25px;
  transition: transform 0.25s;
}
.company-photo-link:hover .company-photo-action > span {
  transform: translateX(4px);
}
.hero-news {
  width: min(440px, 100%);
  grid-template-columns: auto 1fr 24px;
  gap: 10px 18px;
  padding-top: 17px;
  font-size: 14px;
}
.hero-news-label {
  grid-column: 1;
  font-size: 12px;
}
.hero-news time {
  display: block;
  grid-column: 2;
  font-size: 12px;
}
.hero-news-title {
  grid-column: 1/3;
  grid-row: 2;
  line-height: 1.7;
}
.hero-news-arrow {
  grid-column: 3;
  grid-row: 1/3;
  align-self: center;
}
@media (max-width: 1000px) {
  .personal-banner {
    gap: 25px;
    padding: 30px;
  }
  .banner-message {
    font-size: 18px;
  }
  .personal-banner .banner-title {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .personal-banner {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 15px;
    padding: 26px 22px;
  }
  .personal-banner .banner-title {
    font-size: clamp(19px, 5.4vw, 23px);
    margin: 7px 0 9px;
    white-space: nowrap;
  }
  .banner-services {
    font-size: 13px;
    line-height: 1.8;
  }
  .banner-message {
    grid-column: 1;
    grid-row: 2;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.025em;
  }
  .banner-message br {
    display: none;
  }
  .banner-arrow {
    grid-column: 2;
    grid-row: 1/3;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .company-photo-link {
    min-height: 390px;
    padding: 60px 0;
  }
  .company-photo-heading {
    width: 230px;
  }
  .home-page .company-photo .heading-en {
    font-size: 60px;
  }
  .home-page .company-photo {
    background-position: 64% center;
    background-image:
      linear-gradient(
        90deg,
        rgba(13, 35, 46, 0.77),
        rgba(13, 35, 46, 0.45) 55%,
        rgba(13, 35, 46, 0.1)
      ),
      url("../images/hero-collaboration.jpg");
  }
  .hero-news {
    width: 100%;
    grid-template-columns: auto 1fr 22px;
    gap: 9px 16px;
    margin-top: 25px;
  }
  .hero-news-label {
    grid-column: 1;
    font-size: 12px;
  }
  .hero-news time {
    display: block;
    grid-column: 2;
  }
  .hero-news-title {
    font-size: 14px;
    grid-column: 1/3;
    grid-row: 2;
  }
  .hero-news-arrow {
    grid-row: 1/3;
    grid-column: 3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner-arrow,
  .company-photo-action > span {
    transition: none;
  }
}
/* Unified service story: overlapping capabilities, no duplicate strength section. */
.home-page .hero-news {
  background: #fff;
  border: 0;
  padding: 17px 20px;
  width: min(470px, 100%);
}
.venn-stage {
  position: relative;
  width: min(100%, 760px);
  aspect-ratio: 800/640;
  margin-inline: auto;
}
.venn-circles {
  display: block;
  width: 100%;
  height: 100%;
}
.venn-label {
  position: absolute;
  width: 27%;
  text-align: center;
  color: #19394e;
}
.venn-label > span {
  display: block;
  font: 400 clamp(22px, 3vw, 36px)/1.2 var(--display);
}
.venn-label strong {
  display: block;
  font: 500 18px/1.6 var(--jp);
  margin-top: 9px;
}
.venn-marketing {
  left: 14%;
  top: 23%;
}
.venn-sales {
  right: 14%;
  top: 23%;
}
.venn-operations {
  left: 36.5%;
  top: 76%;
}
.venn-hub {
  position: absolute;
  left: 50%;
  top: 45.5%;
  width: 28%;
  transform: translate(-50%, -50%);
  text-align: center;
  font: 500 24px/1.4 var(--en);
  letter-spacing: -0.035em;
  color: #19394e;
}
.venn-hub span {
  display: block;
  font: 400 13px/1.7 var(--jp);
  letter-spacing: 0.015em;
  margin-top: 7px;
}
.home-page .business-map {
  max-width: 830px;
  margin: 25px auto 55px;
}
.home-page .business-map figcaption {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 22px;
  text-align: center;
  color: #53695f;
}
.home-page .service-stack .service-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.home-page .clients {
  margin-top: 75px;
}
.home-page .logo-grid {
  background: transparent;
  border: 0;
  padding: 20px 0 0;
}
.home-page .personal-banner {
  color: #48283f;
  background:
    radial-gradient(ellipse at 100% 95%, #e275a7 0%, transparent 58%),
    radial-gradient(ellipse at 85% -15%, #ffb7bd 0%, transparent 58%),
    linear-gradient(100deg, #fff8f7 0%, #fff0f3 40%, #f7bcda 100%);
}
.home-page .personal-banner::before {
  opacity: 0.19;
  mask-image: linear-gradient(to right, transparent 35%, #000 100%);
}
.home-page .personal-banner .banner-title {
  font-weight: 500;
  font-size: 28px;
  color: #442238;
}
.home-page .banner-eyebrow,
.home-page .banner-services {
  color: #65354f;
}
.home-page .banner-message {
  color: #54273f;
  font-size: 22px;
  font-weight: 500;
}
.home-page .banner-arrow {
  color: #54273f;
  border-color: #8c4569;
  background: #fff9;
}
.home-page .personal-banner:hover .banner-arrow {
  background: #54273f;
  color: #fff;
  transform: translateX(4px);
}
.home-page .footer-inner {
  justify-content: flex-end;
}
@media (max-width: 720px) {
  .home-page .hero-news {
    padding: 16px 17px;
    width: 100%;
  }
  .venn-stage {
    width: calc(100% + 28px);
    margin-left: -14px;
  }
  .venn-label > span {
    font-size: clamp(16px, 4.7vw, 25px);
  }
  .venn-label strong {
    font-size: clamp(12px, 3.5vw, 16px);
    margin-top: 5px;
    white-space: nowrap;
  }
  .venn-hub {
    font-size: clamp(14px, 4vw, 21px);
  }
  .venn-hub span {
    font-size: clamp(9px, 2.5vw, 12px);
    margin-top: 4px;
    white-space: nowrap;
  }
  .home-page .business-map {
    margin: 25px 0 38px;
  }
  .home-page .business-map figcaption {
    font-size: 13px;
    margin-top: 18px;
  }
  .home-page .clients {
    margin-top: 45px;
  }
  .home-page .personal-banner .banner-title {
    font-size: clamp(18px, 5.2vw, 23px);
    font-weight: 600;
  }
  .home-page .banner-message {
    font-size: 15px;
    font-weight: 400;
  }
  .home-page .banner-services {
    font-size: 13px;
  }
}

/* Space marks changes of subject; the personal offer has its own white section. */
.home-page .home-needs {
  padding-block: 110px;
}
.home-page .service-section {
  padding-block: 120px;
}
.home-page .business-map {
  margin-top: 48px;
  margin-bottom: 100px;
}
.home-page .clients {
  margin-top: 110px;
  padding-top: 70px;
}
.home-page .personal-banner-wrap {
  background: #fff;
  padding-block: 90px;
}
.home-page .news-section {
  padding-block: 110px;
}
.home-page .company-photo {
  margin-bottom: 0;
}
.home-page .contact-section {
  padding-block: 110px;
}
@media (max-width: 720px) {
  .home-page .home-needs {
    padding-block: 75px;
  }
  .home-page .service-section {
    padding-block: 80px;
  }
  .home-page .business-map {
    margin-top: 34px;
    margin-bottom: 65px;
  }
  .home-page .clients {
    margin-top: 75px;
    padding-top: 45px;
  }
  .home-page .personal-banner-wrap {
    padding-block: 60px;
  }
  .home-page .news-section {
    padding-block: 75px;
  }
  .home-page .company-photo {
    margin-bottom: 0;
  }
  .home-page .contact-section {
    padding-block: 75px;
  }
}

.home-page .service-split {
  border-top: 0;
}
