html body.ikelabo-lp-styles-page {
  --ils-ink: #17242b;
  --ils-muted: #5b686e;
  --ils-paper: #fffdf9;
  --ils-cream: #f6efe5;
  --ils-line: #ded4c8;
  --ils-orange: #e55f2a;
  --ils-orange-dark: #9d3514;
  --ils-teal: #147f78;
  --ils-teal-dark: #075d58;
  --ils-teal-soft: #dff2ee;
  --ils-navy: #173947;
  --ils-yellow: #f4c453;
  --ils-white: #fff;
  --ils-shadow: 0 18px 48px rgba(28, 42, 47, 0.1);
  --ils-radius: 24px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ils-paper);
  color: var(--ils-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

html:has(body.ikelabo-lp-styles-page) {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

#ikelabo-lp-styles,
#ikelabo-lp-styles * {
  box-sizing: border-box;
}

#ikelabo-lp-styles a { color: inherit; }
#ikelabo-lp-styles img { display: block; max-width: 100%; height: auto; }
#ikelabo-lp-styles button,
#ikelabo-lp-styles textarea { font: inherit; }
#ikelabo-lp-styles button { cursor: pointer; -webkit-tap-highlight-color: transparent; }
#ikelabo-lp-styles h1,
#ikelabo-lp-styles h2,
#ikelabo-lp-styles h3,
#ikelabo-lp-styles p { margin: 0; }

.ils-noscript {
  padding: 10px 16px;
  background: var(--ils-yellow);
  color: var(--ils-ink);
  font-size: 13px;
  text-align: center;
}

/* nav */
.ils-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid var(--ils-line);
  backdrop-filter: blur(10px);
}
.ils-nav__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ils-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
}
.ils-brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--ils-navy);
  color: var(--ils-white);
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.04em;
}
.ils-brand__text small {
  display: block;
  color: var(--ils-muted);
  font-size: 11px;
  font-weight: 600;
}
.ils-nav__links {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
}
.ils-nav__links a { text-decoration: none; }
.ils-nav__cta {
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--ils-teal);
  color: var(--ils-white);
}

/* hero */
.ils-hero {
  background: linear-gradient(180deg, var(--ils-cream) 0%, var(--ils-paper) 100%);
  border-bottom: 1px solid var(--ils-line);
}
.ils-hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 20px 44px;
  display: grid;
  gap: 28px;
}
.ils-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--ils-navy);
  color: var(--ils-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  width: fit-content;
}
.ils-hero h1 {
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.35;
  font-weight: 900;
}
.ils-hero h1 em {
  font-style: normal;
  color: var(--ils-teal-dark);
}
.ils-hero__lead {
  max-width: 40em;
  color: var(--ils-muted);
  font-size: clamp(14px, 2.6vw, 16px);
}
.ils-hero__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ils-step;
}
.ils-hero__steps li {
  counter-increment: ils-step;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--ils-white);
  border: 1px solid var(--ils-line);
  box-shadow: var(--ils-shadow);
  font-size: 13px;
  font-weight: 700;
}
.ils-hero__steps li::before {
  content: counter(ils-step);
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--ils-orange);
  color: var(--ils-white);
  font-size: 13px;
}

/* section base */
.ils-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 20px;
}
.ils-section--tint {
  max-width: none;
  background: var(--ils-teal-soft);
}
.ils-section--tint > .ils-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
.ils-section--tint {
  padding-left: 20px;
  padding-right: 20px;
}
.ils-head {
  margin-bottom: 28px;
  display: grid;
  gap: 10px;
}
.ils-head span {
  color: var(--ils-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ils-head h2 {
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.4;
  font-weight: 900;
}
.ils-head p {
  max-width: 44em;
  color: var(--ils-muted);
  font-size: 14px;
}

/* type cards */
.ils-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.ils-type {
  display: flex;
  flex-direction: column;
  border-radius: var(--ils-radius);
  background: var(--ils-white);
  border: 1px solid var(--ils-line);
  box-shadow: var(--ils-shadow);
  overflow: hidden;
}
.ils-type__thumb {
  position: relative;
  display: block;
}
.ils-type__thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top;
}
.ils-type__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--ils-navy);
  color: var(--ils-white);
  font-size: 13px;
  font-weight: 900;
}
.ils-type__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 22px 22px;
  flex: 1;
}
.ils-type__body h3 {
  font-size: 20px;
  font-weight: 900;
}
.ils-type__one-liner {
  color: var(--ils-teal-dark);
  font-size: 14px;
  font-weight: 800;
}
.ils-type__body > p {
  color: var(--ils-muted);
  font-size: 14px;
}
.ils-type__fit {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--ils-cream);
  font-size: 13px;
  list-style: none;
  display: grid;
  gap: 4px;
}
.ils-type__fit li::before {
  content: "◎";
  color: var(--ils-orange);
  margin-right: 6px;
}
.ils-type__actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ils-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ils-teal);
  color: var(--ils-white);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.ils-btn:hover { background: var(--ils-teal-dark); }
