/* Higasaka Navi profile page v7.20 — scoped to /profile/ only */
body.higasaka-profile-v79{
  --hp-navy:#12324a;
  --hp-navy2:#0a2234;
  --hp-teal:#176f6c;
  --hp-teal2:#4a9a94;
  --hp-gold:#b88634;
  --hp-ink:#1d2932;
  --hp-muted:#455660;
  --hp-soft:#f4f7f6;
  --hp-cream:#faf6ee;
  --hp-line:#d6e0df;
  --hp-shadow:0 18px 44px rgba(18,50,74,.09);
  color:var(--hp-ink);
}
body.higasaka-profile-v79 .entry-body,
body.higasaka-profile-v79 .entry-content{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color:var(--hp-ink);
  font-size:18.5px;
  line-height:1.95;
  letter-spacing:.012em;
}
body.higasaka-profile-v79 .entry-body > p,
body.higasaka-profile-v79 .entry-content > p{color:var(--hp-muted)}
body.higasaka-profile-v79 h1.entry-title,
body.higasaka-profile-v79 .page-header_pageTitle{
  color:var(--hp-navy);
  font-weight:800;
  letter-spacing:.01em;
}
body.higasaka-profile-v79 .profile-intro-section,
body.higasaka-profile-v79 .profile-experience-section,
body.higasaka-profile-v79 .profile-mvv-section,
body.higasaka-profile-v79 .profile-overview-section,
body.higasaka-profile-v79 .profile-cta-section{margin:0 0 72px}
body.higasaka-profile-v79 .profile-section-heading,
body.higasaka-profile-v79 .profile-intro-copy > h2{
  margin:0 0 29px;
  color:var(--hp-navy);
  font-size:clamp(1.75rem,3.1vw,2.35rem);
  line-height:1.5;
  font-weight:850;
  letter-spacing:-.025em;
}
body.higasaka-profile-v79 .profile-section-heading:after{
  content:"";
  display:block;
  width:74px;
  height:4px;
  margin-top:15px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--hp-teal),var(--hp-gold));
}

