/* Changsri Co., Ltd. — consolidated stylesheet (cleaned) */
/* Generated on 2026-02-02: merged historical patches into final cascade values. */
:root{
  --privacy-top-pad: clamp(16px, 2.5vw, 32px);
  --brand-sub-transform: none;
  --bg: #0b1224;
  --bg2: #070d1c;
  --panel: rgba(255,255,255,.070);
  --text: rgba(244,248,255,.90);
  --heading: rgba(255,255,255,.96);
  --muted: rgba(210,220,238,.80);
  --line: rgba(255,255,255,.10);
  --accent: #86b4ff;
  --shadow: 0 16px 44px rgba(0,0,0,.48);
  --r: 18px;
  --container: min(1680px, 96vw);
  --gutter: clamp(14px, 2.2vw, 40px);
  /* Header/footer should feel more edge-aligned than the main content.
     Reduce the visible side “dead space” on both mobile and desktop. */
  --header-container: 100vw;
  --header-gutter: clamp(10px, 1.6vw, 24px);
  --panel2: rgba(255,255,255,.055);
  --accent2: #60a5fa;
  --bg3: #050a16;
  --font-sans: "IBM Plex Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Hiragino Sans GB","Yu Gothic","YuGothic",Meiryo,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  /* Offset for in-page anchor jumps (sticky header + breathing room).
     JS will refine this based on actual header height. */
  --scroll-offset: 84px;
  --anchor-gap: 24px;
  --content-footer-gap: clamp(72px, 10vw, 240px);
}
*{
  box-sizing: border-box;
}

img,svg,video,canvas{
  max-width:100%;
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-offset);
  /* Prevent iOS overscroll from revealing a white page background below the footer */
  background: var(--bg);
  min-height: 100%;
  /* iOS Safari can auto-increase font sizes (text autosizing), which breaks layouts on real devices.
     Keep sizing deterministic across mobile browsers. */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.brand{
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}
.brand-sep{
  color: rgba(167,178,200,.55);
  font-weight: 400;
  margin: 0 6px;
}
.nav{
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.slides{
  position: absolute;
  inset: 0;
}
.hero .slides{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0b1220;
}

/* Hero: first frame fallback to avoid blank before JS */
.no-webp .hero .slides{
  background-image: url("../img/hero_slide1.jpg");
}
.webp .hero .slides{
  background-image: url("../img/hero_slide1.webp");
}

.slide.is-active{
  opacity: 1;
}
.slide-tag{
  position: absolute;
  left: 28px;
  top: 22px;
  color: rgba(232,237,247,.70);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.slide-title{
  position: absolute;
  left: 28px;
  bottom: 22px;
  color: rgba(232,237,247,.88);
  font-size: .92rem;
  max-width: 70%;
}
.hero-overlay{
  /* Overlay content sits above slides; vertically centered and slightly lower than center
     so the bottom doesn't feel "empty" on desktop. */
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Keep equal top/bottom padding so the panel stays vertically centered */
  padding: clamp(96px, 11vh, 180px) 0;
}
.hero-links{
  display: flex;
  gap: 14px;
  margin-top: 18px;
}
.link{
  color: rgba(232,237,247,.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.18);
  padding-bottom: 2px;
  font-size: .84rem;
}
.link:hover{
  color: var(--heading);
  border-bottom-color: rgba(110,168,255,.45);
}
.muted-link{
  color: var(--muted);
}
.two-col{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}
.muted{
  color: var(--muted);
}
.facts{
  border-left: 1px solid var(--line);
  padding-left: 14px;
}
.fact{
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,.035);
}
.fact:first-child{
  border-top: none;
}
.fact-k{
  color: var(--muted);
  font-size: .78rem;
}
.fact-v{
  margin-top: 4px;
  font-size: .84rem;
}
.card ul{
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.75;
}
.card ul li{
  margin: 2px 0;
}
.person-photo.p1{
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.66)),
        url("../img/showcase/requirements_board@900.jpg") center/cover no-repeat;
}
.webp .person-photo.p1{
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.66)),
        url("../img/showcase/requirements_board@900.webp") center/cover no-repeat;
}
.person-photo.p2{
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.66)),
        url("../img/people_02_cloud.jpg") center/cover no-repeat;
}
.webp .person-photo.p2{
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.66)),
        url("../img/people_02_cloud.webp") center/cover no-repeat;
}
.person-photo.p3{
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.66)),
        url("../img/people_03_app.jpg") center/cover no-repeat;
}
.webp .person-photo.p3{
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.66)),
        url("../img/people_03_app.webp") center/cover no-repeat;
}
.person-photo.p4{
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.66)),
        url("../img/people_04_security.jpg") center/cover no-repeat;
}
.webp .person-photo.p4{
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.66)),
        url("../img/people_04_security.webp") center/cover no-repeat;
}
.person-role-jp{
  text-transform: none;
  letter-spacing: .02em;
  font-size: .86rem;
  color: rgba(232,237,247,.78);
}
.person-role-en{
  margin-top: 6px;
}
.person-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: 12px;
  margin-top: 10px;
}
.person-item .k{
  color: var(--muted);
  font-size: .78rem;
}
.person-item .v{
  margin-top: 4px;
  font-size: .84rem;
  color: var(--text);
}
.person-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 8px;
}
.person-note{
  margin: 8px 0 0;
  font-size: .78rem;
}
.profile{
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 14px;
  align-items: start;
}
.dl{
  margin: 0;
}
.dl > div{
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.05);
}
.dl > div:first-child{
  border-top: none;
}
dt{
  color: var(--muted);
  font-size: .78rem;
}
dd{
  margin: 0;
  font-size: .84rem;
}
dd a{
  color: var(--accent);
}
.note-box{
  border-radius: var(--r);
  padding: 12px;
}
.note-title{
  color: var(--muted);
  font-size: .78rem;
  margin-bottom: 6px;
}
.contact{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  align-items: start;
}
.contact a{
  color: var(--accent);
}
.mini{
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: 10px;
  margin-top: 10px;
}
.mini:first-child{
  margin-top: 0;
}
.mini-k{
  color: var(--muted);
  font-size: .78rem;
}
.mini-v{
  margin-top: 4px;
  font-size: .84rem;
}
.form{
  margin-top: 14px;
}
.form label{
  display: block;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .82rem;
}
.btn-solid{
  border: 1px solid rgba(110,168,255,.30);
  background: rgba(110,168,255,.12);
}
.btn-solid:hover{
  background: rgba(110,168,255,.16);
}
.form-note{
  margin-top: 10px;
}
.footer{
  padding: 16px 0;
  border-top: 1px solid var(--line);
  background: rgba(11,15,26,.72);
}
.footer-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
small{
  color: var(--muted);
  font-size: .78rem;
}
.stance-card{
  margin-top: 22px;
  padding: 16px 18px;
  background: rgba(16,24,39,.22);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: var(--r);
}
.stance-title{
  color: var(--heading);
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .01em;
}
.stance-role{
  margin: 6px 0 8px;
  color: rgba(232,237,247,.68);
  font-size: .80rem;
  letter-spacing: .01em;
}
.stance-tagline{
  margin: 10px 0 10px;
  color: rgba(232,237,247,.80);
  font-size: .86rem;
}
.stance-en{
  color: var(--muted);
  margin: 0 0 10px;
  font-size: .88rem;
}
.stance-jp{
  color: var(--muted);
  margin: 0;
  font-size: .88rem;
}
.stance-list{
  margin: 10px 0 10px;
  padding-left: 18px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.75;
}
.stance-list li{
  margin: 2px 0;
}
.copy p{
  margin: 0 0 14px;
}
.caps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.nav-toggle{
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.05);
  background: rgba(255,255,255,.04);
  color: var(--text);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-toggle:hover{
  background: rgba(255,255,255,.06);
}
.nav-toggle-lines{
  position: relative;
  width: 18px;
  height: 2px;
  background: rgba(232,237,247,.78);
  border-radius: 99px;
  display: block;
}
.nav-toggle-lines::before,
.nav-toggle-lines::after{
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: rgba(232,237,247,.78);
  border-radius: 99px;
}
.nav-toggle-lines::before{
  top: -6px;
}
.nav-toggle-lines::after{
  top: 6px;
}
#contact-section .btn{
  opacity: .8;
}
#contact-section .btn:hover{
  opacity: 1;
}
footer{
  opacity: .7;
  font-size: .8rem;
}
.legal{
  margin-top: 14px;
  color: rgba(167,178,200,.62);
  font-size: .78rem;
  letter-spacing: .04em;
}
.quiet-bg{
  margin-top: 22px;
  max-width: 720px;
  color: rgba(167,178,200,.70);
  font-size: .88rem;
  line-height: 1.9;
  letter-spacing: .01em;
}
.note{
  margin-top: 14px;
  font-size: .82rem;
  color: rgba(167,178,200,.62);
}
.jp-sub{
  margin-top: 6px;
  font-size: .82rem;
  color: rgba(167,178,200,.68);
  line-height: 1.6;
}
.jp-block{
  margin-top: 16px;
  font-size: .88rem;
  line-height: 1.8;
  color: rgba(167,178,200,.78);
  max-width: 680px;
}
.company-profile{
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.company-profile dl{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px 18px;
  font-size: .88rem;
}
.company-profile dt{
  color: rgba(167,178,200,.65);
  letter-spacing: .04em;
}
.company-profile dd{
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}
/* Subsections inside a single nav section (e.g., About → Team, Approach → Background) */
.subsection-title{
  max-width: 980px;
  margin: 44px auto 18px;
  font-size: 1.10rem;
  letter-spacing: .02em;
  text-align: center;
  color: var(--heading);
}
.approach-background{
  margin-top: 26px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
@media (max-width: 780px){
  .subsection-title{
    margin-top: 34px;
  }
}
.contact-compact input,
.contact-compact textarea{
  padding: 8px 10px;
  font-size: .88rem;
}
.contact-compact .btn{
  padding: 8px 14px;
  font-size: .88rem;
}
#approach-section .wide-text{
  line-height: 1.9;
}
/* Engineering Approach: keep the content block centered so it matches other sections */
#approach-section .copy.wide-text{
  margin-inline: auto;
}
#approach-section .wide-text br{
  display: block;
  margin-bottom: 8px;
}
.contact-compact .section-title,
.contact-compact .jp-sub,
.contact-compact .wide-text,
.contact-compact .form{
  max-width: 520px;
  width: 100%;
  margin-inline: auto;
}
.contact-compact .section-title{
  text-align: center;
}
.contact-compact .jp-sub{
  text-align: left;
}
.person{
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  border-radius: var(--r);
  padding: 14px;
}
.section{
  padding: clamp(40px, 5vw, 64px) 0;
}
.section-spacious{
  padding: clamp(72px, 8vw, 120px) 0;
}
/* First section after hero: tighter top padding so the title can "peek" under the hero */
#capabilities-section{
  padding-top: clamp(18px, 2.8vw, 42px);
}

