@charset "UTF-8";

/*
  Non-public reference-mix prototype
  CANARY: hero / airy alternating lifestyle composition / closing CTA
  Timee: photo cards / numbered feature blocks / steps / FAQ rhythm
*/
:root {
  --yellow: #ffcf00;
  --yellow-deep: #ffbb00;
  --cyan: #43b9d1;
  --cyan-soft: #eefafd;
  --ink: #151515;
  --muted: #666;
  --line: #dce7ea;
  --green: #06c755;
  --white: #fff;
  --radius-lg: 38px;
  --radius-md: 24px;
  --shadow: 0 14px 36px rgba(26, 61, 70, .11);
}

body.reference-mix {
  display: block;
  background: var(--white);
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.75;
}

.reference-mix .site-fixed-content,
.reference-mix .p-mv {
  display: none !important;
}

.reference-mix .main-content {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--white);
  box-shadow: none;
}

.reference-mix main { width: 100%; overflow: hidden; }
.reference-mix .l-inner { max-width: 1120px; padding-inline: 28px; }

/* Header — compact, quiet, CANARY-like */
.reference-mix .l-header {
  display: block !important;
  position: fixed;
  inset: 0 0 auto;
  height: 76px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(21,21,21,.07);
  backdrop-filter: blur(12px);
  z-index: 1000;
}
.reference-mix .p-header__inner {
  height: 76px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reference-mix .p-header__logo { width: 154px; }
.reference-mix .p-header__menu-button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}
.reference-mix .c-menu-button span,
.reference-mix .c-menu-button span::before,
.reference-mix .c-menu-button span::after { background-color: var(--cyan); }

