.is-lower-page {
  background:
    radial-gradient(circle at top left, rgba(242, 107, 29, 0.08), transparent 24%),
    radial-gradient(circle at right center, rgba(30, 167, 198, 0.10), transparent 20%),
    #fff;
}

.icha-breadcrumb {
  padding: 18px 0 0;
  background: #fff;
}

.icha-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--text-light);
  font-size: 13px;
}

.icha-breadcrumb__list li {
  position: relative;
}

.icha-breadcrumb__list li:not(:last-child)::after {
  content: ">";
  margin-left: 14px;
  color: #b3a48c;
}

.icha-breadcrumb__list a:hover {
  color: var(--orange);
}

.lower-hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
}

.lower-hero-visual__bg,
.lower-hero-visual__bg img,
.lower-hero-visual__overlay,
.lower-hero-visual__wave {
  position: absolute;
  inset: 0;
}

.lower-hero-visual__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
  transform: scale(1.03);
}

.lower-hero-visual__overlay {
  background: linear-gradient(90deg, rgba(7, 17, 33, 0.75) 0%, rgba(7, 17, 33, 0.44) 45%, rgba(7, 17, 33, 0.15) 100%);
}

.lower-hero-visual__inner {
  position: relative;
  z-index: 2;
  padding: 150px 0 120px;
}

.lower-hero-visual__label,
.lower-cta-band .en,
.lower-feature-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
}

.lower-hero-visual__label {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(4px);
  margin-bottom: 22px;
}

.lower-hero-visual__title {
  font-size: clamp(38px, 5vw, 78px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.lower-hero-visual__lead {
  margin-top: 22px;
  max-width: 760px;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 2;
  color: rgba(255,255,255,0.92);
}

.lower-hero-visual__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.lower-hero-visual__wave {
  top: auto;
  height: 140px;
  bottom: -1px;
  z-index: 2;
}

.lower-hero-visual--gift .lower-hero-visual__overlay {
  background: linear-gradient(90deg, rgba(71, 44, 8, 0.75) 0%, rgba(71, 44, 8, 0.44) 45%, rgba(71, 44, 8, 0.14) 100%);
}

.lower-hero-visual--partner .lower-hero-visual__overlay {
  background: linear-gradient(90deg, rgba(8, 30, 61, 0.78) 0%, rgba(8, 30, 61, 0.45) 45%, rgba(8, 30, 61, 0.14) 100%);
}

.lower-hero-visual--company .lower-hero-visual__overlay {
  background: linear-gradient(90deg, rgba(41, 28, 12, 0.78) 0%, rgba(41, 28, 12, 0.42) 45%, rgba(41, 28, 12, 0.14) 100%);
}

.lower-hero-visual--privacy .lower-hero-visual__overlay {
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.72) 0%, rgba(26, 26, 26, 0.40) 45%, rgba(26, 26, 26, 0.12) 100%);
}

.lower-intro-block {
  padding-top: 72px;
}

.lower-two-col {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 42px;
  align-items: center;
}

.lower-copy-card,
.lower-story-box,
.lower-message-card,
.lower-form-box,
.lower-profile-table-wrap {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(231, 221, 207, 0.9);
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(6px);
}

.lower-copy-card,
.lower-story-box,
.lower-message-card,
.lower-policy-box,
.lower-form-box {
  padding: 34px;
}

.lower-copy-card p,
.lower-story-box p,
.lower-message-card p,
.lower-policy-box p,
.lower-policy-box li {
  color: var(--text-light);
  line-height: 2;
}

.lower-copy-card p + p,
.lower-story-box p + p,
.lower-message-card p + p,
.lower-policy-box p + p,
.lower-policy-box h2 + p {
  margin-top: 16px;
}

.lower-photo-stack {
  position: relative;
  min-height: 520px;
}