/* Remove default h2 top margin for the first section title to reduce the gap under the hero */
#capabilities{
  margin: 0 0 clamp(18px, 2.4vw, 26px);
}
.wide-text{
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(.95rem, .22vw + .90rem, 1.02rem);
  color: var(--muted);
  line-height: 1.9;
}
.caps,
.cards{
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2.6vw, 28px);
}
#contact-section .section-title{
  font-size: clamp(1.40rem, 0.60vw + 1.24rem, 1.70rem);
  letter-spacing: .02em;
}
.contact-compact .form{
  max-width: 820px;
  margin-inline: 0;
}
.form input,
.form textarea{
  width: 100%;
  margin-top: 6px;
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.05);
  color: var(--text);
  outline: none;
  font-size: 16px;
  line-height: 1.7;
}
.form input:focus,
.form textarea:focus{
  border-color: rgba(110,168,255,.55);
  box-shadow: 0 0 0 3px rgba(110,168,255,.10);
}
.container{
  width: 100%;
  margin-inline: auto;
  max-width: var(--container);
  padding-inline: var(--gutter);
}
.site-header .container.header-inner{
  max-width: var(--header-container);
  padding-left: max(var(--header-gutter), env(safe-area-inset-left));
  padding-right: max(var(--header-gutter), env(safe-area-inset-right));
}
/* Footer should follow the same edge-aligned layout as the header */
.site-footer .container.footer-line{
  max-width: var(--header-container);
  padding-left: max(var(--header-gutter), env(safe-area-inset-left));
  padding-right: max(var(--header-gutter), env(safe-area-inset-right));
}
.hero-meta{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
  max-width: 920px;
}
#contact-section .note-box a[href^="mailto:"]{
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(110,168,255,.35);
  text-underline-offset: 3px;
}
#contact-section .note-box a.btn[href^="mailto:"]{
  color: var(--heading);
  text-decoration: none;
}
#contact-section .note-box a.mail-addr[href^="mailto:"]{
  color: var(--heading);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(110,168,255,.45);
  text-underline-offset: 3px;
  word-break: break-word;
}
h1,
.section-title{
  color: var(--heading);
}
.nav-muted{
  color: rgba(255,255,255,.62);
}
.hero{
  padding: 0;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.hero-slider{
  position: relative;
  /* Impactful hero, but not full-screen: leave room for the next section to peek on desktop */
  height: clamp(600px, 80vh, 920px);
  overflow: hidden;
  background: #0b1220;
}

@media (min-width: 981px){
  .hero-slider{
    /* PC版のみ、縦の高さを少し長く */
    height: clamp(660px, 86vh, 980px);
  }
}
.slide-tag,
.slide-title{
  color: rgba(255,255,255,.82);
}
.section-muted{
  background: linear-gradient(180deg, rgba(37,99,235,.035), transparent);
}
.cap:hover,
.card:hover{
  transform: translateY(-2px);
  border-color: rgba(37,99,235,.22);
  box-shadow: 0 22px 60px rgba(15,23,42,.12);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cap-h,
.card-v,
.person-name{
  color: rgba(15,23,42,.92);
}
.person-photo{
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.05);
  box-shadow: 0 18px 50px rgba(15,23,42,.16);
  background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.62));
  filter: saturate(.95) contrast(1.05);
  border-color: rgba(15,23,42,.08);
}
.person-role{
  color: rgba(71,85,105,.70);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.person-tags span{
  font-size: .78rem;
  color: rgba(15,23,42,.72);
  border: 1px solid rgba(255,255,255,.05);
  background: rgba(15,23,42,.03);
  border-radius: 999px;
  padding: 4px 8px;
  border-color: rgba(15,23,42,.10);
}
#contact-section{
  opacity: 1;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border-top: 1px solid var(--line);
}
.contact-links{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0 10px;
  align-items: center;
}
.mail-addr:hover{
  color: var(--accent);
  border-bottom-color: rgba(110,168,255,.75);
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(37,99,235,.22);
  background: rgba(37,99,235,.10);
  color: rgba(15,23,42,.92);
  font-weight: 500;
  font-size: .82rem;
  cursor: pointer;
}
.btn:hover{
  background: rgba(37,99,235,.16);
}
h1{
  margin: .2em 0 .35em;
  color: var(--heading);
  font-weight: 500;
  font-size: clamp(1.85rem, 2.6vw, 2.35rem);
  line-height: 1.22;
  letter-spacing: .005em;
}
.wide-text,
.jp-block{
  max-width: 900px;
  font-size: clamp(1.00rem, 0.25vw + 0.95rem, 1.08rem);
}
.cap-h{
  color: var(--heading);
  font-weight: 500;
  font-size: 1.02rem;
  margin: 0 0 8px;
}
.card-k{
  color: var(--muted);
  font-size: .90rem;
}
.card-v{
  margin: 6px 0 0;
  color: var(--heading);
  font-size: 1.22rem;
  font-weight: 500;
}
.person-name{
  margin-top: 4px;
  color: var(--heading);
  font-size: 1.18rem;
  font-weight: 500;
}
.person-text{
  margin: 10px 0 12px;
  color: var(--text);
  font-size: 1.00rem;
}
.fact-k,
dt{
  font-size: .88rem;
}
.fact-v,
dd{
  font-size: 1.00rem;
}
.lede,
.wide-text,
.jp-block,
.muted,
.jp{
  color: var(--muted);
}
.person-role,
.person-tags span{
  color: rgba(51,65,85,.82);
}
.section-alt{
  background: rgba(15,23,42,.022);
  border-top: 1px solid rgba(15,23,42,.06);
  border-bottom: 1px solid rgba(15,23,42,.06);
  border-top-color: rgba(15,23,42,.06);
  border-bottom-color: rgba(15,23,42,.06);
}
a{
  color: rgba(29,78,216,.92);
}
a:hover{
  color: rgba(29,78,216,1);
}
.mail-addr{
  display: inline-block;
  font-size: .92rem;
  color: var(--heading);
  text-decoration: none;
  border-bottom: 1px dashed rgba(110,168,255,.45);
  padding-bottom: 1px;
  border-bottom-color: rgba(110,168,255,.45);
}
.site-header,
.site-header a{
  color: rgba(255,255,255,.92);
}
.site-header .header-inner{
  padding: 10px 0;
}
body::after{
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, rgba(15,23,42,.035) 0 1px, transparent 1px 120px),
        repeating-linear-gradient(0deg,  rgba(15,23,42,.028) 0 1px, transparent 1px 120px);
  opacity: .075;
  mix-blend-mode: normal;
}
.jp{
  color: var(--muted);
  font-weight: 400;
}
.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  gap: 18px;
  min-height: 46px;
}
@media (max-width: 980px){
  .header-inner{
    gap: 12px;
  }
  .brand{
    gap: 8px;
  }
}
.brand-sub{
  color: rgba(255,255,255,.65);
  font-size: .92rem;
  letter-spacing: .06em;
  text-transform: var(--brand-sub-transform, none);
  opacity: .88;
}
.dots{
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(6,9,18,.60);
  box-shadow: 0 14px 30px rgba(0,0,0,.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.30);
  cursor: pointer;
  border-color: rgba(15,23,42,.24);
}
.dot.is-active{
  background: rgba(110,168,255,.95);
  border-color: rgba(37,99,235,.92);
}
.eyebrow{
  margin: 0 0 14px;
  color: rgba(206,216,235,.80);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
}
.lede{
  margin: 0 0 20px;
  color: rgba(244,248,255,.78);
  font-size: clamp(1.08rem, 0.35vw + 1.00rem, 1.18rem);
  line-height: 1.72;
}
.meta-k{
  color: rgba(206,216,235,.70);
  font-size: .78rem;
}
.meta-v{
  color: rgba(244,248,255,.86);
  font-size: .84rem;
  margin-top: 4px;
}
.meta-item{
  border-top: 1px solid rgba(15,23,42,.10);
  padding-top: 12px;
  border-top-color: rgba(255,255,255,.10);
}
.hero-overlay-inner.is-fading{
  opacity: 0;
  transform: translateY(6px);
}
#toTop.is-show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cap ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(241,246,255,.82);
  font-size: 1.00rem;
  line-height: 1.95;
}
.cap li{
  color: rgba(241,246,255,.82);
}
.card p{
  margin: 12px 0 0;
  color: rgba(241,246,255,.88);
}
.person-role,
.card-k,
.meta-k,
.fact-k,
dt,
.note-title,
.person-item .k{
  color: rgba(205,214,232,.86) !important;
}
.meta-v,
.fact-v,
.person-text,
.person-item .v,
dd{
  color: rgba(241,246,255,.90) !important;
}
.cap,
.card{
  padding: 26px;
  border-radius: 22px;
}
.cap ul,
.card p,
.person-text,
.meta-v{
  text-shadow: 0 1px 0 rgba(0,0,0,.35);
}
#toTop{
  position: fixed;
  right: max(18px, env(safe-area-inset-right) + 18px);
  bottom: max(18px, env(safe-area-inset-bottom) + 18px);
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(134,180,255,.65);
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.95);
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
  z-index: 80;
  display: grid;
  place-items: center;
  transform: translateY(6px);
  box-shadow: 0 14px 34px rgba(0,0,0,.62),
        0 0 0 4px rgba(134,180,255,.18);
  font-weight: 600;
  line-height: 1;
  padding: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#toTop svg{
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#toTop:hover{
  background: rgba(134,180,255,.20);
  border-color: rgba(37,99,235,.36);
  box-shadow: 0 16px 40px rgba(0,0,0,.66),
        0 0 0 5px rgba(134,180,255,.26);
  transform: translateY(-1px);
}
#toTop:active{
  transform: translateY(0);
}
#toTop:focus-visible{
  outline: 2px solid rgba(134,180,255,.75);
  outline-offset: 3px;
}
.cap,
.card,
.person,
.note-box{
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-overlay-inner{
  max-width: 1080px;
  background: linear-gradient(180deg, rgba(10,16,30,.44), rgba(10,16,30,.20));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 26px 28px;
  box-shadow: 0 20px 70px rgba(0,0,0,.68);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-color: rgba(255,255,255,.12);
  transition: opacity 260ms ease, transform 260ms ease;
  will-change: opacity, transform;
}
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  /* Support iPhone notch when viewport-fit=cover is enabled */
  padding-top: env(safe-area-inset-top);
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(2,6,16,.96), rgba(2,6,16,.90));
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 36px rgba(15,23,42,.22);
}
.nav a:hover{
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  border-color: rgba(134,180,255,.20);
}
.slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 600ms ease;
  background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.74)),
        var(--slide-bg) center/cover no-repeat;
}
.webp .slide{
  background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.74)),
        var(--slide-bg-webp) center/cover no-repeat;
}
.slide::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 520px at 28% 30%, rgba(110,168,255,.12), transparent 62%),
        radial-gradient(700px 420px at 78% 55%, rgba(255,255,255,.035), transparent 62%);
  opacity: .18;
  pointer-events: none;
}
.copy.wide-text p{
  color: rgba(244,248,255,.86);
}
.copy.wide-text .jp-block{
  color: rgba(210,220,238,.78);
}
body{
  margin: 0;
  /* Prevent accidental horizontal scrolling on small devices */
  overflow-x: hidden;
  font-family: var(--font-sans);
  background: radial-gradient(1100px 560px at 18% -8%, rgba(134,180,255,.18), transparent 62%),
        radial-gradient(940px 560px at 86% 12%, rgba(134,180,255,.10), transparent 66%),
        radial-gradient(860px 560px at 50% 112%, rgba(134,180,255,.12), transparent 62%),
        linear-gradient(180deg, var(--bg) 0%, var(--bg2) 58%, var(--bg3) 100%);
  color: var(--text);
  font-size: clamp(16px, 0.35vw + 15px, 18px);
  line-height: 1.85;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  letter-spacing: .005em;
}
h1,
h2,
h3{
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--heading);
}
.lede,
.wide-text,
.jp-block,
.card p,
.cap ul,
.person-text{
  font-weight: 400;
}
.btn,
.nav a{
  font-weight: 500;
}
.brand-line{
  color: rgba(255,255,255,.92);
  font-weight: 600;
  letter-spacing: .01em;
  font-size: 1.06rem;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.nav a{
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 10px;
  font-size: .84rem;
  color: rgba(244,248,255,.86);
}
.site-header .nav a{
  font-size: 1.06rem;
  padding: 10px 12px;
  line-height: 1.1;
  font-weight: 400;
}
.site-header .nav a:hover{
  font-weight: 450;
}
.site-header .brand-line{
  font-size: 1.22rem;
  letter-spacing: .02em;
  line-height: 1.1;
  font-weight: 300;
}
.site-header .brand-sub{
  font-weight: 400;
}
h2{
  font-weight: 500;
  letter-spacing: -0.005em;
}
h3{
  font-weight: 500;
}
.section-title{
  color: var(--heading);
  font-weight: 400 !important;
  font-size: clamp(1.40rem, 0.60vw + 1.24rem, 1.70rem);
  margin: 0 0 22px;
  letter-spacing: .02em;
  text-align: center;
}
.site-footer{
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.22));
}
.footer-line{
  font-size: .72rem;
  color: rgba(244,248,255,.78) !important;
  letter-spacing: .04em;
  text-shadow: 0 1px 0 rgba(0,0,0,.35);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}