/* Intro: text first, no repeated large portrait */
body.higasaka-profile-v79 .profile-intro-card{
  position:relative;
  overflow:hidden;
  padding:42px 46px;
  border:1px solid #d7e2e0;
  border-radius:26px 8px 26px 8px;
  background:linear-gradient(125deg,#fff 0%,#fbf7ef 100%);
  box-shadow:var(--hp-shadow);
}
body.higasaka-profile-v79 .profile-intro-card:after{
  content:"";
  position:absolute;
  right:-86px;top:-108px;
  width:240px;height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(23,111,108,.11),rgba(23,111,108,0) 70%);
}
body.higasaka-profile-v79 .profile-intro-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);gap:34px;align-items:center}
body.higasaka-profile-v79 .profile-intro-copy{position:relative;z-index:1;max-width:initial}
body.higasaka-profile-v79 .profile-intro-copy > p{margin:0 0 19px;color:var(--hp-muted)}
body.higasaka-profile-v79 .profile-intro-copy .profile-identity{color:var(--hp-navy);font-weight:800;line-height:1.7}
body.higasaka-profile-v79 .profile-key-quote{
  margin:27px 0!important;
  padding:20px 22px;
  border-left:4px solid var(--hp-gold);
  border-radius:0 13px 13px 0;
  background:rgba(255,255,255,.82);
  color:var(--hp-navy)!important;
  font-size:1.08rem;
  font-weight:800;
  line-height:1.9;
}
body.higasaka-profile-v79 .profile-intro-visual,
body.higasaka-profile-v79 .profile-experience-visual{margin:0;overflow:hidden;border:1px solid #d6e0df;border-radius:22px;background:#f7faf9;box-shadow:0 12px 28px rgba(18,50,74,.08)}
body.higasaka-profile-v79 .profile-intro-visual img,
body.higasaka-profile-v79 .profile-experience-visual img{display:block;width:100%;height:auto}

/* Experience */
body.higasaka-profile-v79 .profile-experience-section{
  padding:44px 46px;
  border-top:1px solid var(--hp-line);
  border-bottom:1px solid var(--hp-line);
  background:#fff;
}
body.higasaka-profile-v79 .profile-experience-head{display:flex;align-items:center;gap:23px;margin-bottom:6px}
body.higasaka-profile-v79 .profile-experience-head .profile-section-heading{margin-bottom:20px;flex:1}
body.higasaka-profile-v79 .profile-experience-icon{
  flex:0 0 108px;
  width:108px;height:90px;
  display:grid;place-items:center;
  border:1px solid #d3e0de;
  border-radius:22px;
  background:#f7fbfa;
  color:var(--hp-teal);
}
body.higasaka-profile-v79 .profile-experience-icon svg{width:88px;height:68px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
body.higasaka-profile-v79 .profile-experience-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:34px;align-items:start}
body.higasaka-profile-v79 .profile-experience-copy > p{max-width:940px;color:var(--hp-muted);margin:0 0 18px}
body.higasaka-profile-v79 .profile-experience-copy strong{color:var(--hp-navy)}

/* Mission / Vision / Value — all three are cards */
body.higasaka-profile-v79 .profile-mvv-section{padding:48px;border-radius:28px;background:var(--hp-soft)}
body.higasaka-profile-v79 .profile-mvv-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:31px}
body.higasaka-profile-v79 .profile-mvv-card{
  position:relative;
  overflow:hidden;
  padding:30px;
  border:1px solid #d4e0de;
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 24px rgba(18,50,74,.04);
}
body.higasaka-profile-v79 .profile-mvv-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:var(--hp-teal)}
body.higasaka-profile-v79 .profile-mvv-card.vision-card:before{background:var(--hp-gold)}
body.higasaka-profile-v79 .profile-mvv-card.value-card{grid-column:1/-1}
body.higasaka-profile-v79 .profile-mvv-card.value-card:before{background:var(--hp-navy)}
body.higasaka-profile-v79 .profile-mvv-card-head{display:flex;align-items:center;gap:18px;margin-bottom:18px}
body.higasaka-profile-v79 .profile-mvv-icon{
  flex:0 0 70px;
  width:70px;height:70px;
  display:grid;place-items:center;
  border-radius:18px;
  background:#eaf5f3;
  color:var(--hp-teal);
}
body.higasaka-profile-v79 .vision-card .profile-mvv-icon{background:#faf2e3;color:#9a6c24}
body.higasaka-profile-v79 .value-card .profile-mvv-icon{background:#edf2f5;color:var(--hp-navy)}
body.higasaka-profile-v79 .profile-mvv-icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
body.higasaka-profile-v79 .profile-mvv-card h3{margin:0;color:var(--hp-navy);font-size:1.28rem;line-height:1.5;font-weight:850}
body.higasaka-profile-v79 .profile-mvv-card > p{margin:0 0 13px;color:var(--hp-muted)}
body.higasaka-profile-v79 .profile-mvv-card > p:last-child{margin-bottom:0}
body.higasaka-profile-v79 .profile-mvv-card > p strong{color:var(--hp-navy);font-size:1.03rem}
body.higasaka-profile-v79 .profile-value-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:7px}
body.higasaka-profile-v79 .profile-value-item{position:relative;padding:23px 23px 21px;border:1px solid #dbe4e3;border-radius:16px;background:#fafcfc}
body.higasaka-profile-v79 .profile-value-item:after{content:"";position:absolute;right:18px;top:18px;width:8px;height:8px;border-radius:50%;background:var(--hp-teal);box-shadow:0 0 0 5px rgba(23,111,108,.09)}
body.higasaka-profile-v79 .profile-value-title{margin:0 22px 10px 0!important;color:var(--hp-navy)!important;line-height:1.6}
body.higasaka-profile-v79 .profile-value-title strong{font-size:1.08rem}
body.higasaka-profile-v79 .profile-value-body{margin:0!important;color:var(--hp-muted)!important}

/* Profile / business overview — smaller portrait here */
body.higasaka-profile-v79 .profile-overview-section{padding:0 4px}
body.higasaka-profile-v79 .profile-overview-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;align-items:start;margin-top:24px}
body.higasaka-profile-v79 .profile-overview-photo{margin:0;overflow:hidden;border-radius:20px 6px 20px 6px;background:#eef2f1;box-shadow:0 12px 30px rgba(18,50,74,.10)}
body.higasaka-profile-v79 .profile-overview-photo img{display:block;width:100%;height:275px;object-fit:cover;object-position:center 31%}
body.higasaka-profile-v79 .profile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px;border-top:1px solid var(--hp-line)}
body.higasaka-profile-v79 .profile-info-row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;align-items:start;margin:0!important;padding:17px 4px;border-bottom:1px solid var(--hp-line);color:var(--hp-muted)!important}
body.higasaka-profile-v79 .profile-info-row > strong{color:var(--hp-navy);font-weight:800}
body.higasaka-profile-v79 .profile-info-row > a{color:var(--hp-teal);text-decoration:none;overflow-wrap:anywhere;word-break:break-word}
body.higasaka-profile-v79 .profile-info-row > a:hover{text-decoration:underline}

