/* =========================================================
   Karada Balance - About Page Major Redesign v4
   Focus: premium desktop layout, correct recommendation cards,
   balanced image scale, stronger hierarchy, no blank external photos.
   ========================================================= */

:root{
  --about-container:1160px;
  --about-narrow:860px;
  --about-blue:#4a8fd4;
  --about-gold:#c9a84c;
  --about-white:#f0f6ff;
  --about-text:rgba(222,239,255,.82);
  --about-muted:rgba(158,198,235,.62);
  --about-line:rgba(74,143,212,.18);
  --about-card:rgba(6,20,40,.66);
  --about-card-strong:rgba(8,24,48,.82);
}

body.about-page{
  background:
    radial-gradient(circle at 12% 11%, rgba(74,143,212,.15), transparent 30rem),
    radial-gradient(circle at 88% 22%, rgba(201,168,76,.10), transparent 30rem),
    linear-gradient(135deg,#030810 0%,#060f1e 52%,#080518 100%)!important;
}

body.about-page .site-header{
  grid-template-columns:minmax(300px,auto) 1fr auto!important;
  padding:14px max(28px,calc((100vw - var(--about-container))/2))!important;
  background:rgba(3,8,16,.90)!important;
  border-bottom:1px solid rgba(74,143,212,.16)!important;
}
body.about-page .brand-mark{width:50px!important;height:50px!important;}
body.about-page .brand-main{font-size:clamp(21px,1.95vw,28px)!important;letter-spacing:.035em!important;}
body.about-page .brand-sub{font-size:11px!important;opacity:.82;}
body.about-page .site-nav{gap:clamp(16px,1.7vw,25px)!important;}
body.about-page .site-nav a{font-size:12.5px!important;}
body.about-page .sns-mini{min-height:36px!important;padding:0 15px!important;font-size:11px!important;}

body.about-page .about-main,
body.about-page .about-section,
body.about-page .about-hero,
body.about-page .cta,
body.about-page .footer{
  padding-left:max(28px,calc((100vw - var(--about-container))/2))!important;
  padding-right:max(28px,calc((100vw - var(--about-container))/2))!important;
}
body.about-page .about-main{padding-left:0!important;padding-right:0!important;}
body.about-page .floating-cta{display:none!important;}

body.about-page .about-kicker{
  display:block;
  color:var(--about-gold);
  font-size:11px;
  letter-spacing:.25em;
  line-height:1.5;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:14px;
}
body.about-page h1,
body.about-page h2,
body.about-page h3{
  font-family:'Noto Serif JP','Yu Mincho',serif!important;
  color:var(--about-white);
  font-weight:500;
  letter-spacing:.05em;
}
body.about-page p{
  color:var(--about-text);
  font-size:clamp(14px,1.18vw,16px);
  line-height:2;
  letter-spacing:.015em;
}

/* Hero */
body.about-page .about-hero{
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(430px,.92fr) minmax(420px,.92fr);
  gap:clamp(42px,5.5vw,78px);
  align-items:center;
  padding-top:clamp(76px,7vw,104px)!important;
  padding-bottom:clamp(64px,7vw,96px)!important;
  background:
    radial-gradient(circle at 74% 42%, rgba(74,143,212,.16), transparent 26rem),
    linear-gradient(135deg,rgba(5,13,32,.90),rgba(3,8,16,.96) 58%,rgba(8,5,24,.88));
  border-bottom:1px solid rgba(74,143,212,.14);
}
body.about-page .about-hero-copy{max-width:620px;}
body.about-page .about-hero h1{
  font-size:clamp(40px,4.1vw,58px)!important;
  line-height:1.36!important;
  margin:0 0 20px!important;
  text-shadow:0 0 34px rgba(74,143,212,.17);
}
body.about-page .about-hero p{max-width:590px;margin:0 0 22px;color:rgba(226,241,255,.82)!important;}
body.about-page .about-hero-badges{display:flex;flex-wrap:wrap;gap:9px;}
body.about-page .about-hero-badges span{
  display:inline-flex;align-items:center;min-height:32px;padding:0 13px;border-radius:999px;
  background:rgba(74,143,212,.09);border:1px solid rgba(74,143,212,.22);
  color:rgba(232,245,255,.84);font-size:12.5px;letter-spacing:.05em;
}
body.about-page .about-hero-visual{position:relative;min-height:430px;justify-self:end;width:min(100%,560px);}
body.about-page .about-hero-photo.main{
  position:absolute;right:0;top:0;width:84%;height:335px;object-fit:cover;object-position:center center;
  border-radius:30px;border:1px solid rgba(74,143,212,.24);
  box-shadow:0 32px 90px rgba(0,0,0,.48),0 0 70px rgba(74,143,212,.12);
}
body.about-page .about-hero-photo.sub{
  position:absolute;left:0;bottom:18px;width:35%;height:190px;object-fit:cover;object-position:center top;
  border-radius:24px;border:1px solid rgba(201,168,76,.38);box-shadow:0 25px 70px rgba(0,0,0,.44);
}
body.about-page .about-hero-card{
  position:absolute;right:2%;bottom:34px;max-width:285px;padding:18px 20px;border-radius:22px;
  background:rgba(3,15,32,.82);border:1px solid rgba(74,143,212,.26);backdrop-filter:blur(18px);
  box-shadow:0 22px 66px rgba(0,0,0,.34);
}
body.about-page .about-hero-card strong{display:block;color:#fff;font-size:17px;letter-spacing:.07em;margin-bottom:7px;font-family:'Noto Serif JP','Yu Mincho',serif;}
body.about-page .about-hero-card span{display:block;color:rgba(222,239,255,.77);font-size:12.5px;line-height:1.75;}

/* Sections */
body.about-page .about-section{
  padding-top:clamp(58px,6vw,84px)!important;
  padding-bottom:clamp(58px,6vw,84px)!important;
  border-bottom:1px solid rgba(74,143,212,.12);
}
body.about-page .about-section-head{margin-bottom:26px;}
body.about-page .about-section-head.narrow{max-width:var(--about-narrow);}
body.about-page .about-section-head.center{text-align:center;margin-left:auto;margin-right:auto;}
body.about-page .about-section h2{
  font-size:clamp(27px,3vw,40px)!important;
  line-height:1.45!important;
  margin:0 0 16px!important;
}
body.about-page .philosophy-section,
body.about-page .commitment-section{
  background:linear-gradient(180deg,rgba(6,15,30,.90),rgba(3,15,32,.84));
}
body.about-page .director-section,
body.about-page .facility-section{
  background:linear-gradient(180deg,rgba(3,8,16,.92),rgba(8,5,24,.78));
}

/* Philosophy */
body.about-page .tenchi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;}
body.about-page .tenchi-grid article{
  position:relative;overflow:hidden;min-height:220px;padding:28px 25px;border-radius:24px;
  background:linear-gradient(180deg,rgba(8,24,48,.70),rgba(4,13,27,.78));
  border:1px solid rgba(74,143,212,.19);box-shadow:0 22px 60px rgba(0,0,0,.22);
}
body.about-page .tenchi-grid article:nth-child(2){border-color:rgba(201,168,76,.32);background:linear-gradient(180deg,rgba(20,32,51,.78),rgba(6,15,30,.82));}
body.about-page .tenchi-grid b{display:block;color:rgba(201,168,76,.24);font-size:76px;line-height:1;position:absolute;right:22px;top:18px;font-family:'Noto Serif JP','Yu Mincho',serif;}
body.about-page .tenchi-grid h3{position:relative;font-size:19px;line-height:1.55;margin:70px 0 10px;}
body.about-page .tenchi-grid p{position:relative;font-size:14px;line-height:1.9;margin:0;color:rgba(222,239,255,.76);}

/* Director */
body.about-page .director-layout{display:grid;grid-template-columns:minmax(360px,480px) minmax(0,1fr);gap:38px;align-items:start;}
body.about-page .director-image-stack{position:relative;padding-bottom:60px;}
body.about-page .director-main-image{width:100%;height:360px;object-fit:cover;object-position:center 34%;border-radius:28px;border:1px solid rgba(74,143,212,.23);box-shadow:0 24px 75px rgba(0,0,0,.38);}
body.about-page .director-profile-card{
  position:absolute;left:24px;right:24px;bottom:0;display:flex;align-items:center;gap:16px;padding:16px;
  border-radius:22px;background:rgba(3,15,32,.86);border:1px solid rgba(201,168,76,.32);backdrop-filter:blur(16px);box-shadow:0 20px 70px rgba(0,0,0,.38);
}
body.about-page .director-profile-card img{width:82px;height:82px;object-fit:cover;object-position:center top;border-radius:50%;border:2px solid rgba(201,168,76,.50);}
body.about-page .director-profile-card span{display:block;color:var(--about-muted);font-size:12px;margin-bottom:4px;}
body.about-page .director-profile-card strong{display:block;color:#fff;font-family:'Noto Serif JP','Yu Mincho',serif;font-size:25px;line-height:1.25;letter-spacing:.1em;}
body.about-page .director-profile-card small{display:block;color:rgba(158,198,235,.52);font-size:11px;margin-top:4px;}
body.about-page .director-tags{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:16px;}
body.about-page .director-tags span,.mini-tags span{
  display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;
  background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.26);color:rgba(222,202,137,.92);font-size:12.5px;
}
body.about-page .director-message-card{
  padding:28px 30px;border-radius:24px;background:rgba(6,20,40,.66);border:1px solid rgba(74,143,212,.20);box-shadow:0 22px 70px rgba(0,0,0,.25);
}
body.about-page .message-label{display:block;color:var(--about-gold);font-size:11px;letter-spacing:.22em;margin-bottom:12px;font-weight:700;}
body.about-page .director-message-card p{margin:0 0 16px;font-size:14.5px;line-height:2.02;color:rgba(222,239,255,.82);}
body.about-page .director-message-card p:last-child{margin-bottom:0;color:#fff;}
body.about-page .about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px;}
body.about-page .about-stats div{min-height:122px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:22px;background:rgba(6,20,40,.66);border:1px solid rgba(74,143,212,.20);box-shadow:0 18px 56px rgba(0,0,0,.20);}
body.about-page .about-stats strong{color:#fff;font-size:44px;line-height:1;font-family:'Noto Serif JP','Yu Mincho',serif;font-weight:500;}
body.about-page .about-stats strong span{font-size:17px;margin-left:2px;color:var(--about-gold);}
body.about-page .about-stats small{color:var(--about-muted);font-size:12px;margin-top:12px;letter-spacing:.08em;}

/* Commitment */
body.about-page .commitment-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr);gap:18px;align-items:stretch;}
body.about-page .equipment-card{overflow:hidden;border-radius:24px;background:rgba(6,20,40,.66);border:1px solid rgba(74,143,212,.20);box-shadow:0 22px 70px rgba(0,0,0,.24);}
body.about-page .equipment-card.large{display:grid;grid-template-columns:290px 1fr;}
body.about-page .equipment-card.large img{width:100%;height:100%;min-height:330px;object-fit:cover;object-position:center center;}
body.about-page .equipment-card.large>div{padding:30px;}
body.about-page .equipment-card h3{font-size:24px;line-height:1.35;margin:0 0 12px;}
body.about-page .equipment-card p{font-size:14.5px;line-height:1.95;margin:0 0 18px;}
body.about-page .mini-tags{display:flex;flex-wrap:wrap;gap:8px;}
body.about-page .equipment-card.small{padding:32px;display:flex;flex-direction:column;justify-content:center;}
body.about-page .icon-orb{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff;font-family:'Noto Serif JP','Yu Mincho',serif;font-size:33px;background:radial-gradient(circle,rgba(74,143,212,.34),rgba(74,143,212,.10));border:1px solid rgba(74,143,212,.28);box-shadow:0 0 45px rgba(74,143,212,.18);}