.footer-center{
  grid-column: 2;
  text-align: center;
}
/* Keep footer right link clear of the fixed "Back to top" button on larger screens */
@media (min-width: 601px){
  .footer-right{
    margin-right: 72px;
  }
}
@media (max-width: 600px){
  .footer-line{
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 6px;
    text-align: center;
  }
  .footer-center{
    grid-column: auto;
  }
  .footer-right{
    grid-column: auto;
    justify-self: center;
  }
}
.footer-brand{
  text-transform: var(--brand-sub-transform, none);
  color: rgba(255,255,255,.90);
}
#people .jp-wide{
  max-width: 100%;
}
.footer-link{
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(244,248,255,.86);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.footer-link:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.24);
  color: rgba(255,255,255,.92);
}
.footer-link:focus-visible{
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 3px;
}
#privacy ul{
  margin: 10px 0 14px 18px;
}
#privacy li{
  margin: 6px 0;
}
.section-sub{
  margin-top: -6px;
  margin-bottom: 18px;
  font-size: .92rem;
  opacity: .78;
  text-align: center;
  margin-inline: auto;
}
.last-updated{
  text-align: center;
  margin-top: 22px;
}
#heroTitle{
  font-weight: 400;
  letter-spacing: -0.005em;
  font-size: clamp(1.45rem, 2.0vw, 1.95rem);
  line-height: 1.24;
}
.cap-h,
.card-v{
  color: var(--heading) !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.35);
}
.footer-left{
  white-space: nowrap;
}
.footer-right{
  grid-column: 3;
  justify-self: end;
  margin-left: auto;
}
@media (max-width: 600px){
  .footer-center,
  .footer-right{
    grid-column: 1;
    justify-self: center;
  }
  .footer-right{
    order: 1;
  }
  .footer-center{
    order: 2;
  }
  .footer-right{
    margin-left: 0;
  }
}
.mail-noscript{
  margin-top: 8px;
  font-size: .9rem;
  color: var(--heading);
  opacity: .9;
}
@media (max-width: 420px){
  .header-inner{
    min-height: 46px;
  }
  .brand{
    white-space: normal;
  }
  .brand-line{
    display: block;
  }
  .nav-toggle{
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 680px){
  #about-section .company-profile dl{
    grid-template-columns: 1fr;
  }
  #about-section .company-profile dt{
    margin-top: 12px;
  }
  #about-section .company-profile dt:first-child{
    margin-top: 0;
  }
}
@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior: auto;
  }
  .slide{
    transition: none;
  }
  .cap:hover,
  .card:hover{
    transform: none;
    transition: none;
  }
}
/* Treat “mid widths” (iPhone landscape / iPad-ish / narrow desktop) the same as mobile.
   This prevents the layout from “half switching” and leaving empty columns. */