/* CTA */
body.higasaka-profile-v79 .profile-cta-section{position:relative;overflow:hidden;margin-bottom:24px;padding:46px 50px;border-radius:26px;background:linear-gradient(120deg,var(--hp-teal),#245d69);color:#fff;box-shadow:0 18px 45px rgba(23,111,108,.18)}
body.higasaka-profile-v79 .profile-cta-section:after{content:"";position:absolute;width:260px;height:260px;right:-90px;top:-100px;border-radius:50%;background:rgba(255,255,255,.07)}
body.higasaka-profile-v79 .profile-cta-heading{position:relative;z-index:1;margin:0 0 17px;color:#fff;font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.55;font-weight:850}
body.higasaka-profile-v79 .profile-cta-section p{position:relative;z-index:1;max-width:780px;margin:0 0 12px;color:rgba(255,255,255,.92)}
body.higasaka-profile-v79 .profile-cta-button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:54px;margin-top:20px;padding:13px 27px;border-radius:999px;background:#fff;color:var(--hp-navy);font-weight:850;text-decoration:none!important;box-shadow:0 8px 22px rgba(0,0,0,.10);transition:.2s}
body.higasaka-profile-v79 .profile-cta-button:after{content:"→";margin-left:16px}
body.higasaka-profile-v79 .profile-cta-button:hover{transform:translateY(-2px);color:var(--hp-teal)}

@media(max-width:900px){
  body.higasaka-profile-v79 .profile-mvv-grid,
  body.higasaka-profile-v79 .profile-value-grid,
  body.higasaka-profile-v79 .profile-info-grid{grid-template-columns:1fr}
  body.higasaka-profile-v79 .profile-mvv-card.value-card{grid-column:auto}
  body.higasaka-profile-v79 .profile-mvv-section{padding:38px 30px}
  body.higasaka-profile-v79 .profile-intro-layout,
  body.higasaka-profile-v79 .profile-experience-layout{grid-template-columns:minmax(0,1fr);gap:26px}
  body.higasaka-profile-v79 .profile-intro-visual,
  body.higasaka-profile-v79 .profile-experience-visual{max-width:640px}
  body.higasaka-profile-v79 .profile-overview-layout{grid-template-columns:180px minmax(0,1fr);gap:28px}
  body.higasaka-profile-v79 .profile-overview-photo img{height:235px}
}
@media(max-width:700px){
  body.higasaka-profile-v79 .entry-body,
  body.higasaka-profile-v79 .entry-content{font-size:17px;line-height:1.92}
  body.higasaka-profile-v79 .profile-intro-section,
  body.higasaka-profile-v79 .profile-experience-section,
  body.higasaka-profile-v79 .profile-mvv-section,
  body.higasaka-profile-v79 .profile-overview-section,
  body.higasaka-profile-v79 .profile-cta-section{margin-bottom:52px}
  body.higasaka-profile-v79 .profile-intro-card{padding:29px 23px;border-radius:20px 6px 20px 6px}
  body.higasaka-profile-v79 .profile-experience-section{padding:32px 8px}
  body.higasaka-profile-v79 .profile-experience-head{align-items:flex-start;gap:16px}
  body.higasaka-profile-v79 .profile-intro-layout,
  body.higasaka-profile-v79 .profile-experience-layout{grid-template-columns:1fr;gap:22px}
  body.higasaka-profile-v79 .profile-intro-visual,
  body.higasaka-profile-v79 .profile-experience-visual{max-width:none;border-radius:18px}
  body.higasaka-profile-v79 .profile-experience-icon{flex-basis:82px;width:82px;height:70px;border-radius:17px}
  body.higasaka-profile-v79 .profile-experience-icon svg{width:66px;height:52px}
  body.higasaka-profile-v79 .profile-mvv-section{padding:30px 18px;border-radius:20px}
  body.higasaka-profile-v79 .profile-mvv-card{padding:24px 20px}
  body.higasaka-profile-v79 .profile-mvv-card-head{gap:14px}
  body.higasaka-profile-v79 .profile-mvv-icon{flex-basis:58px;width:58px;height:58px;border-radius:15px}
  body.higasaka-profile-v79 .profile-mvv-icon svg{width:38px;height:38px}
  body.higasaka-profile-v79 .profile-overview-layout{grid-template-columns:1fr;gap:23px}
  body.higasaka-profile-v79 .profile-overview-photo{width:175px;margin:0 auto}
  body.higasaka-profile-v79 .profile-overview-photo img{height:220px}
  body.higasaka-profile-v79 .profile-info-row{grid-template-columns:1fr;gap:5px;padding:15px 2px}
  body.higasaka-profile-v79 .profile-cta-section{padding:34px 24px;border-radius:20px}
  body.higasaka-profile-v79 .profile-cta-button{width:100%}
}

/* v7.20: custom profile shell + no-JS source fallbacks */
body.higasaka-profile-v79 .higasaka-profile-main{background:#fff}
body.higasaka-profile-v79 .higasaka-page-hero{padding:54px 0 42px;background:linear-gradient(122deg,#fbfcfb 0%,#f8f2e8 100%);border-bottom:1px solid var(--hp-line)}
body.higasaka-profile-v79 .higasaka-page-hero .page-header_pageTitle{margin:0;color:var(--hp-navy);font-size:clamp(1.85rem,3.6vw,2.65rem);line-height:1.45;font-weight:850;letter-spacing:-.03em}
body.higasaka-profile-v79 .higasaka-page-hero .eyebrow{margin:0 0 10px;color:var(--hp-teal);font-size:.78rem;font-weight:850;letter-spacing:.08em}
body.higasaka-profile-v79 .higasaka-profile-content{padding-top:64px;padding-bottom:76px}
body.higasaka-profile-v79 .profile-overview-photo-source{margin:24px 0 28px;width:220px}
body.higasaka-profile-v79 .higasaka-profile-cta-fallback{margin-top:20px!important}
body.higasaka-profile-v79 .higasaka-profile-cta-fallback .profile-cta-button{margin-top:0}
@media(max-width:700px){body.higasaka-profile-v79 .higasaka-page-hero{padding:38px 0 30px}body.higasaka-profile-v79 .higasaka-profile-content{padding-top:46px;padding-bottom:58px}body.higasaka-profile-v79 .profile-overview-photo-source{width:175px;margin-left:auto;margin-right:auto}}

/* v7.26: keep profile labels and values in separate grid columns. */
body.higasaka-profile-v79 .profile-info-row > br{display:none}