/* Facility */
body.about-page .facility-gallery{display:grid;grid-template-columns:1.35fr .82fr;gap:16px;}
body.about-page .facility-gallery figure{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(74,143,212,.20);box-shadow:0 22px 70px rgba(0,0,0,.24);background:rgba(6,20,40,.5);min-height:230px;}
body.about-page .facility-gallery figure.wide{grid-row:span 2;min-height:492px;}
body.about-page .facility-gallery img{width:100%;height:100%;object-fit:cover;object-position:center center;}
body.about-page .facility-gallery figure:nth-child(2) img,
body.about-page .facility-gallery figure:nth-child(3) img{object-position:center center;}
body.about-page .facility-gallery figcaption{position:absolute;left:16px;right:16px;bottom:16px;padding:11px 14px;border-radius:999px;background:rgba(3,8,16,.72);border:1px solid rgba(74,143,212,.22);backdrop-filter:blur(14px);color:rgba(240,246,255,.88);font-size:13px;letter-spacing:.06em;text-align:center;}

/* Recommendations */
body.about-page .recommendations-section{background:linear-gradient(180deg,rgba(6,15,30,.90),rgba(3,8,16,.96));}
body.about-page .recommendation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:32px;}
body.about-page .rec-modern{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:24px;border-radius:24px;background:rgba(6,20,40,.66);border:1px solid rgba(74,143,212,.20);box-shadow:0 22px 70px rgba(0,0,0,.23);}
body.about-page .rec-modern.featured{grid-column:1 / -1;border-color:rgba(201,168,76,.34);background:linear-gradient(135deg,rgba(16,28,47,.82),rgba(7,19,39,.78));}
body.about-page .rec-avatar{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--about-gold);font-size:27px;font-family:'Noto Serif JP','Yu Mincho',serif;background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.35);box-shadow:0 0 38px rgba(201,168,76,.08);}
body.about-page .rec-body span{display:block;color:var(--about-muted);font-size:12px;line-height:1.65;margin-bottom:5px;}
body.about-page .rec-body h3{font-size:21px;line-height:1.45;margin:0 0 10px;}
body.about-page .rec-body p{font-size:14px;line-height:1.95;margin:0;color:rgba(222,239,255,.80);}