@media (max-width: 980px){
  .hero-slider{
    height: clamp(520px, 74vh, 760px);
  }
  .hero-meta{
    grid-template-columns: 1fr;
  }
  .two-col,
  .caps,
  .profile,
  .contact,
  .cards,
  .person{
    grid-template-columns: 1fr !important;
  }
  .facts{
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 12px;
  }
  .dots{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .slide-title{
    max-width: 86%;
  }
  .person-photo{
    max-width: 420px;
  }
  .brand-line{
    font-size: .82rem;
  }
  .nav a{
    padding: 5px 8px;
    font-size: .82rem;
  }
  .hero-overlay{
    padding: 72px 0;
  }
  .hero-overlay-inner{
    padding: 22px 20px;
  }
}
@media (min-width: 981px){
  .header-inner{
    padding: 10px 0;
    gap: 18px;
  }
  .brand-line{
    font-size: .88rem;
  }
  .nav{
    flex-wrap: nowrap;
    gap: 10px;
  }
  .nav a{
    padding: 8px 10px;
    font-size: 1.02rem;
    border-radius: 12px;
  }
}
@media (max-width: 980px){
  .header-inner{
    padding: 6px 0;
    gap: 10px;
  }
  .nav-toggle{
    display: inline-flex;
    width: 44px;
    height: 44px;
  }
  .nav{
    position: fixed;
    left: 12px;
    right: 12px;
    /* JS keeps this aligned to the actual sticky header height on real devices */
    top: var(--nav-top, 62px);
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.05);
    background: rgba(11,15,26,.92);
    box-shadow: 0 18px 50px rgba(0,0,0,.55);
  }
  .nav.is-open{
    display: flex;
  }
  .nav a:hover{
    background: rgba(255,255,255,.06);
  }
  body.nav-open{
    overflow: hidden;
  }
  .brand-sub{
    display: none;
  }
  .nav a{
    display: block;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.03);
    font-size: 1.02rem;
  }
  .site-header .brand-line{
    font-size: 1.06rem;
  }
  .site-header .nav a{
    font-size: .98rem;
    padding: 10px 10px;
  }
  .site-header .header-inner{
    padding: 8px 0;
  }
  .brand-line{
    font-size: 1.00rem;
    gap: 8px;
  }
  .section-title{
    font-weight: 400 !important;
  }
}
@media (max-width: 520px){
  /* Mobile: keep the hero compact.
     The panel should be centered with only a small “peek” of the background above/below.
     (Fixes the feeling that the background is too tall on iPhone mini.) */
  .hero-slider{
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero .slides{
    /* Show a nicer part of the background when the hero is shorter */
    background-position: center 35%;
  }
  .hero-overlay{
    position: relative;
    inset: auto;
    /* Mobile: reduce the visible background “peek” above/below the panel.
       Keep enough top space so the panel never collides with the sticky header.
       (User request: roughly half of the previous peek height.) */
    /* Reduce the TOP “peek” (background above the panel).
       Bottom was already OK; make the top roughly match the bottom on iPhone mini. */
    padding-top: max(32px, calc(var(--scroll-offset) * 0.55 - 6px));
    padding-bottom: max(28px, calc(var(--scroll-offset) * 0.55 - 4px));
    padding-left: 0;
    padding-right: 0;
  }
  .hero-overlay-inner{
    padding: 16px 14px;
    border-radius: 18px;
  }
  /* Keep ONE hero screenshot on mobile (helps “what we build” comprehension) */
  .hero-meta{ display: none; }
  .hero-shot-one{
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.10);
  }
  .hero-shot-one .hero-shot-frame{
    flex: 1 1 auto;
    max-width: none;
    /* give the screenshot a bit more vertical room without making the hero too tall */
    height: clamp(210px, 40vw, 250px);
  }
  .hero-shot-one .hero-shot-frame img{
    object-fit: contain;
    object-position: center;
    background: rgba(0,0,0,.18);
  }
  .hero-shot-one .hero-shot-frame:nth-child(2){
    display: none;
  }

  .slide-tag{
    left: 18px;
    top: 16px;
    font-size: .72rem;
  }
  .slide-title{
    left: 18px;
    bottom: 16px;
    font-size: .82rem;
    max-width: 78%;
  }
  .footer-line{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-left{
    white-space: normal;
  }
  .footer-right{
    margin-left: 0;
  }
}
/* ------------------------------------------------------------
   Wide-screen consistency
   Some sections are mainly long-form copy (About / Background / Engineering Approach / Contact).
   On very wide viewports, keeping their title and body block aligned to the same readable width
   prevents them from looking "stuck to the left" while still preserving left-aligned text.
------------------------------------------------------------ */
#approach-section .section-title,
#about-section .section-title,
#contact-section .section-title{
  max-width: 980px;
  margin-inline: auto;
}
#approach-section .copy.wide-text,
#about-section .copy.wide-text{
  margin-inline: auto;
}
/* If a paragraph uses its own max-width (e.g., .jp-block), center that sub-block too */
#approach-section .copy.wide-text .jp-block,
#about-section .copy.wide-text .jp-block,
#approach-section .copy.wide-text .note,
#about-section .copy.wide-text .note{
  margin-inline: auto;
}
/* Contact panel: treat it like a centered card on wide screens */
#contact-section .note-box{
  max-width: 980px;
  margin-inline: auto;
}
/* Company profile: keep it quiet and compact (not in nav) */
.section-company{
  padding: clamp(28px, 3.6vw, 44px) 0;
  margin-bottom: clamp(18px, 2.6vw, 40px);
}
#company .section-title{
  font-size: clamp(1.40rem, 0.60vw + 1.24rem, 1.70rem);
  letter-spacing: .02em;
  opacity: 1;
}
#about-section .company-profile{
  margin: 14px auto 0;
  max-width: 760px;
  padding: 20px 24px;
}
#about-section .company-profile dl{
  margin: 0;
}
@media (max-width: 680px){
  #about-section .company-profile{
    padding: 20px;
  }
}
/* Add breathing room between page content and footer (footer remains unchanged) */
main{
  padding-bottom: var(--content-footer-gap);
  /* Prevent accidental page-wide horizontal scrolling on iOS; keep inner carousels scrollable */
  overflow-x: hidden;
  overflow-x: clip;
}
/* Ensure gap between last content and footer */
body > main{
  padding-bottom: var(--content-footer-gap);
  /* Prevent accidental page-wide horizontal scrolling on iOS; keep inner carousels scrollable */
  overflow-x: hidden;
  overflow-x: clip;
}
/* Reduce the gap under the 'Back to Home' line on privacy */
/* Reduce the gap under the 'Back to Home' line further */
.page-privacy #privacy > .container > p:first-child{
  margin-bottom: 0;
}
/* Privacy page: keep the title closer to the top */
/* Privacy page: make it feel like a normal standalone legal page */
.page-privacy main > #privacy{
  padding-top: clamp(22px, 3.0vw, 40px);
  padding-bottom: clamp(32px, 4vw, 52px);
  border-top: 2px solid rgba(255,255,255,.12);
}
.page-privacy main,
body.page-privacy > main{
  padding-bottom: clamp(28px, 4vw, 56px);
}
.page-privacy #privacy .section-title{
  margin-top: 0;
}


/* === Showcase screenshots (Hero + Work) === */
.hero-shot-one{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  gap:18px;
  align-items:flex-start;
  flex-wrap:wrap;
}

/* Make the image fully fill the frame (no inner gaps).
   The border/shadow live on the frame; the img is clipped by border-radius + overflow hidden. */
.hero-shot-frame{
  width:100%;
  flex:1 1 420px;
  max-width:520px;   /* two shots can sit side-by-side on wide screens */
  height:220px;      /* consistent visual weight */
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 40px rgba(0,0,0,.26);
  background:transparent;
}
.hero-shot-frame img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transform: translateZ(0);
}
.hero-shot-frame:hover img{ transform:scale(1.03); }

/* Give the hero panel a bit more room so the screenshot can breathe */
.hero-overlay-inner{
  max-width: 1120px;
  padding: 34px 38px;
}

@media (max-width: 980px){
  .hero-overlay-inner{ padding: 26px 22px; }
  .hero-shot-frame{ max-width:420px; height:190px; }
}

/* Work card: horizontal mini-carousel */

/* Align screenshot block across the 3 work cards (prevents the 3rd card from looking "lifted") */
.cards .card{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.cards .card .work-showcase{
  margin-top:auto;      /* push showcase to the bottom of the card */
  padding-top:16px;     /* keep a consistent gap from the content above */
}

.work-showcase{
  margin-top:16px;
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.work-showcase .carousel-btn{
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
  font-size:20px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .18s ease, background .18s ease;
}
.work-showcase .carousel-btn:hover{
  background:rgba(255,255,255,.10);
  transform:translateY(-1px);
}
.work-showcase .carousel-btn:disabled{
  opacity:.35;
  cursor:default;
  transform:none;
}
.work-showcase .carousel-track{
  contain: layout paint;
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-padding-left:2px;
  padding:2px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  flex:1 1 auto;
  min-width:0;
  width:100%;
  max-width:100%;
}
.work-showcase .carousel-track::-webkit-scrollbar{ display:none; }
.work-showcase .work-shot{
  flex: 0 0 100%;
  scroll-snap-align:start;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.10);
  border-radius:14px;
  padding:0;
  overflow:hidden;
  cursor:zoom-in;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.work-showcase .work-shot img{
  width:100%;
  height:170px;
  display:block;
  object-fit:contain;
  background: rgba(0,0,0,.22);
  transition:transform .18s ease;
  transform:translateZ(0);
}
.work-showcase .work-shot:hover img{ transform:scale(1.04); }

@media (max-width: 980px){
  .work-showcase .carousel-btn{ display:none; }
  .work-showcase{ gap:0; max-width:100%; }
  .work-showcase .carousel-track{ padding:0; width:100%; max-width:100%; }
  .work-showcase .work-shot{ flex: 0 0 82vw; max-width:82vw; }
}

/* Lightbox */
.lightbox{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.78);
  padding:22px;
}
.lightbox.is-open{ display:flex; }
.lightbox .lb-inner{
  max-width:min(92vw, 1120px);
  width:100%;
}
.lightbox .lb-figure{
  margin:0;
  position:relative;
}
.lightbox .lb-img{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:#000;
  box-shadow:0 24px 80px rgba(0,0,0,.45);
}
.lightbox .lb-close{
  position:absolute;
  top:10px;
  right:10px;
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.35);
  color:#fff;
  cursor:pointer;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox .lb-close:hover{ background:rgba(0,0,0,.50); }

/* Lightbox navigation */
.lightbox .lb-prev,
.lightbox .lb-next{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.32);
  color:#fff;
  cursor:pointer;
  font-size:22px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox .lb-prev{ left:10px; }
.lightbox .lb-next{ right:10px; }
.lightbox .lb-prev:hover,
.lightbox .lb-next:hover{ background:rgba(0,0,0,.50); }
.lightbox .lb-prev:disabled,
.lightbox .lb-next:disabled{
  opacity:.35;
  cursor:default;
}
.lightbox .lb-count{
  position:absolute;
  left:12px;
  bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.30);
  color:rgba(255,255,255,.92);
  font-size:12px;
}
.lightbox .lb-prev:hover,
.lightbox .lb-next:hover{ background: rgba(0,0,0,.52); }
.lightbox .lb-prev:disabled,
.lightbox .lb-next:disabled{
  opacity: .35;
  cursor: default;
}
.lightbox .lb-count{
  position:absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.30);
  color: rgba(255,255,255,.90);
  font-size: 12px;
}

