/* =====================================
   IRIE LIFE - Services Page Styles
   ===================================== */

/* ── PAGE HERO ── */
.page-hero {
  padding: 180px 64px 100px;
  background: var(--gray-100);
  position: relative;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/bg_texture.png');
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}

.page-hero-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.page-hero-label::before {
  content: '';
  display: block;
  width: 24px; height: 1px;
  background: var(--teal);
}

.page-hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.93;
  color: var(--gray-700);
  letter-spacing: 0.02em;
  position: relative;
}

.page-hero-title em {
  font-style: normal;
  color: var(--teal);
}

/* ── SVC INTRO ── */
#svc-intro {
  padding: 80px 64px 64px;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  box-sizing: border-box;
}

.svc-intro-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1.05;
  color: var(--gray-700);
  letter-spacing: 0.02em;
  margin-top: 16px;
}

.svc-intro-heading em {
  font-style: normal;
  color: var(--teal);
}

.svc-intro-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 2;
  margin-bottom: 16px;
}

/* ── SVC SECTION ── */
.svc-section {
  padding: 0 0 100px;
  background: var(--white);
}

.svc-section.alt {
  background: var(--off-white);
}

.svc-divider {
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--teal-light));
  margin-bottom: 72px;
}

.svc-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 64px;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ── SVC CONTENT ── */
.svc-big-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  color: var(--gray-200);
  line-height: 1;
  margin-bottom: 4px;
}

.svc-en {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}

.svc-title-ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--gray-700);
  line-height: 1.3;
  margin-bottom: 20px;
}

.svc-catch {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--teal-dark);
  line-height: 1.7;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 3px solid var(--teal);
}

.svc-body p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 2;
  margin-bottom: 16px;
}

/* ── MATERIALS ── */
.materials {
  margin-top: 32px;
}

.materials-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 12px;
}

.materials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.material-tag {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--teal-dark);
  border: 1px solid var(--teal);
  padding: 5px 14px;
  background: var(--teal-pale);
}

/* ── SVC IMAGES ── */
.svc-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}

.svc-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}

.svc-img-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* ── FLOW ── */
.svc-flow {
  border-top: 1px solid var(--gray-200);
  padding-top: 24px;
}

.svc-flow-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 16px;
}

.svc-step {
  display: grid;
  grid-template-columns: 72px 120px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--gray-100);
  align-items: center;
}

.step-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--teal);
  font-weight: 500;
}

.step-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-700);
}

.step-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.6;
}

/* ── SVC CTA ── */
#svc-cta {
  background: var(--teal);
  padding: 80px 64px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.svc-cta-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
}

.svc-cta-text small {
  display: block;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.85;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  color: var(--teal-dark);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 16px 36px;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.btn-white:hover { background: var(--off-white); transform: translateX(3px); }
.btn-white::after { content: '→'; font-size: 13px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .page-hero { padding: 140px 24px 72px; }
  #svc-intro { grid-template-columns: 1fr; gap: 24px; padding: 64px 24px 48px; }
  .svc-inner { grid-template-columns: 1fr; gap: 48px; padding: 0 24px; }
  .svc-step { grid-template-columns: 60px 1fr; }
  .step-desc { display: none; }
  #svc-cta { padding: 64px 24px; }
}