/* Hero — CANARY composition, own copy and assets */
.mix-hero {
  min-height: 790px;
  padding: 150px max(6vw, 28px) 82px;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 5vw;
  background:
    radial-gradient(circle at 10% 15%, rgba(67,185,209,.11), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff 78%, #f3fbfd 100%);
}
.mix-hero__copy { max-width: 590px; margin-left: auto; position: relative; z-index: 2; }
.mix-hero__eyebrow {
  display: inline-flex;
  padding: 7px 16px;
  border: 1.5px solid var(--cyan);
  border-radius: 999px;
  color: #138ba5;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}
.mix-hero h1 {
  margin-top: 22px;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -.045em;
}
.mix-hero h1 span { color: var(--cyan); white-space: nowrap; }
.mix-hero__lead { max-width: 540px; margin-top: 24px; font-size: 18px; line-height: 1.9; }
.mix-hero__fee {
  width: fit-content;
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  position: relative;
}
.mix-hero__fee strong { padding-bottom: 15px; font-size: 20px; font-weight: 800; }
.mix-hero__fee b { color: var(--yellow-deep); font-family: Montserrat, sans-serif; font-size: 104px; line-height: .8; letter-spacing: -.08em; text-shadow: 3px 3px 0 var(--ink); }
.mix-hero__fee b small { margin-left: 4px; color: var(--ink); font-size: 38px; text-shadow: none; }
.mix-hero__fee em {
  position: absolute;
  top: -7px;
  right: 12px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.mix-hero__note { max-width: 545px; margin-top: 24px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.mix-hero__cta {
  margin-top: 24px;
  width: min(100%, 420px);
  min-height: 70px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 8px 0 #07923e;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
}
.mix-hero__cta span { font-size: 26px; }
.mix-hero__visual {
  min-height: 610px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 90px 0 0 90px;
  background: var(--cyan-soft);
}
.mix-hero__visual::before {
  content: "";
  position: absolute;
  width: 460px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  opacity: .92;
}
.mix-hero__visual > img {
  position: relative;
  z-index: 1;
  width: min(92%, 660px);
  height: auto;
  filter: drop-shadow(0 18px 25px rgba(19,64,75,.13));
}
.mix-hero__badge {
  position: absolute;
  left: 4%;
  bottom: 7%;
  z-index: 2;
  width: 152px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: var(--shadow);
  color: #fff;
  transform: rotate(-7deg);
}
.mix-hero__badge strong { font-size: 38px; line-height: 1; }
.mix-hero__badge span { margin-top: 5px; font-size: 12px; font-weight: 800; }

/* Shared section typography */
.reference-mix section[id] { position: relative; }
.reference-mix .c-title {
  min-height: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: none !important;
  text-align: left;
}
.reference-mix .c-title::before,
.reference-mix .c-title::after { display: none !important; }
.reference-mix .c-title__read {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-family: Montserrat, sans-serif;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.reference-mix .c-title__main,
.reference-mix .c-title__main--large,
.reference-mix .c-title--large .c-title__main {
  display: block;
  color: var(--ink) !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.03em;
}
.reference-mix .c-title__main--color { color: var(--cyan) !important; }
.reference-mix .c-title__main--small { font-size: .62em; }

/* ABOUT — CANARY watermark + asymmetrical lifestyle layout */
.reference-mix .p-about { padding: 130px 0 0; background: #fff; }
.reference-mix .p-about::before {
  content: "RAKUBEYA";
  position: absolute;
  top: 80px;
  left: -20px;
  color: rgba(67,185,209,.065);
  font: 900 clamp(86px, 16vw, 230px)/1 Montserrat, sans-serif;
  letter-spacing: -.06em;
  pointer-events: none;
}
.reference-mix .p-about__inner {
  max-width: 1120px;
  padding-inline: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "title image"
    "copy image"
    "map image"
    "bottom image";
  column-gap: 84px;
  align-items: center;
}
.reference-mix .p-about__title { grid-area: title; z-index: 1; }
.reference-mix .p-about__text-box-top { grid-area: copy; margin: 34px 0 0; text-align: left; }
.reference-mix .p-about__text { margin-top: 12px; font-size: 17px; line-height: 1.9; }
.reference-mix .p-about__text-large { margin-top: 12px; font-size: 34px; font-weight: 900; }
.reference-mix .p-about__text-color { color: var(--yellow-deep); font-size: 1.5em; }
.reference-mix .p-about__text-small { margin-top: 16px; color: var(--muted); font-size: 12px; }
.reference-mix .p-about__map { grid-area: map; width: 280px; margin-top: 26px; }
.reference-mix .p-about__text-box-bottom { grid-area: bottom; margin-top: 24px; text-align: left; }
.reference-mix .p-about__text-end { margin-top: 4px; color: #138ba5; font-size: 18px; font-weight: 800; }
.reference-mix .p-about__img {
  grid-area: image;
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 46px;
  border-radius: var(--radius-lg);
  background: var(--cyan-soft);
}
.reference-mix .p-about__img img { border-radius: 28px; box-shadow: var(--shadow); }
.reference-mix .p-about__img-decoration { display: none; }
.reference-mix .p-about__bottom { margin-top: 120px; padding: 90px 0 100px; background: var(--cyan-soft); }
.reference-mix .p-about__bottom-inner { max-width: 1120px; }
.reference-mix .p-about__bottom-heading { font-size: clamp(30px, 3vw, 46px); line-height: 1.45; text-align: center; }
.reference-mix .p-about__bottom-box {
  width: 100%;
  margin-top: 36px;
  padding: 28px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  border: 1px solid #cfe8ed;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 8px 25px rgba(27,84,96,.06);
}
.reference-mix .p-about__bottom-read { font-size: 18px; color: #138ba5; }
.reference-mix .p-about__bottom-items { display: flex; gap: 18px; }
.reference-mix .p-about__bottom-item { width: 160px; }

/* HOW TO USE — TIMEE cards + bold yellow field */
.reference-mix .p-use { padding: 120px 0 0; background: var(--yellow); }
.reference-mix .p-use__inner { max-width: 1120px; }
.reference-mix .p-use__title { text-align: center; }
.reference-mix .p-use__head { width: min(100%, 860px); margin: 46px auto 0; text-align: center; }
.reference-mix .p-use__heading { font-size: clamp(25px, 3vw, 40px); line-height: 1.5; }
.reference-mix .p-use__heading-color { color: #fff; text-shadow: 2px 2px 0 #111; }
.reference-mix .p-use__head-text { margin-top: 20px; font-size: 18px; }
.reference-mix .p-use__head-img { width: 190px; margin: 10px auto; }
.reference-mix .p-use__info-wrap {
  margin: 26px auto 0;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  border-radius: 24px;
  background: #fff;
}
.reference-mix .p-use__info { min-width: 220px; display: flex; justify-content: center; gap: 12px; }
.reference-mix .p-use__term { color: #777; }
.reference-mix .p-use__description { font-size: 18px; font-weight: 900; }
.reference-mix .p-use__note { flex-basis: 100%; color: #666; font-size: 12px; }
.reference-mix .p-use__bottom { margin-top: 78px; padding: 84px 0 110px; background: #fff; }
.reference-mix .p-use__bottom-inner { max-width: 1120px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reference-mix .p-use__bottom-title { grid-column: 1 / -1; margin-bottom: 20px; font-size: clamp(32px, 4vw, 50px); text-align: center; }
.reference-mix .p-use__bottom-item {
  width: 100%;
  min-height: 410px;
  margin: 0;
  padding: 28px 24px 32px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--ink);
}
.reference-mix .p-use__bottom-item-head { display: flex; align-items: baseline; gap: 7px; }
.reference-mix .p-use__bottom-item-read { font: 800 14px Montserrat, sans-serif; text-transform: uppercase; }
.reference-mix .p-use__bottom-item-number { font: 900 44px Montserrat, sans-serif; }
.reference-mix .p-use__bottom-img { width: 100%; height: 180px; margin: 18px auto 0; display: grid; place-items: center; border-radius: 20px; background: #fff; }
.reference-mix .p-use__bottom-img img { width: auto; max-width: 88%; max-height: 140px; }
.reference-mix .p-use__bottom-item-text { margin-top: 24px; font-size: 20px; font-weight: 900; text-align: center; }
.reference-mix .p-use__bottom-box {
  grid-column: 1 / -1;
  width: 100%;
  margin: 42px 0 0;
  padding: 38px;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--cyan-soft);
}
.reference-mix .p-use__bottom-box-head { display: flex; align-items: center; justify-content: center; gap: 20px; }
.reference-mix .p-use__bottom-box-text { font-size: 28px; font-weight: 900; }
.reference-mix .p-use__bottom-box-img { width: 68px; }
.reference-mix .p-use__bottom-box-items { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.reference-mix .p-use__bottom-box-item { padding: 16px 18px 16px 46px; border-radius: 14px; background: #fff; }

/* PROCESS — TIMEE step rhythm */
.reference-mix .p-process { padding: 120px 0; background: var(--cyan-soft); }
.reference-mix .p-process__inner { max-width: 1120px; }
.reference-mix .p-process__title { text-align: center; }
.reference-mix .p-process__flow { width: min(100%, 760px); margin: 54px auto 0; padding: 35px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.reference-mix .p-process__flow img { width: 100%; height: auto; object-fit: contain; }
.reference-mix .p-process-arrow { width: 70px; margin: 28px auto; }
.reference-mix .p-process__online {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 34px 40px;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 28px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: var(--yellow);
}
.reference-mix .p-process__online-img { width: 120px; }
.reference-mix .p-process__online-read { font-size: 16px; }
.reference-mix .p-process__online-read-primary { font-size: 30px; font-weight: 900; }
.reference-mix .p-process__online-text-box { margin-top: 10px; }
.reference-mix .p-process__online-text { font-size: 15px; }
.reference-mix .p-process__frame { width: min(100%, 820px); margin: 24px auto 0; padding: 22px; border-radius: 16px; background: #fff; text-align: center; }
.reference-mix .p-process__addition { width: min(100%, 820px); margin: 54px auto 0; padding: 42px; border-radius: var(--radius-lg); background: #fff; }
.reference-mix .p-process__addition-title { font-size: 28px; }
.reference-mix .p-process__addition-text-top,
.reference-mix .p-process__addition-text-bottom { margin-top: 14px; font-size: 15px; }
.reference-mix .p-process__addition-img { width: min(100%, 500px); margin: 30px auto 0; }

/* ZERO FEE — TIMEE feature/data blocks */
.reference-mix .p-system { background: #fff; }
.reference-mix .p-system__top { padding: 120px 0; background: #fff; }
.reference-mix .p-system__top-inner { max-width: 1120px; }
.reference-mix .p-system__title { text-align: center; }
.reference-mix .p-system__head { width: min(100%, 760px); margin: 45px auto; padding: 28px 34px; border-left: 8px solid var(--yellow); background: #f7f7f4; }
.reference-mix .p-system__head-title { font-size: 24px; }
.reference-mix .p-system__head-text { margin-top: 8px; font-size: 15px; }
.reference-mix .p-system__mechanism {
  width: calc((100% - 48px)/3);
  min-height: 520px;
  margin: 0 10px;
  padding: 28px;
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}
.reference-mix .p-system__mechanism-frame { min-height: 105px; padding: 0; background: none; }
.reference-mix .p-system__mechanism-read { color: var(--cyan); font: 800 13px Montserrat, sans-serif; text-transform: uppercase; }
.reference-mix .p-system__mechanism-read-number { font-size: 32px; }
.reference-mix .p-system__mechanism-title { margin-top: 8px; font-size: 20px; line-height: 1.5; }
.reference-mix .p-system__mechanism-img { width: 100%; height: 190px; margin: 20px 0; display: grid; place-items: center; border-radius: 18px; background: var(--cyan-soft); overflow: hidden; }
.reference-mix .p-system__mechanism-img img { width: 100%; height: 100%; object-fit: contain; }
.reference-mix .p-system__mechanism-text { font-size: 14px; line-height: 1.8; }
.reference-mix .p-system__middle { padding: 110px 0; background: var(--yellow); }
.reference-mix .p-system__middle-inner { max-width: 1120px; }
.reference-mix .p-system__middle-heading,
.reference-mix .p-system__middle-heading-color { font-size: clamp(28px, 3vw, 44px); text-align: center; }
.reference-mix .p-system__middle-heading-color { color: #fff; text-shadow: 2px 2px 0 #111; font-weight: 900; }
.reference-mix .p-system__middle-items { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reference-mix .p-system__middle-item { width: 100%; margin: 0; padding: 18px; border: 2px solid #111; border-radius: 25px; background: #fff; box-shadow: 6px 6px 0 #111; }
.reference-mix .p-system__middle-item-img { width: 100%; height: 180px; border-radius: 16px; overflow: hidden; }
.reference-mix .p-system__middle-item-img img { height: 100%; object-fit: cover; }
.reference-mix .p-system__middle-item-text { margin-top: 16px; font-size: 18px; text-align: center; }
.reference-mix .p-system__middle-item-comparison { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.reference-mix .p-system__middle-item-other,
.reference-mix .p-system__middle-item-company { min-height: 120px; padding: 13px 8px; border-radius: 14px; text-align: center; }
.reference-mix .p-system__middle-item-other { background: #eee; }
.reference-mix .p-system__middle-item-company { background: #fff4bd; }
.reference-mix .p-system__middle-item-other-price { font-size: 27px; }
.reference-mix .p-system__middle-item-company-price { width: 75px; margin: 5px auto 0; }
.reference-mix .p-system__middle-heading-bottom { margin-top: 55px; font-size: 27px; text-align: center; }
.reference-mix .p-system__middle-heading-bottom + .p-system__middle-heading-bottom { margin-top: 0; }
.reference-mix .p-system__middle-table { width: min(100%, 820px); margin: 35px auto 0; border-collapse: separate; border-spacing: 4px; background: transparent; }
.reference-mix .p-system__middle-table th,
.reference-mix .p-system__middle-table td { padding: 18px; border: 0; background: #fff; text-align: center; }
.reference-mix .p-system__bottom { padding: 110px 0; background: #fff; }
.reference-mix .p-system__bottom-inner { max-width: 1120px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.reference-mix .p-system__bottom-text { font-size: 28px; text-align: left; }
.reference-mix .p-system__bottom-text--large { grid-column: 1; margin-top: -160px; font-size: 42px; }
.reference-mix .p-system__bottom-img { grid-column: 2; grid-row: 1 / span 2; width: 100%; margin: 0; padding: 40px; border-radius: var(--radius-lg); background: var(--cyan-soft); }

/* POINTS — TIMEE 6 feature cards */
.reference-mix .p-voice { padding: 120px 0; background: var(--cyan-soft); }
.reference-mix .p-voice__inner { max-width: 1120px; }
.reference-mix .p-voice__title { text-align: center; }
.reference-mix .p-voice__head-items { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reference-mix .p-voice__head-item {
  width: 100%;
  min-height: 390px;
  margin: 0;
  padding: 28px 24px;
  border: 1px solid #cfe3e7;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(20,70,80,.07);
}
.reference-mix .p-voice__head-item-title { color: var(--cyan); font: 900 15px Montserrat, sans-serif; text-transform: uppercase; }
.reference-mix .p-voice__head-item-img { width: 130px; margin: 18px auto; }
.reference-mix .p-voice__head-item-img img { border-radius: 50%; }
.reference-mix .p-voice__head-item-profile { display: block; font-size: 22px; font-weight: 900; text-align: center; }
.reference-mix .p-voice__head-item-text { margin-top: 14px; color: #555; font-size: 14px; line-height: 1.85; }
.reference-mix .p-voice__influencer { margin-top: 80px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 55px; }
.reference-mix .p-voice__influencer-text { font-size: clamp(28px, 3.5vw, 46px); line-height: 1.5; }
.reference-mix .p-voice__influencer-text-bg-color { background: var(--yellow); }
.reference-mix .p-voice__influencer-img { width: 100%; margin: 0; }
.reference-mix .p-voice__staff { margin-top: 70px; padding: 38px; border-radius: var(--radius-lg); background: #fff; }
.reference-mix .p-voice__staff-title { font-size: 28px; text-align: center; }
.reference-mix .p-voice__staff-items { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reference-mix .p-voice__staff-item { width: 100%; margin: 0; padding: 20px; border: 1px solid var(--line); border-radius: 18px; }
.reference-mix .p-voice__staff-item-img { width: 72px; }
.reference-mix .p-voice__staff-item-name { font-size: 18px; }
.reference-mix .p-voice__staff-item-text { margin-top: 15px; font-size: 13px; }

/* ROOM IMAGES — TIMEE photo-card rail */
.reference-mix .p-example { padding: 120px 0; background: #fff; }
.reference-mix .p-example__inner { max-width: 1120px; }
.reference-mix .p-example__title { text-align: center; }
.reference-mix .p-example__text { margin-top: 35px; font-size: 20px; line-height: 1.8; text-align: center; }
.reference-mix .p-example__text small { display: block; margin-top: 12px; color: #777; font-size: 12px; }
.reference-mix .p-example__items { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reference-mix .p-example__item { width: 100%; margin: 0; padding: 14px; border: 1px solid #ddd; border-radius: 24px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.reference-mix .p-example__item-img { width: 100%; height: 240px; border-radius: 16px; overflow: hidden; }
.reference-mix .p-example__item-img img { height: 100%; object-fit: cover; }
.reference-mix .p-example__item-text { padding: 15px 8px 5px; font: 900 24px Montserrat, sans-serif; }
.reference-mix .p-example__check { margin-top: 60px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 42px; padding: 40px; border-radius: var(--radius-lg); background: var(--yellow); }
.reference-mix .p-example__check-img { width: 100%; }
.reference-mix .p-example__check-img img { border-radius: 24px; }
.reference-mix .p-example__check-button { width: 100%; margin: 0; }
.reference-mix .p-example__check-link { min-height: 72px; padding: 0 25px; border: 0; border-radius: 999px; background: var(--green); color: #fff; font-size: 19px; font-weight: 900; }
.reference-mix .p-example__check-icon { display: none; }

/* FAQ — TIMEE bold yellow accordion */
.reference-mix .p-qa { padding: 120px 0; background: var(--yellow); }
.reference-mix .p-qa__inner { max-width: 920px; }
.reference-mix .p-qa__title { text-align: center; }
.reference-mix .p-qa__list { margin-top: 50px; }
.reference-mix .p-qa__item { margin-top: 14px; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 4px 0 rgba(0,0,0,.15); overflow: hidden; }
.reference-mix .p-qa__question { min-height: 78px; padding: 22px 65px 22px 70px; font-size: 17px; font-weight: 800; }
.reference-mix .p-qa__question::before { left: 24px; color: var(--cyan); font: 900 26px Montserrat, sans-serif; }
.reference-mix .p-qa__answer { padding: 0 28px 26px 70px; color: #555; font-size: 14px; }
.reference-mix .p-qa__button { margin-top: 45px; }
.reference-mix .p-qa .c-link { border: 0; background: var(--green); box-shadow: 0 7px 0 #078f3d; }

/* Company / footer — CANARY clean closing field */
.reference-mix .p-overview { padding: 110px 0; background: #fff; }
.reference-mix .p-overview__inner { max-width: 900px; }
.reference-mix .p-overview__title { text-align: center; }
.reference-mix .p-overview__list { margin-top: 45px; border-top: 1px solid var(--line); }
.reference-mix .p-overview__item { padding: 24px 0; display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); }
.reference-mix .p-overview__term { color: #138ba5; }
.reference-mix .p-footer { padding: 70px 0 110px; background: var(--cyan); color: #fff; }
.reference-mix .p-footer__logo { width: 180px; filter: brightness(0) invert(1); }
.reference-mix .p-footer__copy { margin-top: 24px; }

/* Fixed CTA */
.reference-mix .p-cta { background: rgba(255,255,255,.95); border-top: 1px solid #ddd; }
.reference-mix .p-cta__text { color: var(--ink); }
.reference-mix .p-cta .c-link--small { background: var(--green); border: 0; box-shadow: none; }

@media (max-width: 900px) {
  .reference-mix .l-inner { padding-inline: 20px; }
  .mix-hero {
    min-height: 0;
    padding: 118px 20px 70px;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .mix-hero__copy { max-width: 680px; margin: 0 auto; }
  .mix-hero h1 { font-size: clamp(42px, 10vw, 64px); }
  .mix-hero__visual { width: min(100%, 680px); min-height: 530px; margin: 0 auto; border-radius: 54px; }
  .mix-hero__visual::before { width: min(70vw, 420px); }
  .reference-mix .p-about__inner { grid-template-columns: 1fr; grid-template-areas: "title" "copy" "map" "image" "bottom"; row-gap: 25px; }
  .reference-mix .p-about__img { margin-top: 20px; }
  .reference-mix .p-use__bottom-inner { grid-template-columns: 1fr; }
  .reference-mix .p-use__bottom-title,
  .reference-mix .p-use__bottom-box { grid-column: 1; }
  .reference-mix .p-use__bottom-item { min-height: 350px; }
  .reference-mix .p-system__mechanism { width: 100%; min-height: 0; margin: 16px 0 0; }
  .reference-mix .p-system__middle-items { grid-template-columns: 1fr; }
  .reference-mix .p-system__bottom-inner { grid-template-columns: 1fr; }
  .reference-mix .p-system__bottom-text--large { grid-column: 1; margin-top: -45px; }
  .reference-mix .p-system__bottom-img { grid-column: 1; grid-row: auto; }
  .reference-mix .p-voice__head-items { grid-template-columns: repeat(2, 1fr); }
  .reference-mix .p-voice__staff-items { grid-template-columns: 1fr; }
  .reference-mix .p-example__items { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .reference-mix .l-header,
  .reference-mix .p-header__inner { height: 64px; }
  .reference-mix .p-header__inner { padding-inline: 16px; }
  .reference-mix .p-header__logo { width: 125px; }
  .reference-mix .p-header__menu-button { width: 40px; height: 40px; }
  .mix-hero { padding: 102px 18px 58px; gap: 34px; }
  .mix-hero__eyebrow { font-size: 12px; }
  .mix-hero h1 { margin-top: 16px; font-size: 39px; line-height: 1.3; }
  .mix-hero__lead { margin-top: 18px; font-size: 15px; }
  .mix-hero__fee { gap: 7px; }
  .mix-hero__fee strong { font-size: 16px; }
  .mix-hero__fee b { font-size: 78px; }
  .mix-hero__fee b small { font-size: 28px; }
  .mix-hero__cta { min-height: 62px; padding-inline: 22px; font-size: 16px; }
  .mix-hero__visual { min-height: 350px; border-radius: 36px; }
  .mix-hero__visual > img { width: 97%; }
  .mix-hero__badge { left: -4px; bottom: -17px; width: 112px; }
  .mix-hero__badge strong { font-size: 29px; }
  .reference-mix .c-title__main,
  .reference-mix .c-title__main--large,
  .reference-mix .c-title--large .c-title__main { font-size: 34px !important; }
  .reference-mix .p-about,
  .reference-mix .p-use,
  .reference-mix .p-process,
  .reference-mix .p-system__top,
  .reference-mix .p-voice,
  .reference-mix .p-example,
  .reference-mix .p-qa,
  .reference-mix .p-overview { padding-top: 82px; padding-bottom: 82px; }
  .reference-mix .p-about { padding-bottom: 0; }
  .reference-mix .p-about__inner { padding-inline: 20px; }
  .reference-mix .p-about__img { padding: 20px; border-radius: 24px; }
  .reference-mix .p-about__bottom { margin-top: 72px; padding: 70px 0; }
  .reference-mix .p-about__bottom-box { padding: 22px; grid-template-columns: 1fr; }
  .reference-mix .p-about__bottom-items { margin-top: 18px; justify-content: center; }
  .reference-mix .p-use__info-wrap { display: block; }
  .reference-mix .p-use__info + .p-use__info { margin-top: 12px; }
  .reference-mix .p-use__note { margin-top: 14px; }
  .reference-mix .p-use__bottom { margin-top: 58px; padding: 65px 0 82px; }
  .reference-mix .p-use__bottom-box { padding: 25px 18px; }
  .reference-mix .p-use__bottom-box-items { grid-template-columns: 1fr; }
  .reference-mix .p-process__flow { padding: 18px; }
  .reference-mix .p-process__online { padding: 25px 20px; grid-template-columns: 1fr; text-align: center; }
  .reference-mix .p-process__online-img { margin: 0 auto; }
  .reference-mix .p-process__addition { padding: 28px 22px; }
  .reference-mix .p-system__mechanism { padding: 22px; }
  .reference-mix .p-system__middle { padding: 82px 0; }
  .reference-mix .p-system__middle-table th,
  .reference-mix .p-system__middle-table td { padding: 10px 6px; font-size: 11px; }
  .reference-mix .p-system__bottom { padding: 82px 0; }
  .reference-mix .p-system__bottom-text { font-size: 23px; }
  .reference-mix .p-system__bottom-text--large { margin-top: -25px; font-size: 32px; }
  .reference-mix .p-system__bottom-img { padding: 20px; }
  .reference-mix .p-voice__head-items { grid-template-columns: 1fr; }
  .reference-mix .p-voice__head-item { min-height: 0; }
  .reference-mix .p-voice__influencer { grid-template-columns: 1fr; }
  .reference-mix .p-voice__staff { padding: 26px 18px; }
  .reference-mix .p-example__text { font-size: 17px; }
  .reference-mix .p-example__check { padding: 22px; grid-template-columns: 1fr; }
  .reference-mix .p-qa__question { padding: 20px 52px 20px 52px; font-size: 15px; }
  .reference-mix .p-qa__question::before { left: 18px; }
  .reference-mix .p-qa__answer { padding: 0 20px 24px 52px; }
  .reference-mix .p-overview__item { grid-template-columns: 1fr; gap: 6px; }
  .reference-mix .p-cta__text { display: none; }
}

/* QA fixes: deterministic rendering and Japanese phrase-safe hero */
.reference-mix .js-fadein { opacity: 1 !important; transform: none !important; visibility: visible !important; }
.mix-hero { grid-template-columns: minmax(500px, 1fr) minmax(500px, 1fr); gap: 3vw; }
.mix-hero__line { display: block; white-space: nowrap; }
.mix-hero__line--accent { color: var(--cyan); }
.mix-hero h1 { font-size: clamp(45px, 4.2vw, 68px); word-break: keep-all; overflow-wrap: normal; }
.mix-hero__lead { word-break: auto-phrase; }
.reference-mix .p-footer__copy { letter-spacing: 0; }
@media (max-width: 1100px) {
  .mix-hero { grid-template-columns: minmax(430px, 1fr) minmax(430px, 1fr); }
  .mix-hero h1 { font-size: 45px; }
}
@media (max-width: 900px) {
  .mix-hero { grid-template-columns: 1fr; }
  .mix-hero h1 { font-size: clamp(42px, 9vw, 60px); }
}
@media (max-width: 600px) {
  .mix-hero h1 { font-size: min(10.3vw, 41px); }
}

/* Final PC normalization: remove fixed 335px rules inherited from the source LP */
@media (min-width: 901px) {
  .reference-mix .p-use__head { width: min(100%, 860px) !important; max-width: 860px !important; }
  .reference-mix .p-process__flow { width: min(100%, 760px) !important; max-width: 760px !important; }
  .reference-mix .p-process__addition { width: min(100%, 820px) !important; max-width: 820px !important; }
  .reference-mix .p-process__addition-img { width: min(100%, 500px) !important; max-width: 500px !important; }
  .reference-mix .p-voice__staff-items { width: 100% !important; max-width: none !important; }
  .reference-mix .p-example__check-img { width: 100% !important; max-width: none !important; }
  .reference-mix .p-example__check-img img { width: 100%; }
}

.reference-mix .p-about__bottom-items {
  width: 100% !important;
  max-width: none !important;
  justify-content: space-evenly;
}
.reference-mix .p-about__bottom-item { width: min(42%, 250px); }

.reference-mix .p-system__top-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.reference-mix .p-system__title,
.reference-mix .p-system__head { grid-column: 1 / -1; }
.reference-mix .p-system__mechanism {
  width: 100% !important;
  margin: 0 !important;
}

/* Disable obsolete decorative layers that collided with the new headings */
.reference-mix .p-about__bottom-heading::before,
.reference-mix .p-about__bottom-heading::after,
.reference-mix .p-use__heading::before,
.reference-mix .p-use__heading::after,
.reference-mix .p-use__bottom-title::before,
.reference-mix .p-use__bottom-title::after,
.reference-mix .p-process__title::before,
.reference-mix .p-process__title::after,
.reference-mix .p-system__title::before,
.reference-mix .p-system__title::after,
.reference-mix .p-voice__staff-title::before,
.reference-mix .p-voice__staff-title::after,
.reference-mix .p-example__title::before,
.reference-mix .p-example__title::after { display: none !important; content: none !important; }

.reference-mix .p-voice__staff-items { margin-inline: auto; }
.reference-mix .p-example__check-button { align-self: center; }
.reference-mix .p-qa__inner { width: min(100%, 920px) !important; max-width: 920px !important; }

@media (max-width: 900px) {
  .reference-mix .p-system__top-inner { grid-template-columns: 1fr; }
  .reference-mix .p-system__title,
  .reference-mix .p-system__head { grid-column: 1; }
}

/* Remove source-LP heading skins that conflict with the Canary/Timee composition */
.reference-mix .p-about__bottom-heading,
.reference-mix .p-use__heading,
.reference-mix .p-use__heading-color,
.reference-mix .p-use__bottom-title,
.reference-mix .p-process__frame-text,
.reference-mix .p-voice__staff-title {
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding: 0 !important;
  position: static !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  transform: none !important;
}
.reference-mix .p-about__bottom-heading { max-width: 780px !important; }
.reference-mix .p-use__heading { max-width: 760px !important; }
.reference-mix .p-use__heading-color { color: #fff !important; text-shadow: 2px 2px 0 #111; }
.reference-mix .p-use__bottom-title { margin-bottom: 28px !important; }
.reference-mix .p-process__frame { min-height: 0 !important; }
.reference-mix .p-process__frame-text { color: var(--ink) !important; }
.reference-mix .p-voice__staff-title { margin-bottom: 24px !important; }

.reference-mix .p-use__heading span::before,
.reference-mix .p-use__heading span::after,
.reference-mix .p-process__frame-text::before,
.reference-mix .p-process__frame-text::after,
.reference-mix .p-voice__influencer-text::before,
.reference-mix .p-voice__influencer-text::after,
.reference-mix .p-example__text::before,
.reference-mix .p-example__text::after,
.reference-mix .p-system__bottom-text::before,
.reference-mix .p-system__bottom-text::after { display: none !important; content: none !important; }

.reference-mix .p-system__bottom { min-height: 0 !important; }
.reference-mix .p-system__bottom-inner { min-height: 0 !important; }
.reference-mix .p-system__bottom-text,
.reference-mix .p-system__bottom-text--large {
  min-height: 0 !important;
  position: static !important;
  transform: none !important;
}

@media (max-width: 600px) {
  .reference-mix .p-about__bottom-heading { font-size: 29px; line-height: 1.55; }
  .reference-mix .p-use__heading { font-size: 24px; line-height: 1.55; }
  .reference-mix .p-use__bottom-title { font-size: 34px; line-height: 1.5; }
  .reference-mix .p-use__bottom-item { min-height: 430px; overflow: visible; }
  .reference-mix .p-use__bottom-item-text { margin-top: 28px; line-height: 1.55; }
  .reference-mix .p-process__frame { padding: 25px 18px; }
  .reference-mix .p-system__bottom-inner { gap: 22px; }
  .reference-mix .p-system__bottom-text,
  .reference-mix .p-system__bottom-text--large { margin: 0 !important; }
  .reference-mix .p-voice__staff-title { font-size: 28px; line-height: 1.45; }
  .reference-mix .p-voice__influencer-text { font-size: 29px; line-height: 1.55; }
}

/* Audit revisions: contextual LINE CTAs and a compact, explicit consultation flow. */
.reference-mix .mix-inline-cta {
  grid-column: 1 / -1;
  width: min(100%, 620px);
  margin: 40px auto 0;
}
.reference-mix .mix-inline-cta__link {
  min-height: 70px;
  padding: 12px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 7px 0 #078f3d;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
}
.reference-mix .mix-inline-cta__link span { flex: 0 0 auto; font-size: 25px; }
.reference-mix .mix-inline-cta--process { margin-top: 30px; }
.reference-mix .mix-inline-cta--system { margin-top: 42px; }
.reference-mix .mix-inline-cta--voice { margin-top: 46px; }

.reference-mix .p-process { padding-block: 96px; }
.reference-mix .p-process__flow { margin-top: 40px; }
.reference-mix .p-process-arrow { margin-block: 20px; }
.reference-mix .p-process__addition { margin-top: 30px; }
.reference-mix .p-process__addition-text-bottom strong { color: #138ba5; font-size: 18px; }

/* Consultation examples use one illustrative photo per pattern, not a property-photo rail. */
.reference-mix #example .swiper-wrapper { transform: none !important; }
.reference-mix #example .swiper-slide { display: none !important; }
.reference-mix #example .swiper-slide:first-child {
  width: 100% !important;
  display: block !important;
}
.reference-mix .p-example__item-text {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}
.reference-mix .p-example__item-text span { display: block; font-size: 15px; font-weight: 700; }

@media (max-width: 600px) {
  .reference-mix .p-process { padding-block: 76px; }
  .reference-mix .p-process__flow { margin-top: 30px; }
  .reference-mix .mix-inline-cta { margin-top: 30px; }
  .reference-mix .mix-inline-cta__link { min-height: 64px; padding: 11px 20px; font-size: 16px; }
}

/* 2026-07-21: keep the step flow and fixed LINE CTA aligned at responsive widths. */
@media (min-width: 901px) {
  .reference-mix .p-use__bottom-item:nth-of-type(2)::before,
  .reference-mix .p-use__bottom-item:nth-of-type(3)::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .reference-mix .p-use__bottom-item + .p-use__bottom-item {
    margin-top: calc(6.125rem - 24px);
  }
}

@media (max-width: 600px) {
  .reference-mix .p-cta__box {
    justify-content: center;
  }

  .reference-mix .p-cta__button {
    flex: 1 1 auto;
    width: 100%;
  }

  .reference-mix .p-cta .c-link--small {
    width: 100%;
    padding-inline: 28px;
    justify-content: center;
    white-space: nowrap;
  }
}

/* 2026-07-21: center the illustrations and STEP labels inside their frames. */
.reference-mix .p-use__bottom-img {
  padding: 0 !important;
}

.reference-mix .p-use__bottom-item-head {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.reference-mix .p-use__bottom-item-read,
.reference-mix .p-use__bottom-item-number {
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

/* Keep the STEP badge geometry stable across mobile, tablet, and desktop widths. */
.reference-mix .p-use__bottom-item-head {
  width: 65px;
  height: 65px;
  top: -25px;
}


/* 2026-07-21: full-page responsive and readability cleanup. */

/* The recommendation list must grow with its four rows instead of spilling into PROCESS. */
.reference-mix .p-use__bottom-box {
  height: auto !important;
  min-height: 0 !important;
}
.reference-mix .p-use__bottom-box-text,
.reference-mix .p-use__bottom-box-items {
  margin-left: 0 !important;
}
.reference-mix .p-use__bottom-box-img {
  position: static !important;
  inset: auto !important;
  flex: 0 0 68px;
  max-width: none !important;
}

/* Make highlight text legible and remove the source LP's displaced decorations. */
.reference-mix .p-use__heading-color,
.reference-mix .p-system__middle-heading-color {
  color: var(--ink) !important;
  text-shadow: none !important;
  background: #fff !important;
  padding-inline: .18em !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.reference-mix .p-system__middle-items::before,
.reference-mix .p-system__middle-table::before,
.reference-mix .p-voice__influencer-img::before {
  display: none !important;
  content: none !important;
}
.reference-mix .p-system__middle-items + .p-system__middle-heading-bottom::before {
  content: "さらに" !important;
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  margin-right: 8px !important;
  padding: 5px 12px !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink) !important;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

/* Stabilize the fee explanation cards and restore readable comparison headers. */
.reference-mix .p-system__head {
  width: min(100%, 640px) !important;
  min-height: 0 !important;
  padding: 32px 40px;
}
.reference-mix .p-system__mechanism-title {
  text-wrap: balance;
}
.reference-mix .p-system__mechanism-img {
  height: 200px !important;
  display: grid;
  place-items: center;
  overflow: hidden !important;
}
.reference-mix .p-system__mechanism-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.reference-mix .p-system__middle-table-head-company {
  background: var(--yellow) !important;
  color: var(--ink) !important;
}
.reference-mix .p-system__middle-table-head-other {
  background: var(--ink) !important;
  color: #fff !important;
}

/* The source CSS absolutely positioned these children, bypassing the new grid. */
.reference-mix .p-process__online {
  height: auto !important;
  min-height: 0 !important;
}
.reference-mix .p-process__online-img,
.reference-mix .p-process__online-body {
  position: static !important;
  inset: auto !important;
  transform: none !important;
}
.reference-mix .p-process__online-img {
  max-width: none !important;
}
.reference-mix .p-process__online-img::before,
.reference-mix .p-process__online-img::after {
  display: none !important;
  content: none !important;
}

/* Keep the LINE progress callout visually connected and readable. */
.reference-mix .p-voice__influencer-text-bg-color {
  color: var(--ink) !important;
  text-shadow: none !important;
}
.reference-mix .p-voice__influencer-text-small {
  margin-left: 8px;
}

/* Remove the empty half of the consultation panel and keep its CTA in normal flow. */
.reference-mix .p-example__check {
  width: min(100%, 720px) !important;
  height: auto !important;
  min-height: 0 !important;
  margin-inline: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.reference-mix .p-example__check-img {
  width: min(100%, 520px) !important;
  height: auto !important;
}
.reference-mix .p-example__check-button {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: min(100%, 520px) !important;
  max-width: none !important;
  margin: 0 !important;
  align-self: auto;
}
.reference-mix .p-example__check-link {
  width: 100% !important;
  background: var(--green) !important;
  box-shadow: 0 7px 0 #078f3d;
}
.reference-mix .p-example__check-link::before {
  display: none !important;
  content: none !important;
}

/* FAQ and company information should use the available desktop/tablet width. */
.reference-mix .p-qa__list,
.reference-mix .p-qa__button,
.reference-mix .p-qa .c-link--qa {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin-inline: auto;
}
.reference-mix .p-overview__list {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin-inline: auto;
}
.reference-mix .p-overview__item {
  width: 100% !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 24px;
}
.reference-mix .p-overview__term,
.reference-mix .p-overview__description {
  width: auto !important;
}

/* A hidden fixed CTA must not intercept clicks; large tablet variants are not needed. */
.reference-mix .p-cta:not(.is-visible) {
  visibility: hidden;
  pointer-events: none;
}
.reference-mix .p-cta.is-visible {
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 601px) {
  .reference-mix .p-cta {
    display: none !important;
  }
}

/* The source rem scale collapses 768-900px cards to 225-264px; use the actual column width. */
@media (min-width: 768px) and (max-width: 900px) {
  .reference-mix .p-use__head,
  .reference-mix .p-use__bottom-item,
  .reference-mix .p-use__bottom-box,
  .reference-mix .p-process__flow,
  .reference-mix .p-system__middle-item,
  .reference-mix .p-example__item {
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    justify-self: center;
  }
  .reference-mix .p-voice__head-item {
    width: min(100%, 335px) !important;
    max-width: 335px !important;
    justify-self: center;
  }
  .reference-mix .p-qa__list,
  .reference-mix .p-qa__button,
  .reference-mix .p-qa .c-link--qa {
    width: min(100%, 680px) !important;
    max-width: 680px !important;
  }
}

/* 901px was the only clipped hero range; keep the verified single-column composition. */
@media (min-width: 901px) and (max-width: 1100px) {
  .mix-hero {
    grid-template-columns: 1fr !important;
    padding: 118px 20px 70px !important;
  }
  .mix-hero__copy {
    max-width: 680px;
    margin-inline: auto;
  }
  .mix-hero__visual {
    width: min(100%, 680px) !important;
    min-height: 530px;
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .reference-mix .p-use__heading,
  .reference-mix .p-about__text-end,
  .reference-mix .p-about__bottom-heading,
  .reference-mix .p-system__middle-heading,
  .reference-mix .p-system__middle-heading-color,
  .reference-mix .p-voice__title .c-title__main,
  .reference-mix .p-voice__influencer-text,
  .reference-mix .p-voice__staff-title,
  .reference-mix .p-process__addition-title {
    text-wrap: balance;
    word-break: auto-phrase;
    overflow-wrap: normal;
  }
  .reference-mix .p-system__head {
    padding: 26px 22px;
  }
  .reference-mix .p-system__middle-table th,
  .reference-mix .p-system__middle-table td {
    padding: 8px 3px;
    font-size: 12px;
  }
  .reference-mix .p-example__check {
    padding: 24px 18px 28px;
  }
  .reference-mix .p-overview__item {
    grid-template-columns: 1fr !important;
    gap: 6px;
  }
  .reference-mix .p-cta .c-link--small {
    min-height: 44px;
  }
}


/* 2026-07-21: center the fee-card illustration after widening tablet cards. */
@media (min-width: 768px) and (max-width: 900px) {
  .reference-mix .p-system__middle-item-img { margin-inline: auto !important; }
}


/* 2026-07-21: keep remaining tablet cards at a readable width. */
@media (min-width: 768px) and (max-width: 900px) {
  .reference-mix .p-process__addition {
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    margin-inline: auto;
  }
  .reference-mix .p-system__head {
    width: min(100%, 640px) !important;
    max-width: 640px !important;
    margin-inline: auto;
  }
}


/* 2026-07-21: center fee mechanism images inside widened tablet cards. */
@media (min-width: 768px) and (max-width: 900px) {
  .reference-mix .p-system__mechanism-img { margin-inline: auto !important; }
}


/* 2026-07-21: keep tablet mechanism badges above their titles without overlap. */
@media (min-width: 768px) and (max-width: 900px) {
  .reference-mix .p-system__mechanism-read {
    position: static !important;
    transform: none !important;
    margin-inline: auto !important;
  }
}


/* 2026-07-21: normalize diagram slots and card centering across all breakpoints. */
.reference-mix .p-use__bottom-item,
.reference-mix .p-system__middle-item,
.reference-mix .p-voice__head-item,
.reference-mix .p-example__item {
  margin-inline: auto !important;
  justify-self: center;
}

.reference-mix .p-use__bottom-img {
  width: min(100%, 335px) !important;
  max-width: 335px !important;
  margin-inline: auto !important;
  place-items: center;
}

.reference-mix .p-system__head {
  max-width: 640px !important;
  margin-inline: auto !important;
}

.reference-mix .p-system__mechanism-img {
  width: min(100%, 335px) !important;
  max-width: 335px !important;
  margin: 20px auto !important;
}

.reference-mix .p-system__mechanism-img img {
  width: 100% !important;
  height: 200px !important;
  max-width: 100% !important;
  max-height: 200px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.reference-mix .p-system__middle-item-img {
  width: min(100%, 420px) !important;
  max-width: 420px !important;
  height: auto !important;
  aspect-ratio: 329 / 204;
  margin-inline: auto !important;
}

.reference-mix .p-system__middle-item-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.reference-mix .p-system__middle-item-other,
.reference-mix .p-system__middle-item-company {
  width: auto !important;
  min-width: 0;
  justify-self: stretch !important;
}

.reference-mix .p-system__bottom-img {
  margin-inline: auto !important;
  justify-self: center;
}

.reference-mix .p-voice__influencer-img {
  width: min(100%, 335px) !important;
  max-width: 335px !important;
  margin-inline: auto !important;
  justify-self: center;
}

.reference-mix .p-example__item-img {
  width: min(100%, 420px) !important;
  max-width: 420px !important;
  height: auto !important;
  aspect-ratio: 335 / 237;
  margin-inline: auto !important;
}

.reference-mix .p-example__item-img img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 335 / 237;
  object-fit: cover;
}

.reference-mix .p-process__online-img {
  justify-self: center;
}

@media (max-width: 900px) {
  .reference-mix .p-about__img {
    margin-inline: auto !important;
    justify-self: center;
  }

  .reference-mix .p-system__bottom-img {
    width: min(100%, 500px) !important;
    max-width: 500px !important;
  }
}

@media (max-width: 420px) {
  .reference-mix .p-system__middle-item-other-price {
    font-size: 24px !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 768px) {
  .reference-mix .p-system__middle-item-comparison {
    gap: clamp(24px, 2.2vw, 30px) !important;
  }

  .reference-mix .p-system__middle-item-other-price {
    font-size: clamp(18px, 2vw, 24px) !important;
    letter-spacing: .02em !important;
    white-space: nowrap !important;
  }

  .reference-mix .p-system__middle-item-other,
  .reference-mix .p-system__middle-item-company {
    width: 100% !important;
    justify-self: stretch;
  }
}