@media (max-width: 360px){
  .work-showcase .work-shot{ flex-basis: 90vw; }
}

/* ============================================================
   Hard lock: Mobile layout for ALL widths <= 980px
   ------------------------------------------------------------
   The site previously had multiple "mobile-ish" breakpoints:
     - <=980px : partial mobile
     - <=520px : compact hero mobile
   When resizing, this caused: PC -> mobile -> broken -> mobile.
   To eliminate the intermediate broken state, we apply the same
   compact mobile hero layout up to 980px.
   ============================================================ */
@media (max-width: 980px){
  /* Hero: use the compact mobile behavior (same as iPhone portrait) */
  .hero-slider{
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero .slides{
    background-position: center 35%;
  }
  .hero-overlay{
    position: relative;
    inset: auto;
    padding-top: max(32px, calc(var(--scroll-offset) * 0.55 - 6px));
    padding-bottom: max(28px, calc(var(--scroll-offset) * 0.55 - 4px));
    padding-left: 0;
    padding-right: 0;
  }
  .hero-overlay-inner{
    padding: 16px 14px;
    border-radius: 18px;
  }

  /* Mobileでもヒーローのスクショを2枚表示（2-up） */
  .hero-meta{ display: none; }

  .hero-shot-one{
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.10);
  }
  .hero-shot-one .hero-shot-frame{
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    /* 2枚を横並びにしても高さが出すぎないように少しだけ低めに */
    height: clamp(150px, 34vw, 220px);
  }
  .hero-shot-one .hero-shot-frame img{
    object-fit: contain;
    object-position: center;
    background: rgba(0,0,0,.18);
  }
  .hero-shot-one .hero-shot-frame:nth-child(2){
    display: block;
  }

  /* Slide labels (match small/mobile scale to reduce crowding) */
  .slide-tag{
    left: 18px;
    top: 16px;
    font-size: .72rem;
  }
  .slide-title{
    left: 18px;
    bottom: 16px;
    font-size: .82rem;
    max-width: 78%;
  }
}

/* --- Mobile nav: reduce gap under header --- */
@media (max-width: 980px){
  .nav{
    top: calc(var(--nav-top, 62px) - 8px);
  }
}

.recaptcha-field:empty{
  display: none;
}
.recaptcha-field{
  min-height: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.6;
}
.recaptcha-field.is-error{
  color: #b91c1c;
}


