/*
 * Production top-page brush-up
 * Extends the live NosTechnology visual system without replacing the hero.
 */
:root {
  --bp-navy: #06101f;
  --bp-navy-2: #0b1f3a;
  --bp-blue: #1a5cff;
  --bp-blue-light: #3d8bff;
  --bp-blue-pale: #eaf2ff;
  --bp-paper: #f7f9fc;
  --bp-ink: #0e1b2a;
  --bp-muted: #5f6d7d;
  --bp-line: rgba(14, 27, 42, .14);
  --bp-white: #fff;
  --bp-radius: 18px;
  --bp-shell: 1180px;
}

html { scroll-padding-top: 94px; }
body { background: var(--bp-paper); }
body > .recruit-float { display: none !important; }

.brand-company {
  position: absolute;
  left: 3vw;
  top: 68px;
  color: inherit;
  font: 600 8px/1 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .13em;
  white-space: nowrap;
  opacity: .72;
}

.header-consult {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #fff;
  color: #071426;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.header-consult:hover { background: var(--bp-blue); color: #fff; }
.header-consult:focus-visible { outline: 3px solid var(--bp-blue-light); outline-offset: 3px; }

.theme-living-seam .scene--brand .type-rail { display: none !important; }
.hero-conversion {
  position: absolute;
  z-index: 11;
  right: 3.2vw;
  bottom: 4.1vh;
  width: min(37vw, 560px);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.hero-conversion__eyebrow {
  margin: 0 0 10px;
  color: #83b2ff;
  font: 700 10px/1.5 "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
}
.hero-conversion__copy {
  max-width: 47em;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.75;
}
.hero-conversion__actions { display: flex; align-items: center; gap: 10px; }
.hero-conversion__actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.hero-conversion__actions a:first-child { border-color: var(--bp-blue); background: var(--bp-blue); }
.hero-conversion__actions a:hover { transform: translateY(-2px); border-color: #fff; background: #fff; color: var(--bp-navy); }
.hero-conversion__actions a:focus-visible { outline: 3px solid var(--bp-blue-light); outline-offset: 3px; }
.hero-conversion small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  letter-spacing: .04em;
}

.bp-section {
  position: relative;
  overflow: clip;
  background: var(--bp-paper);
  color: var(--bp-ink);
  font-family: "Zen Kaku Gothic New", "Space Grotesk", sans-serif;
}
.bp-shell { width: min(calc(100% - 64px), var(--bp-shell)); margin: 0 auto; }
.bp-section-head { display: grid; gap: 24px; margin-bottom: clamp(54px, 7vw, 100px); }
.bp-section-head > p,
.bp-contact__intro > p:first-child,
.bp-about__copy > p:first-child,
.bp-pricing__layout > div:first-child > p {
  margin: 0;
  color: var(--bp-blue);
  font: 700 10px/1.3 "Space Grotesk", sans-serif;
  letter-spacing: .2em;
}
.bp-section-head h2,
.bp-about h2,
.bp-contact h2,
.bp-pricing h2 {
  margin: 0;
  color: var(--bp-ink);
  font-size: clamp(38px, 5.2vw, 74px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.bp-section-head > span {
  max-width: 48em;
  color: var(--bp-muted);
  font-size: 15px;
  line-height: 2;
}
.bp-section-head--split { grid-template-columns: 180px minmax(0, 1fr) minmax(250px, 360px); align-items: end; }
.bp-section-head--split > p { align-self: start; padding-top: 13px; }
.bp-section-head--split > span { align-self: end; }

.bp-problems { padding: clamp(100px, 12vw, 180px) 0; }
.bp-problems::before,
.bp-cases::before,
.bp-about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(14, 27, 42, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 27, 42, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
.bp-problem-list { position: relative; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--bp-line); }
.bp-problem-list li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  min-height: 170px;
  padding: 34px 0;
  border-bottom: 1px solid var(--bp-line);
}
.bp-problem-list li > b { color: var(--bp-blue); font: 700 clamp(34px, 4.4vw, 64px)/1 "Space Grotesk", sans-serif; letter-spacing: -.07em; }
.bp-problem-list li > div { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(280px, 1.2fr); gap: 60px; align-items: start; }
.bp-problem-list h3 { margin: 0; font-size: clamp(23px, 2.5vw, 35px); line-height: 1.25; letter-spacing: -.035em; }
.bp-problem-list p { max-width: 43em; margin: 4px 0 0; color: var(--bp-muted); line-height: 1.9; }

.bp-cases { padding: clamp(100px, 11vw, 170px) 0; background: #fff; }
.bp-case-grid { position: relative; display: grid; gap: 28px; }
.bp-cases .bp-section-head h2 { font-size: clamp(38px, 4.2vw, 56px); }
.bp-case {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  min-height: 570px;
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  background: #fff;
}
.bp-case:nth-child(even) { grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); }
.bp-case:nth-child(even) .bp-case__visual { order: 2; }
.bp-case__visual { position: relative; min-height: 470px; overflow: hidden; background: var(--bp-navy); }
.bp-case__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 70px); }
.bp-case__copy > p:first-child { margin: 0 0 20px; color: var(--bp-muted); font: 700 9px/1.5 "Space Grotesk", sans-serif; letter-spacing: .14em; }
.bp-case__copy > p:first-child span { display: inline-flex; margin-right: 10px; padding: 6px 9px; border-radius: 999px; background: var(--bp-blue-pale); color: var(--bp-blue); letter-spacing: .04em; }
.bp-case__copy h3 { margin: 0 0 34px; font-size: clamp(30px, 4vw, 54px); line-height: 1.12; letter-spacing: -.055em; }
.bp-case__copy dl { display: grid; gap: 15px; margin: 0; }
.bp-case__copy dl > div { display: grid; grid-template-columns: 82px 1fr; gap: 16px; padding-top: 14px; border-top: 1px solid var(--bp-line); }
.bp-case__copy dt { color: var(--bp-blue); font-size: 11px; font-weight: 700; }
.bp-case__copy dd { margin: 0; color: var(--bp-muted); font-size: 13px; line-height: 1.75; }
.bp-case__copy > a { align-self: flex-start; margin-top: 30px; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: var(--bp-ink); font-size: 12px; font-weight: 700; }
.bp-case__copy > a b { display: inline-block; margin-left: 10px; transition: transform .2s ease; }
.bp-case__copy > a:hover b { transform: translate(5px, -2px); }

.bp-case__visual--koki { background: linear-gradient(145deg, #edf2fa, #d9e4f6); }
.bp-case__visual--koki::before { content: "LIVE PROJECT / 01"; position: absolute; z-index: 3; left: 24px; top: 24px; color: var(--bp-navy); font: 700 9px/1 "Space Grotesk", sans-serif; letter-spacing: .18em; }
.bp-case__visual--koki img:first-child { position: absolute; left: 8%; top: 19%; width: 73%; height: auto; border-radius: 8px; box-shadow: 0 30px 70px rgba(6, 16, 31, .22); }
.bp-case__visual--koki img:last-child { position: absolute; z-index: 2; right: 7%; bottom: -10%; width: 27%; height: auto; border: 7px solid #0b1421; border-radius: 22px; box-shadow: 0 25px 50px rgba(6, 16, 31, .3); }
.bp-ui-window { margin: clamp(24px, 4vw, 54px); min-height: 0; align-self: stretch; border: 1px solid rgba(255, 255, 255, .22); border-radius: 15px; background: #fff; box-shadow: 0 35px 80px rgba(0, 0, 0, .35); }
.bp-ui-window__bar { display: flex; height: 40px; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid #dfe5ed; background: #f7f8fa; }
.bp-ui-window__bar i { width: 7px; height: 7px; border-radius: 50%; background: #c2cad5; }
.bp-ui-window__bar span { margin-left: auto; color: #728096; font: 600 8px/1 "Space Grotesk", sans-serif; letter-spacing: .13em; }
.bp-salon-mock { position: absolute; inset: 40px 0 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 4vw, 58px); color: #fff; background: linear-gradient(to top, rgba(10, 17, 27, .88), rgba(10, 17, 27, .05)), url("works/salon-sui-hero.webp") center/cover; }
.bp-salon-mock p { margin: 0 0 auto; font: 700 9px/1 "Space Grotesk", sans-serif; letter-spacing: .2em; }
.bp-salon-mock strong { max-width: 9em; font-size: clamp(34px, 4.6vw, 65px); line-height: 1.05; letter-spacing: -.06em; }
.bp-salon-mock > span { align-self: flex-start; margin-top: 24px; padding: 11px 16px; border-radius: 99px; background: #fff; color: var(--bp-navy); font-size: 11px; font-weight: 700; }
.bp-salon-mock > div { position: absolute; right: 24px; bottom: 28px; display: flex; gap: 5px; }
.bp-salon-mock > div i { width: 28px; height: 3px; background: rgba(255, 255, 255, .35); }
.bp-salon-mock > div i:first-child { background: #fff; }

.bp-dashboard { display: grid; grid-template-columns: 27% 1fr; margin: clamp(24px, 4vw, 54px); min-height: 0; align-self: stretch; border-radius: 15px; background: #f7f9fd; box-shadow: 0 35px 80px rgba(0, 0, 0, .35); }
.bp-dashboard__nav { display: flex; flex-direction: column; gap: 24px; padding: 26px 20px; border-radius: 15px 0 0 15px; background: #08182d; color: rgba(255, 255, 255, .55); font: 700 8px/1 "Space Grotesk", sans-serif; letter-spacing: .14em; }
.bp-dashboard__nav strong { margin-bottom: 28px; color: #fff; font-size: 11px; }
.bp-dashboard__main { display: flex; min-width: 0; flex-direction: column; padding: 25px; color: var(--bp-ink); }
.bp-dashboard__top { display: flex; justify-content: space-between; gap: 12px; color: #7a8797; font-size: 9px; }
.bp-dashboard__top b { color: #16874a; letter-spacing: .08em; }
.bp-dashboard__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 28px 0; }
.bp-dashboard__cards i { height: 72px; border: 1px solid #d9e1eb; border-radius: 9px; background: linear-gradient(135deg, #fff, #eef4ff); }
.bp-ai-draft { margin-top: auto; padding: 22px; border: 1px solid #cbd9f0; border-radius: 12px; background: #fff; box-shadow: 0 16px 35px rgba(19, 55, 103, .08); }
.bp-ai-draft small { color: var(--bp-blue); font: 700 8px/1 "Space Grotesk", sans-serif; letter-spacing: .14em; }
.bp-ai-draft p { margin: 18px 0; color: #4e5d70; font-size: 11px; line-height: 1.8; }
.bp-ai-draft span { display: inline-flex; padding: 8px 10px; border-radius: 6px; background: var(--bp-blue); color: #fff; font-size: 9px; font-weight: 700; }

.bp-services { padding: clamp(100px, 12vw, 180px) 0; }
.bp-service-list { border-top: 1px solid var(--bp-line); }
.bp-service {
  display: grid;
  grid-template-columns: 120px 220px minmax(0, 1fr);
  gap: 50px;
  align-items: start;
  padding: clamp(52px, 7vw, 90px) 0;
  border-bottom: 1px solid var(--bp-line);
}
.bp-service > span { color: var(--bp-blue); font: 700 10px/1.4 "Space Grotesk", sans-serif; letter-spacing: .16em; }
.bp-service__icon { position: relative; width: 190px; height: 150px; }
.bp-service__icon i { position: absolute; border: 2px solid var(--bp-blue); border-radius: 12px; background: #fff; box-shadow: 0 14px 30px rgba(26, 92, 255, .09); }
.bp-service__icon i:nth-child(1) { inset: 8px 26px 30px 0; }
.bp-service__icon i:nth-child(2) { width: 94px; height: 65px; right: 0; bottom: 0; }
.bp-service__icon i:nth-child(3) { width: 54px; height: 7px; left: 20px; top: 32px; border: 0; border-radius: 9px; background: var(--bp-blue); box-shadow: 0 17px 0 #c8d8ff, 0 34px 0 #dfe8fa; }
.bp-service__icon--ai i { border-radius: 50%; }
.bp-service__icon--ai i:nth-child(1) { width: 116px; height: 116px; left: 0; top: 0; right: auto; bottom: auto; }
.bp-service__icon--ai i:nth-child(2) { width: 70px; height: 70px; right: 3px; bottom: 1px; border-color: #7aa8ff; }
.bp-service__icon--ai i:nth-child(3) { left: 54px; top: 53px; width: 112px; height: 2px; border-radius: 0; box-shadow: none; transform: rotate(24deg); }
.bp-service__icon--system i { border-radius: 5px; }
.bp-service__icon--system i:nth-child(1) { inset: 8px 60px 72px 0; }
.bp-service__icon--system i:nth-child(2) { width: 96px; height: 70px; right: 0; bottom: 3px; }
.bp-service__icon--system i:nth-child(3) { left: 79px; top: 68px; width: 42px; height: 2px; border: 0; box-shadow: none; }
.bp-service h3 { margin: 0 0 22px; font-size: clamp(31px, 4vw, 52px); line-height: 1.12; letter-spacing: -.055em; }
.bp-service > div:last-child > p { max-width: 48em; margin: 0 0 28px; color: var(--bp-muted); line-height: 1.95; }
.bp-service dl { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 10px 20px; margin: 0; font-size: 12px; }
.bp-service dt { color: var(--bp-blue); font-weight: 700; }
.bp-service dd { margin: 0; color: var(--bp-muted); }
.bp-service a { display: inline-flex; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }

.bp-reasons { padding: clamp(100px, 11vw, 170px) 0; background: var(--bp-blue-pale); }
.bp-reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(26, 92, 255, .24); border-bottom: 1px solid rgba(26, 92, 255, .24); }
.bp-reason-grid article { min-height: 360px; padding: 42px 34px; border-right: 1px solid rgba(26, 92, 255, .24); }
.bp-reason-grid article:last-child { border-right: 0; }
.bp-reason-grid b { display: block; margin-bottom: 90px; color: var(--bp-blue); font: 700 42px/1 "Space Grotesk", sans-serif; letter-spacing: -.06em; }
.bp-reason-grid h3 { margin: 0 0 18px; font-size: 22px; line-height: 1.45; letter-spacing: -.03em; }
.bp-reason-grid p { margin: 0; color: var(--bp-muted); font-size: 13px; line-height: 1.9; }

.bp-process { padding: clamp(100px, 12vw, 180px) 0; background: var(--bp-navy); color: #fff; }
.bp-process::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(93, 145, 224, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(93, 145, 224, .2) 1px, transparent 1px); background-size: 58px 58px; }
.bp-section-head--light { position: relative; }
.bp-section-head--light h2 { color: #fff; }
.bp-section-head--light > span { color: rgba(255, 255, 255, .62); }
.bp-process-list { position: relative; margin: 0; padding: 0; list-style: none; }
.bp-process-list li { display: grid; grid-template-columns: minmax(130px, .35fr) minmax(0, 1fr); min-height: 210px; padding: 34px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.bp-process-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.bp-process-list li > b { color: var(--bp-blue-light); font: 700 clamp(54px, 8vw, 112px)/.9 "Space Grotesk", sans-serif; letter-spacing: -.08em; }
.bp-process-list li > div { display: grid; grid-template-columns: 190px minmax(220px, .7fr) minmax(260px, 1fr); gap: 30px; align-items: center; }
.bp-process-list small { color: #76a9ff; font: 700 9px/1.4 "Space Grotesk", sans-serif; letter-spacing: .16em; }
.bp-process-list h3 { margin: 0; font-size: clamp(28px, 3.5vw, 46px); letter-spacing: -.05em; }
.bp-process-list p { max-width: 34em; margin: 0; color: rgba(255, 255, 255, .58); line-height: 1.9; }

.bp-pricing { padding: clamp(100px, 11vw, 160px) 0; background: #fff; }
.bp-pricing__layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .75fr); gap: clamp(60px, 10vw, 150px); align-items: end; }
.bp-pricing__layout > div:last-child > p { margin: 0; color: var(--bp-muted); font-size: 15px; line-height: 2; }
.bp-pricing h2 { margin-top: 24px; }
.bp-pricing__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.bp-pricing__actions a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--bp-navy); border-radius: 999px; font-size: 11px; font-weight: 700; }
.bp-pricing__actions a:first-child { border-color: var(--bp-blue); background: var(--bp-blue); color: #fff; }

.bp-about { padding: clamp(100px, 12vw, 180px) 0; }
.bp-about__layout { position: relative; display: grid; grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.bp-portrait { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--bp-radius); background: linear-gradient(145deg, #e5ebf4, #c8d4e7); color: var(--bp-navy); }
.bp-portrait::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(6, 16, 31, .16); border-radius: 50%; }
.bp-portrait::after { content: ""; position: absolute; width: 48%; aspect-ratio: 1; right: -8%; top: -8%; border-radius: 50%; background: var(--bp-blue); opacity: .9; }
.bp-portrait > span { position: absolute; left: 10%; bottom: 10%; font: 700 clamp(82px, 12vw, 170px)/.7 "Space Grotesk", sans-serif; letter-spacing: -.1em; }
.bp-portrait > small { position: absolute; z-index: 2; left: 20px; top: 22px; font: 700 8px/1.4 "Space Grotesk", sans-serif; letter-spacing: .15em; }
.bp-about__copy > p:first-child { margin-bottom: 25px; }
.bp-about__name { display: flex; gap: 30px; align-items: flex-start; margin: 45px 0 24px; padding: 24px 0; border-top: 1px solid var(--bp-line); border-bottom: 1px solid var(--bp-line); }
.bp-about__name strong { font-size: 24px; }
.bp-about__name span { color: var(--bp-muted); font-size: 12px; line-height: 1.7; }
.bp-about__copy > p:not(:first-child) { max-width: 48em; margin: 0; color: var(--bp-muted); line-height: 2; }
.bp-about__copy > a { display: inline-flex; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }

.bp-faq { padding: clamp(100px, 11vw, 165px) 0; background: #fff; }
.bp-faq-list { border-top: 1px solid var(--bp-line); }
.bp-faq details { border-bottom: 1px solid var(--bp-line); }
.bp-faq summary { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 20px; align-items: center; padding: 30px 58px 30px 0; cursor: pointer; list-style: none; font-size: clamp(16px, 2vw, 23px); font-weight: 700; line-height: 1.55; letter-spacing: -.02em; }
.bp-faq summary::-webkit-details-marker { display: none; }
.bp-faq summary span { color: var(--bp-blue); font: 700 12px/1 "Space Grotesk", sans-serif; letter-spacing: .12em; }
.bp-faq summary::after { content: "+"; position: absolute; right: 8px; color: var(--bp-blue); font: 400 30px/1 "Space Grotesk", sans-serif; transition: transform .25s ease; }
.bp-faq details[open] summary::after { transform: rotate(45deg); }
.bp-faq details p { max-width: 760px; margin: -4px 0 0 92px; padding: 0 0 32px; color: var(--bp-muted); line-height: 1.9; }
.bp-faq summary:focus-visible { outline: 3px solid var(--bp-blue); outline-offset: 4px; }

.home-contact { min-height: 92svh; }
.home-contact h2 { font-size: clamp(74px, 13vw, 210px); }
.home-contact__bottom p { max-width: 58ch; font-size: 14px; line-height: 1.8; letter-spacing: .02em; }
.home-contact__note { position: absolute; z-index: 2; left: 4vw; bottom: 3vh; color: rgba(255, 255, 255, .5); font-size: 9px; letter-spacing: .08em; }

.bp-contact { padding: clamp(100px, 12vw, 180px) 0; background: var(--bp-paper); }
.bp-contact__layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.bp-contact__intro { position: sticky; top: 120px; }
.bp-contact__intro h2 { margin: 25px 0 28px; }
.bp-contact__intro > p:not(:first-child) { max-width: 37em; margin: 0; color: var(--bp-muted); line-height: 1.9; }
.bp-contact__intro ul { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--bp-ink); font-size: 12px; font-weight: 700; }
.bp-contact__intro li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--bp-blue); }
.bp-contact-form { padding: clamp(28px, 4vw, 54px); border: 1px solid var(--bp-line); border-radius: var(--bp-radius); background: #fff; box-shadow: 0 25px 70px rgba(16, 46, 88, .08); }
.bp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.bp-field { min-width: 0; }
.bp-field--full { grid-column: 1 / -1; }
.bp-field label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: var(--bp-ink); font-size: 12px; font-weight: 700; }
.bp-field label b { color: var(--bp-blue); font-size: 9px; }
.bp-field input,
.bp-field select,
.bp-field textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: var(--bp-ink);
  font: 400 16px/1.6 "Zen Kaku Gothic New", sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.bp-field input,
.bp-field select { min-height: 52px; padding: 0 14px; }
.bp-field textarea { min-height: 170px; padding: 14px; resize: vertical; }
.bp-field input:focus,
.bp-field select:focus,
.bp-field textarea:focus { outline: 0; border-color: var(--bp-blue); box-shadow: 0 0 0 4px rgba(26, 92, 255, .13); }
.bp-field [aria-invalid="true"] { border-color: #c72c41; }
.field-error { display: block; min-height: 18px; margin-top: 5px; color: #b61d34; font-size: 11px; }
.bp-consent { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; font-size: 12px; }
.bp-consent input { width: 18px; height: 18px; accent-color: var(--bp-blue); }
.bp-consent a { text-decoration: underline; text-underline-offset: 3px; }
.bp-submit { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; margin-top: 18px; padding: 0 22px; border: 0; border-radius: 10px; background: var(--bp-blue); color: #fff; cursor: pointer; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.bp-submit:hover { transform: translateY(-2px); background: #1149d5; }
.bp-submit:active { transform: translateY(0); }
.bp-submit:focus-visible { outline: 3px solid var(--bp-blue-light); outline-offset: 3px; }
.bp-submit:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: 12px; line-height: 1.7; }
.form-status.is-error { color: #b61d34; }
.form-status.is-success { color: #147a46; }
.bp-form-connection { margin: 10px 0 0; padding: 10px 12px; border-radius: 8px; background: #fff7df; color: #705313; font-size: 10px; line-height: 1.6; }
.bp-form-connection.is-connected { background: #e8f8ef; color: #147a46; }
.bp-mail-fallback { margin: 14px 0 0; color: var(--bp-muted); font-size: 11px; }
.bp-mail-fallback a { color: var(--bp-blue); text-decoration: underline; text-underline-offset: 3px; }
.hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.bp-mobile-cta { display: none; }

.bp-section .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .2, 1); }
.bp-section .reveal.in { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .site-header .nav { gap: 5px; }
  .site-header .nav a { padding: 9px 10px; font-size: 10px; }
  .header-consult { padding: 0 14px; font-size: 10px; }
  .bp-section-head--split { grid-template-columns: 120px minmax(0, 1fr); }
  .bp-section-head--split > span { grid-column: 2; }
  .bp-service { grid-template-columns: 90px 180px minmax(0, 1fr); gap: 34px; }
  .bp-service__icon { width: 165px; transform: scale(.9); transform-origin: left top; }
}

@media (max-width: 900px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .site-header { padding: 16px 18px; }
  .brand-company,
  .header-consult { display: none; }
  .hero-conversion { left: 18px; right: 24px; top: auto; bottom: 21px; width: auto; }
  .hero-conversion__eyebrow { position: absolute; left: 0; bottom: 130px; width: 90vw; margin: 0; font-size: 8px; }
  .hero-conversion__copy,
  .hero-conversion small,
  .hero-conversion__actions { display: none; }
  .concept-b.theme-living-seam .scene-progress { right: 18px !important; bottom: 38px !important; left: auto !important; width: 42vw !important; }
  .concept-b.theme-living-seam .scene-progress button { min-width: 0 !important; }
  .bp-shell { width: min(calc(100% - 40px), var(--bp-shell)); }
  .bp-section-head--split { grid-template-columns: 1fr; }
  .bp-section-head--split > span { grid-column: auto; }
  .bp-problem-list li { grid-template-columns: 82px minmax(0, 1fr); }
  .bp-problem-list li > div { grid-template-columns: 1fr; gap: 16px; }
  .bp-case,
  .bp-case:nth-child(even) { grid-template-columns: 1fr; }
  .bp-case:nth-child(even) .bp-case__visual { order: 0; }
  .bp-case__visual { min-height: 480px; }
  .bp-service { grid-template-columns: 75px minmax(0, 1fr); gap: 24px; }
  .bp-service__icon { grid-column: 2; width: 180px; height: 135px; }
  .bp-service > div:last-child { grid-column: 2; }
  .bp-reason-grid { grid-template-columns: 1fr; }
  .bp-reason-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(26, 92, 255, .24); }
  .bp-reason-grid article:last-child { border-bottom: 0; }
  .bp-reason-grid b { margin-bottom: 45px; }
  .bp-process-list li > div { grid-template-columns: 150px minmax(0, 1fr); }
  .bp-process-list p { grid-column: 2; }
  .bp-pricing__layout,
  .bp-about__layout,
  .bp-contact__layout { grid-template-columns: 1fr; }
  .bp-contact__intro { position: static; }
  .bp-portrait { width: min(100%, 540px); }
  .home-contact { min-height: 80svh; }
  .home-contact__bottom { align-items: flex-start; }
  .bp-mobile-cta {
    position: fixed;
    z-index: 30;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: rgba(6, 16, 31, .94);
    color: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
    font-size: 13px;
    font-weight: 700;
    transition: opacity .25s ease, transform .25s ease;
  }
  .bp-mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(80px); }
  .bp-mobile-cta:focus-visible { outline: 3px solid var(--bp-blue-light); outline-offset: 2px; }
  .mega-footer { padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
}

@media (max-width: 600px) {
  .bp-shell { width: min(calc(100% - 36px), var(--bp-shell)); }
  .bp-section-head { gap: 18px; margin-bottom: 44px; }
  .bp-section-head h2,
  .bp-about h2,
  .bp-contact h2,
  .bp-pricing h2 { font-size: clamp(34px, 10vw, 46px); line-height: 1.13; }
  .bp-section-head > span { font-size: 13px; line-height: 1.85; }
  .bp-problem-list li { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 25px 0; }
  .bp-problem-list li > b { font-size: 30px; }
  .bp-problem-list h3 { font-size: 20px; }
  .bp-problem-list p { font-size: 12px; line-height: 1.8; }
  .bp-case { min-height: 0; }
  .bp-case__visual { min-height: 340px; }
  .bp-case__copy { padding: 30px 24px 36px; }
  .bp-case__copy h3 { margin-bottom: 26px; font-size: 30px; }
  .bp-case__copy dl > div { grid-template-columns: 68px 1fr; gap: 10px; }
  .bp-case__visual--koki img:first-child { left: 6%; top: 21%; width: 80%; }
  .bp-case__visual--koki img:last-child { right: 5%; width: 29%; }
  .bp-ui-window,
  .bp-dashboard { margin: 18px; }
  .bp-salon-mock { padding: 25px; }
  .bp-salon-mock strong { font-size: 36px; }
  .bp-dashboard { grid-template-columns: 25% 1fr; }
  .bp-dashboard__nav { gap: 18px; padding: 18px 10px; font-size: 6px; }
  .bp-dashboard__nav strong { font-size: 8px; }
  .bp-dashboard__main { padding: 17px 13px; }
  .bp-dashboard__top { display: grid; }
  .bp-dashboard__cards { margin: 17px 0; }
  .bp-dashboard__cards i { height: 50px; }
  .bp-ai-draft { padding: 15px; }
  .bp-ai-draft p { font-size: 9px; }
  .bp-service { grid-template-columns: 46px minmax(0, 1fr); gap: 13px; padding: 45px 0; }
  .bp-service > span { font-size: 8px; }
  .bp-service__icon { width: 160px; transform: scale(.78); }
  .bp-service h3 { font-size: 31px; }
  .bp-service > div:last-child > p { font-size: 13px; }
  .bp-service dl { grid-template-columns: 1fr; gap: 6px; }
  .bp-service dd { margin-bottom: 9px; line-height: 1.7; }
  .bp-reason-grid article { padding: 34px 20px; }
  .bp-process-list li { grid-template-columns: 62px minmax(0, 1fr); min-height: 0; gap: 12px; padding: 30px 0; }
  .bp-process-list li > b { font-size: 44px; }
  .bp-process-list li > div { grid-template-columns: 1fr; gap: 12px; }
  .bp-process-list p { grid-column: auto; font-size: 12px; }
  .bp-pricing__layout { gap: 34px; }
  .bp-about__layout { gap: 45px; }
  .bp-about__name { display: grid; gap: 8px; }
  .bp-faq summary { grid-template-columns: 42px minmax(0, 1fr); gap: 10px; padding: 23px 38px 23px 0; font-size: 15px; }
  .bp-faq details p { margin-left: 52px; padding-bottom: 25px; font-size: 12px; }
  .home-contact { min-height: 72svh; padding: 5vh 18px 10vh; }
  .home-contact h2 { font-size: clamp(64px, 20vw, 86px); line-height: .76; }
  .home-contact__top { font-size: 8px; }
  .home-contact__bottom { display: grid; gap: 24px; }
  .home-contact__bottom p { font-size: 12px; }
  .home-contact__bottom a { width: 100%; }
  .home-contact__note { left: 18px; bottom: 3vh; }
  .bp-contact-form { padding: 26px 18px; }
  .bp-form-grid { grid-template-columns: 1fr; gap: 17px; }
  .bp-field--full { grid-column: auto; }
}

@media (max-width: 900px) and (max-height: 700px) {
  .hero-conversion__eyebrow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .bp-section .reveal { opacity: 1; transform: none; transition: none; }
  .hero-conversion__actions a,
  .bp-submit,
  .bp-faq summary::after { transition: none; }
}

/* Compact top-page wayfinder: the brand scenes stay primary; detail lives below. */
.bp-section[hidden] { display: none !important; }
.home-guide {
  position: relative;
  overflow: clip;
  padding: clamp(100px, 11vw, 168px) max(32px, calc((100vw - 1280px) / 2));
  background: #f7f6f1;
  color: var(--bp-ink);
  font-family: "Zen Kaku Gothic New", "Space Grotesk", sans-serif;
}
.home-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(14, 27, 42, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 27, 42, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.home-guide > * { position: relative; }
.home-guide--proof { padding-top: clamp(76px, 8vw, 118px); padding-bottom: clamp(76px, 8vw, 118px); }
.home-guide__intro {
  display: grid;
  grid-template-columns: 180px minmax(360px, 1fr) minmax(280px, 420px);
  gap: clamp(30px, 5vw, 86px);
  align-items: end;
  padding-bottom: clamp(62px, 7vw, 96px);
}
.home-guide__intro > p,
.home-guide__consult small {
  margin: 0;
  color: var(--bp-blue);
  font: 700 10px/1.5 "Space Grotesk", sans-serif;
  letter-spacing: .19em;
}
.home-guide__intro > p { align-self: start; padding-top: 11px; }
.home-guide__intro h2 {
  margin: 0;
  font-size: clamp(50px, 5.7vw, 82px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.075em;
}
.home-guide__intro h2 span { white-space: nowrap; }
.home-guide__intro > div { padding-bottom: 4px; }
.home-guide__intro > div p {
  margin: 0 0 28px;
  color: var(--bp-muted);
  font-size: 15px;
  line-height: 2;
}
.home-guide__intro > div a {
  display: flex;
  width: fit-content;
  min-width: 210px;
  justify-content: space-between;
  gap: 32px;
  padding: 13px 0;
  border-bottom: 1px solid currentColor;
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 700;
}
.home-guide__intro a b,
.home-route span b,
.home-guide__consult a b { transition: transform .22s ease; }
.home-guide__intro a:hover b,
.home-route:hover span b,
.home-guide__consult a:hover b { transform: translateX(6px); }

.home-guide__routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--bp-line);
  border-bottom: 1px solid var(--bp-line);
}
.home-route {
  --route: var(--bp-blue);
  position: relative;
  display: grid;
  min-height: 390px;
  align-content: space-between;
  padding: 34px clamp(24px, 3vw, 44px);
  border-right: 1px solid var(--bp-line);
  color: var(--bp-ink);
  isolation: isolate;
  transition: color .28s ease, transform .28s ease;
}
.home-route:last-child { border-right: 0; }
.home-route::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--route);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .42s cubic-bezier(.16, 1, .3, 1);
}
.home-route:hover { color: #fff; transform: translateY(-5px); }
.home-route:hover::before { transform: scaleY(1); }
.home-route--tools { --route: #158d4c; }
.home-route--system { --route: #e85d12; }
.home-route small { font: 700 9px/1.3 "Space Grotesk", sans-serif; letter-spacing: .18em; }
.home-route i {
  position: absolute;
  top: 31px;
  right: 32px;
  width: 56px;
  aspect-ratio: 1;
  border: 1px solid var(--route);
  border-radius: 50%;
  transition: border-color .25s ease, border-radius .35s ease, transform .35s ease, background .25s ease;
}
.home-route i::after {
  content: "";
  position: absolute;
  inset: 19px;
  border-radius: 50%;
  background: var(--route);
  transition: background .25s ease, transform .35s ease;
}
.home-route--tools i { border-radius: 4px; transform: rotate(12deg); }
.home-route--system i { border-radius: 50% 50% 4px 50%; }
.home-route:hover i { border-color: #fff; background: rgba(255, 255, 255, .14); transform: rotate(45deg); }
.home-route:hover i::after { background: #fff; transform: scale(.65); }
.home-route h3 {
  align-self: end;
  margin: 88px 0 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -.055em;
}
.home-route p { margin: 0 0 44px; font-size: 14px; line-height: 1.9; }
.home-route span { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }

.home-works-gateway {
  display: grid;
  grid-template-columns: minmax(155px, .28fr) minmax(0, 1fr) minmax(210px, .35fr);
  min-height: 330px;
  margin-top: clamp(20px, 3vw, 40px);
  border: 1px solid var(--bp-line);
  background: rgba(255, 255, 255, .76);
}
.home-works-gateway__index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px clamp(22px, 2.6vw, 38px);
  border-right: 1px solid var(--bp-line);
}
.home-works-gateway__index p {
  margin: 0;
  color: var(--bp-blue);
  font: 700 9px/1.5 "Space Grotesk", sans-serif;
  letter-spacing: .2em;
}
.home-works-gateway__index span {
  color: var(--bp-navy);
  font: italic 400 clamp(24px, 2.4vw, 36px)/.94 Georgia, serif;
  letter-spacing: -.045em;
}
.home-works-gateway__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(32px, 5vw, 82px);
  align-items: end;
  padding: clamp(36px, 4.3vw, 62px);
}
.home-works-gateway__body h2 {
  margin: 0;
  color: var(--bp-ink);
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.13;
  letter-spacing: -.055em;
}
.home-works-gateway__body p {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--bp-muted);
  font-size: 14px;
  line-height: 2;
}
.home-works-gateway__body dl {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
}
.home-works-gateway__body dl div {
  display: grid;
  min-width: 58px;
  gap: 9px;
  border-top: 1px solid var(--bp-navy);
  padding-top: 10px;
}
.home-works-gateway__body dt {
  color: var(--bp-muted);
  font: 700 8px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: .16em;
}
.home-works-gateway__body dd {
  margin: 0;
  color: var(--bp-navy);
  font: 500 28px/1 "Space Grotesk", sans-serif;
}
.home-works-gateway__link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(22px, 2.6vw, 38px);
  background: var(--bp-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  transition: background .22s ease;
}
.home-works-gateway__link b {
  font: 400 26px/1 "Space Grotesk", sans-serif;
  transition: transform .22s ease;
}
.home-works-gateway__link:hover { background: #1b3150; }
.home-works-gateway__link:hover b { transform: translate(4px, -4px); }

.home-guide__consult {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(46px, 6vw, 78px) 0 0;
}
.home-guide__consult p { display: grid; gap: 12px; margin: 0; font-size: clamp(19px, 2.2vw, 30px); font-weight: 700; letter-spacing: -.035em; }
.home-guide__consult > div { display: flex; gap: 10px; }
.home-guide__consult a { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 34px; padding: 0 20px; border: 1px solid var(--bp-ink); font-size: 12px; font-weight: 700; }
.home-guide__consult a:first-child { background: var(--bp-ink); color: #fff; }

.home-guide .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .2, 1); }
.home-guide .reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .home-guide { padding: 100px 20px; }
  .home-guide__intro { grid-template-columns: 1fr; gap: 22px; }
  .home-guide__intro > p { padding-top: 0; }
  .home-guide__intro h2 { font-size: clamp(46px, 11vw, 70px); }
  .home-guide__intro > div { max-width: 620px; }
  .home-guide__routes { grid-template-columns: 1fr; }
  .home-route { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--bp-line); }
  .home-route:last-child { border-bottom: 0; }
  .home-route h3 { margin-top: 70px; }
  .home-works-gateway { grid-template-columns: 150px minmax(0, 1fr); }
  .home-works-gateway__body { grid-template-columns: 1fr; }
  .home-works-gateway__link { grid-column: 1 / -1; min-height: 92px; align-items: center; }
  .home-guide__consult { grid-template-columns: 1fr; }
  .home-guide__consult > div { width: 100%; }
  .home-guide__consult a { flex: 1; }
}

@media (max-width: 600px) {
  .home-guide { padding: 82px 18px; }
  .home-guide__intro { padding-bottom: 50px; }
  .home-guide__intro h2 { font-size: clamp(40px, 11vw, 54px); }
  .home-guide__intro > div p { font-size: 13px; line-height: 1.9; }
  .home-route { min-height: 270px; padding: 27px 22px; }
  .home-route i { top: 25px; right: 22px; width: 48px; }
  .home-route i::after { inset: 16px; }
  .home-route h3 { margin: 62px 0 10px; font-size: 31px; }
  .home-route p { margin-bottom: 28px; font-size: 12px; }
  .home-works-gateway { grid-template-columns: 1fr; margin-top: 20px; }
  .home-works-gateway__index {
    min-height: 112px;
    flex-direction: row;
    align-items: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--bp-line);
    padding: 22px;
  }
  .home-works-gateway__index span { text-align: right; font-size: 25px; }
  .home-works-gateway__body { gap: 30px; padding: 34px 22px 38px; }
  .home-works-gateway__body h2 { font-size: clamp(31px, 9.2vw, 40px); }
  .home-works-gateway__body p { margin-top: 22px; font-size: 12px; line-height: 1.9; }
  .home-works-gateway__body dl { gap: 24px; }
  .home-works-gateway__link { grid-column: auto; min-height: 78px; padding: 22px; }
  .home-guide__consult { padding-top: 50px; }
  .home-guide__consult p { font-size: 19px; line-height: 1.55; }
  .home-guide__consult > div { display: grid; }
  .home-guide__consult a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-guide .reveal { opacity: 1; transform: none; transition: none; }
  .home-route,
  .home-route::before,
  .home-route i,
  .home-route i::after,
  .home-works-gateway__link,
  .home-works-gateway__link b { transition: none; }
}