.lower-photo-stack__main,
.lower-photo-stack__sub {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.lower-photo-stack__main {
  width: 100%;
  max-width: 560px;
}

.lower-photo-stack__sub {
  width: 58%;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid #fff;
}

.lower-photo-stack img,
.lower-feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-soft-orange,
.section-soft-yellow,
.section-soft-blue,
.section-soft-beige {
  position: relative;
}

.section-soft-orange::before,
.section-soft-yellow::before,
.section-soft-blue::before,
.section-soft-beige::before {
  content: "";
  position: absolute;
  inset: 26px 0;
  border-radius: 40px;
  z-index: 0;
}

.section-soft-orange > .container,
.section-soft-yellow > .container,
.section-soft-blue > .container,
.section-soft-beige > .container {
  position: relative;
  z-index: 1;
}

.section-soft-orange::before { background: linear-gradient(135deg, rgba(255, 194, 150, 0.25), rgba(255,255,255,0.8)); }
.section-soft-yellow::before { background: linear-gradient(135deg, rgba(255, 233, 159, 0.28), rgba(255,255,255,0.86)); }
.section-soft-blue::before { background: linear-gradient(135deg, rgba(124, 188, 255, 0.18), rgba(255,255,255,0.88)); }
.section-soft-beige::before { background: linear-gradient(135deg, rgba(246, 239, 228, 0.95), rgba(255,255,255,0.9)); }

.lower-feature-grid,
.lower-point-grid,
.lower-news-grid,
.lower-scene-list {
  display: grid;
  gap: 24px;
}

.lower-feature-grid--3,
.lower-point-grid--3,
.lower-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lower-point-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lower-feature-card,
.lower-point-card,
.lower-news-card,
.lower-scene-list article {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(231, 221, 207, 0.88);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}

.lower-feature-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.lower-feature-card__body,
.lower-point-card,
.lower-news-card a,
.lower-scene-list article {
  padding: 28px;
}

.lower-feature-card__tag {
  color: var(--orange);
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.lower-feature-card h3,
.lower-point-card h3,
.lower-news-card h3,
.lower-flow-item h3,
.lower-scene-list h3 {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 900;
}

.lower-feature-card p,
.lower-point-card p,
.lower-news-card p,
.lower-flow-item p,
.lower-scene-list p {
  margin-top: 12px;
  color: var(--text-light);
  line-height: 1.9;
}

.lower-feature-card--yellow .lower-feature-card__tag { color: #ba8b00; }
.lower-feature-card--orange .lower-feature-card__tag { color: var(--orange); }

.lower-flow-list {
  display: grid;
  gap: 20px;
}

.lower-flow-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: start;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(231, 221, 207, 0.88);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}

.lower-flow-item > span {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  background: linear-gradient(135deg, #ff9c5c 0%, var(--orange) 70%, var(--orange-dark) 100%);
}

.lower-cta-band {
  padding: 0 0 88px;
}

.lower-cta-band__inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 40px;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.lower-cta-band__inner h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.25;
  font-weight: 900;
}

.lower-cta-band__inner p {
  margin-top: 12px;
  color: var(--text-light);
  line-height: 1.9;
}

.lower-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lower-cta-band--orange .lower-cta-band__inner {
  background: linear-gradient(135deg, rgba(255, 213, 182, 0.9), rgba(255,255,255,0.96));
}

.lower-cta-band--yellow .lower-cta-band__inner {
  background: linear-gradient(135deg, rgba(255, 241, 186, 0.92), rgba(255,255,255,0.98));
}

.lower-cta-band--blue .lower-cta-band__inner {
  background: linear-gradient(135deg, rgba(211, 231, 255, 0.98), rgba(255,255,255,0.98));
}

.lower-news-section {
  padding-top: 10px;
}

.lower-news-card a {
  display: block;
  height: 100%;
}

.lower-news-card time {
  display: inline-block;
  margin-bottom: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--orange);
}

.lower-news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--navy);
  font-weight: 800;
}

.lower-news-actions {
  margin-top: 28px;
  text-align: center;
}

.lower-news-empty {
  grid-column: 1 / -1;
  padding: 28px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(231, 221, 207, 0.88);
}

.lower-profile-table-wrap {
  padding: 18px;
}

.lower-profile-table {
  width: 100%;
  border-collapse: collapse;
}

.lower-profile-table th,
.lower-profile-table td {
  padding: 20px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.lower-profile-table th {
  width: 24%;
  color: var(--brown);
  font-weight: 800;
}

.lower-policy-box h2 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.4;
}

.lower-policy-box h2:first-child {
  margin-top: 0;
}

.lower-form-box__body .wpcf7 {
  margin-top: 6px;
}

.lower-form-box__body input:not([type="submit"]),
.lower-form-box__body textarea,
.lower-form-box__body select {
  width: 100%;
  border: 1px solid #d9cfbf;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 15px;
  background: #fff;
}

.lower-form-box__body textarea {
  min-height: 180px;
}

.lower-form-box__body input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a3d 0%, var(--orange) 55%, var(--orange-dark) 100%);
  color: #fff;
  font-weight: 800;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

@media (max-width: 1120px) {
  .lower-point-grid--4,
  .lower-feature-grid--3,
  .lower-point-grid--3,
  .lower-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lower-two-col {
    grid-template-columns: 1fr;
  }

  .lower-cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .lower-hero-visual {
    min-height: 560px;
  }

  .lower-hero-visual__inner {
    padding: 126px 0 110px;
  }

  .lower-hero-visual__lead br,
  .lower-cta-band__inner h2 br {
    display: none;
  }

  .lower-feature-grid--3,
  .lower-point-grid--3,
  .lower-point-grid--4,
  .lower-news-grid {
    grid-template-columns: 1fr;
  }

  .lower-photo-stack {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .lower-photo-stack__main,
  .lower-photo-stack__sub {
    position: static;
    width: 100%;
    max-width: none;
    border-width: 0;
  }

  .lower-copy-card,
  .lower-story-box,
  .lower-message-card,
  .lower-form-box,
  .lower-policy-box,
  .lower-cta-band__inner,
  .lower-feature-card__body,
  .lower-point-card,
  .lower-news-card a,
  .lower-scene-list article,
  .lower-flow-item {
    padding: 22px;
  }

  .lower-flow-item {
    grid-template-columns: 1fr;
  }

  .lower-flow-item > span {
    width: 72px;
    height: 72px;
    font-size: 24px;
  }

  .lower-profile-table th,
  .lower-profile-table td {
    display: block;
    width: 100%;
    padding: 14px 12px;
  }

  .lower-profile-table th {
    border-bottom: none;
    padding-bottom: 0;
  }

  .lower-profile-table td {
    padding-top: 8px;
  }

  .lower-hero-visual__actions,
  .lower-cta-band__actions {
    flex-direction: column;
    width: 100%;
  }

  .lower-hero-visual__actions .btn,
  .lower-cta-band__actions .btn {
    width: 100%;
  }
}