/* --- Developer/SaaS first-view refresh (2026-06) --- */
:root{
  --bg: #f6f9fc;
  --bg2: #ffffff;
  --bg3: #eaf2fb;
  --panel: #ffffff;
  --panel2: #f8fbff;
  --text: #243244;
  --heading: #0f172a;
  --muted: #64748b;
  --line: #dbe5f0;
  --accent: #2563eb;
  --accent2: #0891b2;
  --shadow: 0 18px 48px rgba(30, 64, 175, .12);
  --r: 12px;
}
html,
body{
  background: var(--bg);
  color: var(--text);
}
body{
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 420px, #f6f9fc 760px),
    var(--bg);
}
body::after{
  display: none;
}
.site-header{
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(203,213,225,.76);
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
  backdrop-filter: blur(16px);
}
.site-header,
.site-header a{
  color: var(--heading);
}
.site-header .brand-line{
  color: #102033;
  font-weight: 700;
  font-size: clamp(.9rem, 1.2vw, 1.05rem);
}
.site-header .brand{
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  white-space: normal;
}
.site-header .brand-note{
  color: #42607c;
  display: block;
  font-size: clamp(.68rem, .82vw, .78rem);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.15;
}
.nav a{
  color: #1f2937;
  border-color: transparent;
  font-weight: 650;
}
.site-header .nav a:hover,
.nav a:hover{
  color: #0f172a;
  background: #eef6ff;
  border-color: #cfe1f7;
}
.nav-muted{
  color: #1d4ed8 !important;
  font-weight: 750;
}
.hero-dev{
  min-height: auto;
  padding: clamp(34px, 4.5vw, 58px) 0 clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 12% 18%, rgba(37,99,235,.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f3f8ff 54%, #eef7fb 100%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-dev-inner{
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
  gap: clamp(24px, 3.2vw, 56px);
  align-items: start;
  min-width: 0;
}
.hero-dev-copy{
  max-width: 780px;
  min-width: 0;
}
@media (min-width: 981px){
  .hero-dev .service-focus-panel{
    margin-top: clamp(6px, .7vw, 12px);
  }
  .site-header .header-inner{
    padding: 8px 0;
  }
  .hero-dev{
    padding-top: 32px;
  }
}
.hero-dev .eyebrow{
  color: #2563eb;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.hero-dev h1{
  color: var(--heading);
  font-size: clamp(1.52rem, 2.3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0;
  margin: 0;
  max-width: 820px;
  overflow-wrap: anywhere;
}
.hero-dev .lede{
  color: #334155;
  font-size: clamp(.97rem, 1.08vw, 1.08rem);
  line-height: 1.78;
  margin: 20px 0 0;
  max-width: 760px;
}
.hero-dev .lede + .lede{
  margin-top: 14px;
}
.tech-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.tech-tags span{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 7px;
  background: #ffffff;
  border: 1px solid #cfe1f7;
  color: #1d4ed8;
  font-size: .82rem;
  font-weight: 650;
  box-shadow: 0 5px 14px rgba(37,99,235,.07);
}
.hero-dev-actions{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}
.hero-dev .btn{
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  box-shadow: 0 12px 24px rgba(37,99,235,.20);
}
.hero-dev .btn:hover{
  background: #1d4ed8;
  border-color: #1d4ed8;
}
.hero-dev .link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  border-bottom-color: #b6c7dc;
  font-weight: 650;
  text-decoration: none;
}
.hero-dev .link-secondary{
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 18px rgba(15,23,42,.06);
}
.hero-dev .link-secondary:hover{
  color: #111827;
  background: #f8fafc;
  border-color: #94a3b8;
}
.dev-console{
  background: rgba(255,255,255,.94);
  border: 1px solid #d7e4f2;
  border-radius: 14px;
  box-shadow: 0 22px 56px rgba(15, 46, 92, .15);
  padding: clamp(16px, 2vw, 22px);
  color: #1f2937;
  position: relative;
  min-width: 0;
  max-width: 100%;
}
.dev-console::before{
  display: none;
}
.console-top{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 12px;
  row-gap: 4px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  z-index: 1;
}
.console-top > div{
  display: contents;
}
.console-top strong{
  display: block;
  grid-column: 1 / -1;
  grid-row: 2;
  color: #0f172a;
  font-size: clamp(.96rem, .45vw + .86rem, 1.02rem);
  line-height: 1.48;
  margin-top: 4px;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
  line-break: strict;
  white-space: normal;
}
.console-k{
  grid-column: 1;
  grid-row: 1;
  color: #64748b;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}
.status-pill{
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.metric-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 14px 0;
}
.metric-card{
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 10px;
}
.metric-card span,
.metric-card em{
  display: block;
  color: #64748b;
  font-size: .72rem;
  font-style: normal;
}
.metric-card strong{
  display: block;
  color: #0f172a;
  font-size: 1.18rem;
  margin: 6px 0 2px;
}
.console-section{
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.console-heading{
  padding: 10px 12px;
  color: #475569;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.task-row{
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-top: 1px solid #edf2f7;
}
.task-row:first-of-type{
  border-top: 0;
}
.task-row strong,
.task-row small{
  display: block;
}
.task-row strong{
  color: #1e293b;
  font-size: .9rem;
}
.task-row small{
  color: #64748b;
  margin-top: 2px;
}
.task-row code{
  color: #0f766e;
  background: #f0fdfa;
  border: 1px solid #ccfbf1;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: .72rem;
}
.task-dot{
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.task-dot.blue{ background: #2563eb; }
.task-dot.green{ background: #16a34a; }
.task-dot.amber{ background: #d97706; }
.api-log{
  margin-top: 14px;
  background: #0f172a;
  color: #dbeafe;
  border-radius: 10px;
  padding: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .76rem;
  line-height: 1.8;
  overflow: hidden;
}
.api-log div{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 4px;
  margin-top: 4px;
}
.api-log div:first-child{
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.api-log span{
  color: #93c5fd;
  font-weight: 700;
}
.api-log strong{
  color: #86efac;
  font-weight: 700;
}
.section,
.section-muted,
.section-alt{
  background: transparent;
}
.card,
.cap,
.note-box,
.stance-card,
.company-profile,
.person{
  background: #ffffff;
  border-color: #dbe5f0;
  color: var(--text);
  box-shadow: 0 12px 32px rgba(15,23,42,.06);
}
.card:hover{
  border-color: #bfdbfe;
  box-shadow: 0 18px 38px rgba(37,99,235,.10);
}
.section-spacious{
  padding-top: clamp(34px, 5vw, 72px);
  padding-bottom: clamp(34px, 5vw, 72px);
}
.caps{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cap{
  padding: 18px;
}
.cap p{
  margin: 10px 0 0;
  color: #334155;
  line-height: 1.72;
  font-size: .92rem;
}
.cap ul{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
}
.cap li{
  border: 1px solid #dbeafe;
  background: #f8fbff;
  border-radius: 6px;
  padding: 4px 7px;
  font-size: .76rem;
  line-height: 1.35;
}
.build-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.build-grid div{
  min-height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid #dbe5f0;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 12px;
  color: #1f2937;
  font-size: .88rem;
  font-weight: 650;
  box-shadow: 0 8px 22px rgba(15,23,42,.05);
}
.build-grid div::before{
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #2563eb;
  margin-right: 8px;
}
.process-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.process-card{
  background: #ffffff;
  border: 1px solid #dbe5f0;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(15,23,42,.06);
}
.process-card span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 800;
  font-size: .78rem;
}
.process-card h3{
  margin: 12px 0 8px;
  color: #0f172a;
  font-size: 1rem;
}
.process-card p{
  margin: 0;
  color: #334155;
  line-height: 1.72;
  font-size: .9rem;
}
.ops-note{
  margin-top: 14px;
  background: #f8fbff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 16px 18px;
  color: #1f2937;
}
.ops-note strong{
  display: block;
  color: #0f172a;
  margin-bottom: 6px;
}
.ops-note p{
  margin: 0;
  color: #334155;
  line-height: 1.72;
}
.cards{
  gap: 16px;
}
.card{
  padding: 20px;
}
.card p{
  line-height: 1.72;
}
.person{
  align-items: center;
}
.person-name{
  font-size: .98rem;
}
.person-role-en{
  display: none;
}
.section-title,
.card-v,
.cap-h,
.subsection-title,
.note-title,
.stance-title{
  color: var(--heading);
}
.card p,
.copy,
.wide-text,
.person-text,
.stance-en,
.stance-jp,
.jp-block,
.card ul,
.cap ul,
.company-profile dd{
  color: #334155;
}
#approach-section .jp-block,
#about-section .jp-block,
#approach-section .copy.wide-text p,
#about-section .copy.wide-text p{
  color: #1f2937;
}
.card,
.cap,
.note-box,
.stance-card,
.company-profile,
.person{
  color: #1f2937;
}
.card *,
.cap *,
.note-box *,
.stance-card *,
.company-profile *,
.person *{
  color: inherit;
}
.card p,
.card li,
.card .muted,
.cap li,
.note-box p,
.note-box .muted,
.stance-card p,
.stance-card li,
.person-role,
.person-role-en,
.person-role-jp,
.person-text,
.person-text.jp,
.person-item .k,
.person-item .v,
.company-profile dt,
.company-profile dd{
  color: #334155 !important;
}
.card-v,
.cap-h,
.note-title,
.stance-title,
.person-name,
.company-profile dt{
  color: #0f172a !important;
}
.mail-addr,
.note-box a,
.card a,
.cap a,
.person a{
  color: #1d4ed8 !important;
}
.person-tags span{
  color: #1e40af !important;
  background: #eff6ff;
  border-color: #bfdbfe;
}
.work-showcase .carousel-btn{
  color: #1d4ed8;
}
#toTop{
  color: #ffffff !important;
  background: #2563eb !important;
  border-color: #1d4ed8 !important;
  box-shadow: 0 14px 28px rgba(37,99,235,.24);
}
#toTop:hover{
  color: #ffffff !important;
  background: #1d4ed8 !important;
}
.site-footer{
  background: #ffffff;
  color: #64748b;
  border-top: 1px solid #dbe5f0;
}
.footer-link,
.footer-brand{
  color: #1d4ed8;
}
@media (max-width: 980px){
  .site-header .brand-note{
    font-size: .72rem;
  }
  .hero-dev{
    padding-top: clamp(24px, 3.2vw, 32px);
  }
  .hero-dev-inner{
    grid-template-columns: 1fr;
    min-width: 0;
  }
  .dev-console{
    max-width: 720px;
    width: 100%;
  }
  .nav{
    background: rgba(255,255,255,.96);
    border-color: #dbe5f0;
    box-shadow: 0 18px 40px rgba(15,23,42,.10);
  }
  .caps,
  .process-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .build-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px){
  .hero-dev{
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .hero-dev h1{
    font-size: clamp(2rem, 11vw, 3rem);
  }
  .tech-tags{
    gap: 8px;
  }
  .tech-tags span{
    font-size: .8rem;
    min-height: 32px;
  }
  .metric-grid{
    grid-template-columns: 1fr;
  }
  .console-top{
    align-items: flex-start;
  }
  .api-log{
    font-size: .72rem;
  }
  .caps,
  .cards,
  .process-grid{
    grid-template-columns: minmax(0, 1fr);
  }
  .build-grid{
    grid-template-columns: 1fr;
  }
  .cap,
  .card,
  .process-card{
    padding: 16px;
  }
  .section-spacious{
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 420px){
  .hero-dev-actions{
    align-items: stretch;
    flex-direction: column;
  }
  .hero-dev .btn,
  .hero-dev .link{
    width: 100%;
    text-align: center;
  }
  .dev-console{
    padding: 12px;
  }
  .task-row{
    grid-template-columns: 9px 1fr;
  }
  .task-row code{
    grid-column: 2;
    width: fit-content;
  }
}

/* --- Corporate one-page refinement (2026-06) --- */
.trust-panel .api-log div{
  justify-content: flex-start;
}
.trust-panel .api-log span{
  min-width: 4.5em;
}
.contact-hints{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 14px;
}
.contact-hints span{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border-radius: 7px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  color: #334155;
  font-size: .82rem;
  font-weight: 650;
}
.section-cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #f8fbff;
}
.section-cta p{
  margin: 0;
  color: #334155;
  line-height: 1.7;
  font-size: .95rem;
}
.section-cta .btn{
  box-shadow: none;
}
.contact-form{
  margin-top: 18px;
}
.contact-error-summary{
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid #fecaca;
  border-left: 3px solid #dc2626;
  border-radius: 8px;
  background: #fff7f7;
  color: #7f1d1d;
  font-size: .92rem;
  line-height: 1.7;
}
.contact-error-summary strong{
  display: block;
  margin-bottom: 4px;
  color: #7f1d1d;
  font-weight: 700;
}
.contact-error-summary p{
  margin: 0;
  color: #991b1b;
}
.contact-error-summary ul{
  margin: 8px 0 0;
  padding-left: 1.25em;
}
.contact-field-error{
  margin: 0;
  color: #b91c1c;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.5;
}
.pricing-note{
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #dbe5f0;
  border-left: 3px solid #90a8c5;
  border-radius: 8px;
  background: #f7f9fc;
}
.pricing-note-title{
  margin-bottom: 6px;
  color: #0f172a;
  font-size: .92rem;
  font-weight: 650;
}
.pricing-note p{
  margin: 0;
  color: #475569;
  font-size: .92rem;
  line-height: 1.8;
}
.pricing-note p + p{
  margin-top: 8px;
}
.pricing-note strong{
  color: #1f2937;
  font-weight: 650;
}
.form-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-grid label{
  display: grid;
  gap: 7px;
  color: #0f172a;
  font-size: .92rem;
  font-weight: 700;
  min-width: 0;
}
.form-grid .full{
  grid-column: 1 / -1;
}
.form-grid input,
.form-grid select,
.form-grid textarea{
  width: 100%;
  min-width: 0;
  border: 1px solid #cfe1f7;
  background: #ffffff;
  border-radius: 8px;
  color: #1f2937;
  font: inherit;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 12px;
  outline: none;
}
.form-grid textarea{
  resize: vertical;
  min-height: 200px;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus{
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.form-grid input.is-field-error,
.form-grid select.is-field-error,
.form-grid textarea.is-field-error{
  border-color: #dc2626;
  background: #fffafa;
}
.form-grid input.is-field-error:focus,
.form-grid select.is-field-error:focus,
.form-grid textarea.is-field-error:focus{
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,.12);
}
.required,
.optional{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: .72rem;
  line-height: 1.35;
  vertical-align: middle;
}
.required{
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.optional{
  background: #f8fafc;
  color: #64748b;
  border: 1px solid #e2e8f0;
}
.form-actions{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.form-actions .btn{
  background: #2563eb;
  color: #ffffff !important;
  border-color: #2563eb;
  box-shadow: 0 12px 24px rgba(37,99,235,.16);
}
.form-note{
  margin: 0;
  font-size: .88rem;
}
.contact-links-secondary{
  padding-top: 16px;
  margin-top: 18px;
  border-top: 1px solid #dbe5f0;
}
.btn-secondary{
  background: #f8fbff;
  color: #1d4ed8 !important;
  border-color: #cfe1f7;
  box-shadow: none;
}
.hp-field{
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.profile-note{
  display: inline-block;
  margin-top: 4px;
  color: #64748b;
  font-size: .9em;
}
.section-productize{
  background: #ffffff;
  border-bottom: 1px solid #dbe5f0;
}
.productize{
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
}
.productize-copy{
  min-width: 0;
}
.productize-copy .eyebrow{
  color: #2563eb;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.productize-copy .section-title{
  text-align: left;
  margin-bottom: 16px;
}
.productize-copy p{
  margin: 0 0 14px;
  color: #334155;
  font-size: clamp(.96rem, .22vw + .92rem, 1.04rem);
  line-height: 1.86;
}
.productize-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.productize-grid div{
  min-width: 0;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(15,23,42,.05);
}
.productize-grid strong{
  display: block;
  color: #0f172a;
  font-size: .95rem;
  margin-bottom: 5px;
}
.productize-grid span{
  display: block;
  color: #475569;
  font-size: .86rem;
  line-height: 1.65;
}
@media (max-width: 680px){
  .hero-dev h1{
    font-size: clamp(1.2rem, 4.9vw, 1.5rem);
    line-height: 1.28;
  }
  .hero-dev .lede{
    font-size: .94rem;
    line-height: 1.74;
  }
  .hero-dev .lede + .lede{
    margin-top: 12px;
  }
  .trust-grid{
    grid-template-columns: 1fr;
  }
  .console-top{
    flex-wrap: wrap;
  }
  .status-pill{
    white-space: normal;
  }
  .task-row strong,
  .task-row small,
  .api-log div{
    overflow-wrap: anywhere;
  }
  .contact-hints{
    display: grid;
    grid-template-columns: 1fr;
  }
  .section-cta{
    align-items: stretch;
  }
  .section-cta .btn{
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .form-grid{
    grid-template-columns: minmax(0, 1fr);
  }
  .form-grid textarea{
    min-height: 180px;
  }
  .form-actions{
    align-items: stretch;
    flex-direction: column;
  }
  .form-actions .btn{
    width: 100%;
  }
  .productize{
    grid-template-columns: minmax(0, 1fr);
  }
  .productize-grid{
    grid-template-columns: minmax(0, 1fr);
  }
  #work-section .work-showcase .work-shot{
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* --- Practical service density refresh (2026-06) --- */
.section-spacious{
  padding-top: clamp(30px, 4.5vw, 64px);
  padding-bottom: clamp(30px, 4.5vw, 64px);
}
.section-tight{
  padding-top: clamp(30px, 4vw, 58px);
  padding-bottom: clamp(30px, 4vw, 58px);
}
.section-ops-detail{
  background: #f8fbff;
  border-top: 1px solid #dbe5f0;
  border-bottom: 1px solid #dbe5f0;
}
.ops-detail{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}
.ops-detail-copy{
  min-width: 0;
}
.ops-detail-copy .eyebrow{
  color: #2563eb;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.ops-detail-copy .section-title{
  text-align: left;
  margin: 0 0 14px;
}
.ops-detail-copy p{
  margin: 0 0 12px;
  color: #334155;
  line-height: 1.74;
  font-size: clamp(.94rem, .2vw + .9rem, 1.02rem);
}
.ops-detail-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.ops-detail-grid div{
  min-width: 0;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(15,23,42,.05);
}
.ops-detail-grid strong{
  display: block;
  color: #0f172a;
  font-size: .95rem;
  margin-bottom: 5px;
}
.ops-detail-grid span{
  display: block;
  color: #475569;
  font-size: .86rem;
  line-height: 1.62;
}
.caps,
.cards{
  gap: 14px;
}
@media (min-width: 981px){
  #results-section .cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #results-section .server-result-card{
    grid-column: 1 / -1;
  }
}
.cap{
  padding: 16px;
}
.card{
  padding: 18px;
}
.cap p,
.card p,
.process-card p,
.ops-note p{
  line-height: 1.66;
}
.cap ul{
  margin-top: 10px;
}
.card ul{
  line-height: 1.62;
}
.productize{
  gap: clamp(18px, 3vw, 40px);
}
.productize-copy p{
  margin-bottom: 12px;
  line-height: 1.72;
}
.productize-grid div{
  padding: 12px;
}
.build-grid{
  margin-top: 16px;
}
.build-grid div{
  min-height: 42px;
  padding: 9px 11px;
}
.section-sub{
  margin-bottom: 0;
}
@media (max-width: 980px){
  .ops-detail{
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 680px){
  .section-spacious,
  .section-tight{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ops-detail-grid{
    grid-template-columns: minmax(0, 1fr);
  }
.ops-detail-grid div{
    padding: 13px;
  }
}

/* --- Service focus panel rotation (2026-06) --- */
.service-focus-panel{
  min-height: 840px;
}
.service-focus-panel .console-top,
.service-focus-panel .metric-grid,
.service-focus-panel .console-section,
.service-focus-panel .api-log,
.service-focus-panel .focus-description{
  transition: opacity .2s ease;
}
.service-focus-panel.is-switching .console-top,
.service-focus-panel.is-switching .metric-grid,
.service-focus-panel.is-switching .console-section,
.service-focus-panel.is-switching .api-log,
.service-focus-panel.is-switching .focus-description{
  opacity: .32;
}
.service-focus-panel.is-measuring .console-top,
.service-focus-panel.is-measuring .metric-grid,
.service-focus-panel.is-measuring .console-section,
.service-focus-panel.is-measuring .api-log,
.service-focus-panel.is-measuring .focus-description{
  transition: none;
}
.focus-description{
  margin: 14px 0 0;
  font-size: .9rem;
  line-height: 1.7;
  color: #334155;
  min-height: 6.8em;
}
.focus-indicators{
  display: grid;
  grid-template-columns: .85fr 1.15fr .75fr 1.9fr .75fr 1.15fr .9fr;
  gap: 6px;
  margin: 0 0 14px;
}
.focus-indicators button{
  min-width: 0;
  height: 32px;
  padding: 0 5px;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  background: #f8fafc;
  color: #64748b;
  font: 600 .63rem/1 "IBM Plex Sans JP", sans-serif;
  letter-spacing: .02em;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.focus-indicators button:hover,
.focus-indicators button:focus-visible{
  color: #1d4ed8;
  border-color: #93c5fd;
  background: #f0f7ff;
  outline: 2px solid rgba(37,99,235,.18);
  outline-offset: 2px;
}
.focus-indicators button.is-active,
.focus-indicators button[aria-selected="true"]{
  color: #174ea6;
  border-color: #60a5fa;
  background: #eaf3ff;
  box-shadow: inset 0 -2px 0 #2563eb;
}
@media (prefers-reduced-motion: reduce){
  .service-focus-panel .console-top,
  .service-focus-panel .metric-grid,
  .service-focus-panel .console-section,
  .service-focus-panel .api-log,
  .service-focus-panel .focus-description,
  .focus-indicators button{
    transition: none;
  }
  .service-focus-panel.is-switching .console-top,
  .service-focus-panel.is-switching .metric-grid,
  .service-focus-panel.is-switching .console-section,
  .service-focus-panel.is-switching .api-log,
  .service-focus-panel.is-switching .focus-description{
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 980px){
  .service-focus-panel{
    min-height: 0;
  }
  .focus-indicators{
    gap: 4px;
  }
  .focus-indicators button{
    height: 40px;
    padding-inline: 3px;
    font-size: .58rem;
  }
}

/* --- Technology stack section (2026-06) --- */
.section-tech{
  background: #f8fbff;
  border-top: 1px solid #dbe5f0;
  border-bottom: 1px solid #dbe5f0;
}
.tech-stack-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.tech-stack-card{
  min-width: 0;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 10px 26px rgba(15,23,42,.055);
}
.tech-stack-card span{
  display: block;
  color: #2563eb;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.tech-stack-card strong{
  display: block;
  color: #0f172a;
  font-size: .98rem;
  line-height: 1.45;
  margin-bottom: 8px;
}
.tech-stack-card p{
  margin: 0;
  color: #334155;
  font-size: .88rem;
  line-height: 1.68;
}
.server-ops-note{
  margin-top: 16px;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 10px 26px rgba(15,23,42,.05);
}
.server-ops-note strong{
  display: block;
  color: #0f172a;
  margin-bottom: 6px;
}
.server-ops-note p{
  margin: 0;
  color: #334155;
  font-size: .92rem;
  line-height: 1.72;
}
@media (max-width: 760px){
  .tech-stack-grid{
    grid-template-columns: minmax(0, 1fr);
  }
  .tech-stack-card{
    padding: 14px;
  }
  .server-ops-note{
    padding: 14px;
  }
}

/* --- Case feature visuals (2026-06) --- */
.case-feature{
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  margin: 24px 0 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
}
.case-feature-copy{
  min-width: 0;
}
.case-feature-copy .eyebrow{
  color: #2563eb;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 10px;
}
.case-feature-copy h3{
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(1.2rem, .8vw + 1rem, 1.6rem);
  line-height: 1.35;
}
.case-feature-copy p{
  margin: 0;
  color: #334155;
  line-height: 1.74;
  font-size: .95rem;
}
.case-feature-copy ul{
  margin: 14px 0 0;
  padding-left: 18px;
  color: #334155;
  line-height: 1.68;
  font-size: .9rem;
}
.case-feature-copy li{
  margin: 4px 0;
}
.case-visuals{
  min-width: 0;
}
.case-visuals figure{
  margin: 0;
}
.case-visuals img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
  border: 1px solid #dbe5f0;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
}
.case-visuals figcaption{
  margin-top: 7px;
  color: #475569;
  font-size: .82rem;
  font-weight: 700;
}
.case-main-shot{
  margin-bottom: 12px;
}
.case-shot-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.case-document-samples{
  grid-column: 1 / -1;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid #dbe5f0;
}
.case-document-note{
  max-width: 920px;
  margin: 0 0 12px;
  color: #334155;
  line-height: 1.72;
  font-size: .92rem;
}
.case-document-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.case-document-grid figure{
  margin: 0;
}
.case-document-grid img{
  display: block;
  width: 100%;
  height: clamp(420px, 48vw, 560px);
  object-fit: contain;
  border-radius: 9px;
  border: 1px solid #dbe5f0;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
}
.case-document-grid figcaption{
  margin-top: 7px;
  color: #475569;
  font-size: .82rem;
  font-weight: 700;
}
@media (max-width: 980px){
  .case-feature{
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 680px){
  .case-feature{
    padding: 14px;
    margin-top: 18px;
  }
  .case-visuals,
  .case-document-grid{
    display: flex;
    gap: 12px;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .case-shot-grid{
    display: contents;
  }
  .case-visuals .case-main-shot,
  .case-visuals .case-shot-grid > figure,
  .case-document-grid > figure{
    flex: 0 0 86%;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .case-visuals .case-main-shot{
    margin-bottom: 0;
  }
  .case-document-grid img{
    height: auto;
  }
}

/* --- Privacy page legibility (light theme): scope strictly to body.page-privacy ---
   Fix: the dark-theme rule ".copy.wide-text p{color: rgba(244,248,255,.86)}" (near-white)
   was only re-colored for #approach-section / #about-section, so #privacy body text
   rendered white-on-light and was invisible. Restore readable colors here. */
body.page-privacy .copy,
body.page-privacy .copy p,
body.page-privacy .copy ul,
body.page-privacy .copy li,
body.page-privacy .copy.wide-text p,
body.page-privacy .copy.wide-text li,
body.page-privacy #privacy li{
  color: #1f2937;
  opacity: 1;
  text-shadow: none;
}
body.page-privacy .copy.wide-text p,
body.page-privacy .copy.wide-text li{
  line-height: 1.8;
}
body.page-privacy .copy h3{
  color: #0f172a;
  text-shadow: none;
}
body.page-privacy .section-sub{
  color: #475569;
  opacity: 1;
}
body.page-privacy .back-home a,
body.page-privacy .copy a{
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.page-privacy .back-home a:hover,
body.page-privacy .copy a:hover,
body.page-privacy .back-home a:focus-visible,
body.page-privacy .copy a:focus-visible{
  color: #1e40af;
}

/* --- Post-language-row spacing refinement ---
   Keep the adjustment scoped to the lower company/privacy areas. */
#about-section.section-spacious{
  padding-bottom: clamp(24px, 3.4vw, 48px);
}
body.page-privacy main,
body.page-privacy > main{
  /* The footer-adjacent gap stacked: #privacy padding-bottom (~40px) +
     this main padding-bottom + .last-updated margin-bottom (~14px) ≈ 92px on PC.
     Trim main's share so the total lands ~50–70px. */
  padding-bottom: clamp(8px, 1vw, 16px);
}
body.page-privacy main > #privacy{
  padding-bottom: clamp(28px, 3.2vw, 44px);
}
/* Home page: main's var(--content-footer-gap) (72–240px) stacked on top of the
   #contact-section .section-spacious bottom padding (~57px) ≈ 183px above the
   footer on PC. Trim only main's gap on the home page (privacy overrides main
   separately above; #contact-section padding is left untouched). */
body.page-home main,
body.page-home > main{
  padding-bottom: clamp(8px, 1vw, 16px);
}

/* --- Subtle light-background refinement ---
   Reduce the white-out feeling near privacy/contact/footer while keeping cards readable. */
:root{
  --bg: #f3f6f9;
  --bg2: #f8fafc;
  --bg3: #e7eef5;
  --panel: #fbfcfd;
  --panel2: #f4f8fb;
  --line: #d4e0ea;
  --shadow: 0 16px 42px rgba(30, 64, 175, .10);
}
html,
body{
  background: #f3f6f9;
}
body{
  background:
    linear-gradient(180deg, #f7fafd 0%, #edf4fa 420px, #f3f6f9 760px),
    #f3f6f9;
}
main{
  background: transparent;
}
.section{
  background: transparent;
}
.section-muted{
  background: #eef3f7;
}
.card,
.cap,
.note-box,
.stance-card,
.company-profile,
.person,
.process-card,
.tech-card,
.result-card,
.case-feature{
  background: #fbfcfd;
  border-color: #d5e1eb;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .055);
}
#contact-section{
  background: linear-gradient(180deg, #f2f6fa 0%, #edf3f8 100%);
  border-top: 1px solid #d5e1eb;
  border-bottom: 1px solid #d5e1eb;
}
#contact-section .note-box{
  background: #fbfcfd;
}
body.page-privacy{
  background: #f3f6f9;
}
body.page-privacy main > #privacy{
  background: linear-gradient(180deg, #f2f6fa 0%, #eef3f7 100%);
}
body.page-privacy #privacy .copy.wide-text{
  background: #fbfcfd;
  border: 1px solid #d5e1eb;
  border-radius: 12px;
  padding: clamp(18px, 3vw, 30px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}
@media (max-width: 980px){
  body.page-privacy main > #privacy{
    padding-top: clamp(20px, 3vw, 30px);
  }
  body.page-privacy #privacy .section-sub{
    margin-bottom: 14px;
  }
}
@media (max-width: 680px){
  body.page-privacy main > #privacy{
    padding-top: 18px;
    padding-bottom: 30px;
  }
  body.page-privacy #privacy .copy.wide-text{
    padding: 18px 16px;
  }
  body.page-privacy #privacy .copy h3{
    margin-top: 24px;
  }
  body.page-privacy #privacy ul{
    margin-left: 1.15em;
  }
}
.site-footer{
  background: #edf2f6;
  color: #475569;
  border-top-color: #d2dee9;
  opacity: 1;
}
.site-footer .footer-line{
  color: #334155 !important;
  text-shadow: none;
}
.site-footer .footer-brand{
  color: #1f2937;
}
.site-footer .footer-link:hover{
  background: rgba(29,78,216,.08);
  border-color: rgba(29,78,216,.20);
  color: #1d4ed8;
}
.site-footer .footer-link:focus-visible{
  outline-color: rgba(29,78,216,.55);
}
@media (max-width: 600px){
  .site-footer{
    padding: 16px 0 18px;
  }
  .site-footer .footer-line{
    color: #334155 !important;
    gap: 8px;
    line-height: 1.45;
  }
  .site-footer .footer-center{
    color: #1f2937;
  }
  .site-footer .footer-brand{
    color: #101828;
  }
}

/* --- Header tone refinement ---
   Match the global blue-gray background without losing sticky-header separation. */
.site-header{
  background: rgba(238, 243, 247, .94);
  border-bottom-color: rgba(120, 135, 155, .20);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.site-header .brand-line{
  color: #102033;
}
.site-header .brand-note{
  color: #4b647d;
}
.site-header .nav a{
  color: #1f2937;
}
.site-header .nav a:hover,
.site-header .nav a:focus-visible,
.nav a:hover,
.nav a:focus-visible{
  color: #0f172a;
  background: #e5edf5;
  border-color: #c7d6e4;
}
.site-header .nav-muted{
  color: #1d4ed8 !important;
}
.nav-toggle{
  background: rgba(251, 252, 253, .72);
  border-color: rgba(120, 135, 155, .22);
}
.nav-toggle:hover,
.nav-toggle:focus-visible{
  background: #e5edf5;
  border-color: #c7d6e4;
}
@media (max-width: 980px){
  .nav{
    background: rgba(238, 243, 247, .98);
    border-color: rgba(120, 135, 155, .22);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
  }
  .nav a,
  .site-header .nav a{
    color: #1f2937;
    background: rgba(251, 252, 253, .70);
    border: 1px solid rgba(203, 213, 225, .72);
  }
  .nav a:hover,
  .nav a:focus-visible,
  .site-header .nav a:hover,
  .site-header .nav a:focus-visible{
    color: #0f172a;
    background: #e5edf5;
    border-color: #c7d6e4;
  }
}

/* Bottom edge cleanup: avoid a double divider above the footer. */
body.page-home #contact-section{
  border-bottom: 0;
}
.site-footer{
  border-top: 1px solid #d2dee9;
}

/* Header contrast refinement: make nav/header feel firmer on the light gray page. */
.site-header{
  background: rgba(236, 241, 246, .94);
  border-bottom-color: rgba(90, 105, 125, .18);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}
.site-header .brand-line{
  color: #1f2937;
}
.site-header .brand-note{
  color: #526173;
}
.site-header .nav a{
  color: #263241;
  font-weight: 500;
}
.site-header .nav-muted{
  color: #1e40af !important;
  font-weight: 780;
}
.site-header .nav a.nav-muted{
  color: #1e40af !important;
  font-weight: 780;
}
.site-header .nav a:hover,
.site-header .nav a:focus-visible,
.nav a:hover,
.nav a:focus-visible{
  color: #111827;
  background: #dde7f0;
  border-color: #b9cad9;
}
.nav-toggle{
  background: rgba(237, 242, 247, .94);
  border-color: rgba(70, 85, 105, .32);
}
.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after{
  height: 2px;
  background: #1f2937;
}
.nav-toggle:hover,
.nav-toggle:focus-visible{
  background: #dde7f0;
  border-color: #b9cad9;
}
@media (max-width: 980px){
  .nav{
    background: rgba(236, 241, 246, .98);
    border-color: rgba(90, 105, 125, .20);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
  }
  .nav a,
  .site-header .nav a{
    color: #263241;
    background: rgba(245, 247, 250, .88);
    border-color: rgba(144, 160, 178, .34);
    font-weight: 500;
  }
  .nav a.nav-muted,
  .site-header .nav a.nav-muted{
    color: #1e40af !important;
    font-weight: 780;
  }
  .nav a:hover,
  .nav a:focus-visible,
  .site-header .nav a:hover,
  .site-header .nav a:focus-visible{
    color: #111827;
    background: #dde7f0;
    border-color: #b9cad9;
  }
}

/* Keep the back-to-top button clear of the standard reCAPTCHA v3 badge. */
#toTop{
  bottom: max(96px, calc(env(safe-area-inset-bottom) + 96px));
}
@media (max-width: 780px){
  #toTop{
    bottom: max(112px, calc(env(safe-area-inset-bottom) + 112px));
  }
}
.case-cta { margin-top: 12px; font-size: 0.92em; }
.case-cta a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