body.about-page .about-final-cta{background:linear-gradient(135deg,rgba(3,15,32,.96),rgba(8,5,24,.86))!important;text-align:center!important;}
body.about-page .line-btn-main{max-width:520px;margin:0 auto;}

@media (max-width:1080px){
  body.about-page .about-hero{grid-template-columns:1fr;min-height:auto;}
  body.about-page .about-hero-visual{justify-self:start;max-width:620px;}
  body.about-page .director-layout,
  body.about-page .commitment-grid{grid-template-columns:1fr;}
  body.about-page .equipment-card.large{grid-template-columns:260px 1fr;}
}

@media (max-width:820px){
  body.about-page .about-hero,
  body.about-page .about-section,
  body.about-page .cta,
  body.about-page .footer{padding-left:20px!important;padding-right:20px!important;}
  body.about-page .about-hero{padding-top:58px!important;padding-bottom:64px!important;}
  body.about-page .about-hero h1{font-size:34px!important;line-height:1.48!important;}
  body.about-page .about-hero-visual{min-height:336px;width:100%;}
  body.about-page .about-hero-photo.main{width:88%;height:255px;border-radius:22px;}
  body.about-page .about-hero-photo.sub{width:42%;height:150px;border-radius:18px;}
  body.about-page .about-hero-card{max-width:220px;bottom:10px;padding:13px 14px;border-radius:18px;}
  body.about-page .about-hero-card strong{font-size:14px;}
  body.about-page .about-hero-card span{font-size:11.3px;}
  body.about-page .tenchi-grid,
  body.about-page .about-stats,
  body.about-page .recommendation-grid{grid-template-columns:1fr;}
  body.about-page .director-main-image{height:250px;border-radius:22px;}
  body.about-page .director-profile-card{left:14px;right:14px;padding:13px;border-radius:18px;}
  body.about-page .director-profile-card img{width:68px;height:68px;}
  body.about-page .director-profile-card strong{font-size:21px;}
  body.about-page .director-message-card{padding:22px;border-radius:20px;}
  body.about-page .equipment-card.large{grid-template-columns:1fr;}
  body.about-page .equipment-card.large img{height:270px;min-height:0;}
  body.about-page .facility-gallery{grid-template-columns:1fr;}
  body.about-page .facility-gallery figure,
  body.about-page .facility-gallery figure.wide{min-height:260px;}
  body.about-page .rec-modern,
  body.about-page .rec-modern.featured{grid-column:auto;grid-template-columns:56px 1fr;padding:20px;}
  body.about-page .rec-avatar{width:56px;height:56px;font-size:22px;}
}