.ils-btn--ghost {
  background: transparent;
  color: var(--ils-teal-dark);
  border: 2px solid var(--ils-teal);
}
.ils-btn--ghost:hover { background: var(--ils-teal-soft); }
.ils-btn--orange { background: var(--ils-orange); }
.ils-btn--orange:hover { background: var(--ils-orange-dark); }

/* goals */
.ils-goals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}
.ils-goal {
  padding: 18px;
  border-radius: 16px;
  background: var(--ils-white);
  border: 1px solid var(--ils-line);
  display: grid;
  gap: 6px;
  font-size: 13px;
}
.ils-goal b { font-size: 15px; }
.ils-goal span { color: var(--ils-teal-dark); font-weight: 800; }
.ils-goal small { color: var(--ils-muted); }

/* anatomy */
.ils-anatomy {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
.ils-part {
  padding: 20px;
  border-radius: 16px;
  background: var(--ils-white);
  border: 1px solid var(--ils-line);
  display: grid;
  gap: 8px;
  align-content: start;
}
.ils-part span {
  color: var(--ils-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.ils-part h3 { font-size: 16px; font-weight: 900; }
.ils-part p { color: var(--ils-muted); font-size: 13px; }

/* builder */
.ils-builder {
  border-radius: var(--ils-radius);
  background: var(--ils-white);
  border: 1px solid var(--ils-line);
  box-shadow: var(--ils-shadow);
  padding: clamp(20px, 4vw, 36px);
  display: grid;
  gap: 24px;
}
.ils-builder fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 12px;
}
.ils-builder legend {
  padding: 0;
  font-size: 16px;
  font-weight: 900;
}
.ils-builder legend small {
  display: block;
  color: var(--ils-teal-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.ils-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
.ils-options label {
  position: relative;
  display: block;
  cursor: pointer;
}
.ils-options input {
  position: absolute;
  opacity: 0;
  inset: 0;
}
.ils-options span {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 2px solid var(--ils-line);
  background: var(--ils-paper);
  font-size: 13px;
}
.ils-options strong { font-size: 14px; }
.ils-options small { color: var(--ils-muted); }
.ils-options input:checked + span {
  border-color: var(--ils-teal);
  background: var(--ils-teal-soft);
}
.ils-options input:focus-visible + span {
  outline: 3px solid var(--ils-yellow);
  outline-offset: 2px;
}
.ils-builder textarea {
  width: 100%;
  min-height: 220px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid var(--ils-line);
  background: var(--ils-cream);
  font-size: 13px;
  line-height: 1.7;
  resize: vertical;
}
.ils-builder__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.ils-builder__status {
  color: var(--ils-teal-dark);
  font-size: 13px;
  font-weight: 700;
}
.ils-builder__note {
  color: var(--ils-muted);
  font-size: 12px;
}

/* how to */
.ils-how {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  counter-reset: ils-how;
}
.ils-how article {
  counter-increment: ils-how;
  padding: 20px;
  border-radius: 16px;
  background: var(--ils-white);
  border: 1px solid var(--ils-line);
  display: grid;
  gap: 8px;
  align-content: start;
}
.ils-how article::before {
  content: "STEP " counter(ils-how);
  color: var(--ils-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.ils-how h3 { font-size: 16px; font-weight: 900; }
.ils-how p { color: var(--ils-muted); font-size: 13px; }

/* footer */
.ils-footer {
  border-top: 1px solid var(--ils-line);
  background: var(--ils-navy);
  color: var(--ils-white);
}
.ils-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 20px;
  display: grid;
  gap: 8px;
  font-size: 13px;
  text-align: center;
}
.ils-footer a { color: var(--ils-yellow); }
.ils-footer small { color: rgba(255, 255, 255, 0.7); font-size: 11px; }

@media (max-width: 720px) {
  .ils-nav__links a:not(.ils-nav__cta) { display: none; }
  .ils-hero__steps { grid-template-columns: 1fr; }
  .ils-types { grid-template-columns: 1fr; }
  .ils-section { padding: 44px 18px; }
}