@media (max-width:430px){
  body.about-page .about-hero,
  body.about-page .about-section,
  body.about-page .cta,
  body.about-page .footer{padding-left:16px!important;padding-right:16px!important;}
  body.about-page .about-hero h1{font-size:31px!important;}
  body.about-page .tenchi-grid article{min-height:190px;padding:24px 21px;}
  body.about-page .tenchi-grid h3{margin-top:58px;font-size:17px;}
  body.about-page .equipment-card.large>div,
  body.about-page .equipment-card.small{padding:24px;}
  body.about-page .rec-modern{grid-template-columns:1fr;gap:12px;}
}

/* Small mobile header fix: keep clinic name from breaking awkwardly */
@media (max-width:820px){
  body.about-page .site-header{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;}
  body.about-page .brand{min-width:0!important;gap:9px!important;}
  body.about-page .brand-mark{width:48px!important;height:48px!important;flex:0 0 48px!important;}
  body.about-page .brand-text{min-width:0!important;}
  body.about-page .brand-main{font-size:17px!important;white-space:nowrap!important;letter-spacing:.02em!important;}
  body.about-page .brand-sub{font-size:10px!important;white-space:nowrap!important;}
}
@media (max-width:430px){
  body.about-page .brand-main{font-size:15.6px!important;}
  body.about-page .brand-sub{font-size:9.3px!important;}
  body.about-page .nav-toggle{font-size:10.5px!important;padding:8px 10px!important;}
}
