/* ==========================================================================
   Zero Next One BASE NIIKAPPU
   lower-camp.css
   Lower parent page: 合宿利用 / Sports Camp
   --------------------------------------------------------------------------
   Version:
   - 20260616-camp-width-01

   Direction:
   - /camp/ is a short parent page.
   - Hero uses dedicated illustrated background:
     assets/img/lower/camp/camp_hero_bg_sp.webp
   - All generated image assets use PNG.
   - Outer left/right margins are reduced by about 40%.
   - Content width is expanded for smaller smartphone screens.
   ========================================================================== */

/* --------------------------------------------------------------------------
   01. Page scope
   -------------------------------------------------------------------------- */

.page-camp {
  color: #1f1c16;
  background: #efe4cf;
}

.page-camp .l-main {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 250, 240, 0.72), transparent 420px),
    linear-gradient(180deg, #f4ecd8 0%, #efe4cf 52%, #e8dcc4 100%);
}

.p-camp-page {
  --camp-blue: #15273d;
  --camp-blue-deep: #10263b;
  --camp-ink: #1f1c16;
  --camp-white: #fffaf0;
  --camp-gold: #b68b16;
  --camp-lime: #c6cd30;
  --camp-shadow-soft:
    0 7px 16px rgba(42, 32, 18, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  --camp-shadow-faint:
    0 4px 10px rgba(42, 32, 18, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.p-camp-page a {
  -webkit-tap-highlight-color: rgba(21, 39, 61, 0.12);
}

/* --------------------------------------------------------------------------
   01-2. Japanese line-break support
   -------------------------------------------------------------------------- */

.p-camp-page :where(
  .p-lower-hero__title,
  .p-lower-hero__lead,
  .p-lower-section__title,
  .p-lower-section__lead,
  .p-lower-card__title,
  .p-lower-card__text,
  .p-lower-mini-card__title,
  .p-lower-mini-card__text,
  .p-camp-condition-item__title,
  .p-camp-condition-item__text,
  .p-camp-step-item__title,
  .p-camp-step-item__text,
  .p-lower-related__title,
  .p-lower-related__text,
  .p-lower-related__card-title,
  .p-lower-related__card-text,
  .p-camp-faq-accordion__summary,
  .p-camp-faq-accordion__body p,
  .p-lower-note__title,
  .p-lower-note__text,
  .p-camp-mid-cta__title,
  .p-camp-mid-cta__text,
  .p-lower-cta__title,
  .p-lower-cta__text
) {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.p-camp-page :where(
  .p-lower-hero__title,
  .p-camp-mid-cta__title,
  .p-lower-cta__title
) {
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.p-camp-page .p-lower-section__title {
  max-width: 100%;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* --------------------------------------------------------------------------
   01-3. Lower common tightening
   -------------------------------------------------------------------------- */

.p-camp-page .p-lower-section {
  padding-top: clamp(54px, 12vw, 72px);
  padding-bottom: clamp(54px, 12vw, 72px);
}

.p-camp-page .p-lower-section__head {
  display: grid;
  gap: clamp(12px, 3.4vw, 18px);
  margin-bottom: clamp(22px, 5.8vw, 32px);
}

.p-camp-page .p-lower-section__inner {
  width: min(100% - 30px, var(--site-max, 1120px));
  margin-inline: auto;
}

/* Header on illustrated hero */
.page-camp .l-site-header {
  color: var(--camp-white);
  background:
    linear-gradient(180deg, rgba(13, 18, 15, 0.48), rgba(13, 18, 15, 0));
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.page-camp .l-site-header__brand {
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.52);
}

.page-camp .l-site-header__brand-mark {
  color: currentColor;
  background: rgba(255, 255, 255, 0.08);
  border-color: currentColor;
}

.page-camp .l-site-header__brand-small,
.page-camp .l-site-header__brand-sub {
  color: currentColor;
  opacity: 0.86;
}

/* --------------------------------------------------------------------------
   02. Shared lower heading adjustment
   -------------------------------------------------------------------------- */

.p-camp-page .p-lower-kicker,
.p-camp-page .p-lower-hero__kicker {
  color: currentColor;
  font-size: clamp(0.72rem, 2.84vw, 0.84rem);
  letter-spacing: 0.18em;
}

.p-camp-page .p-lower-kicker::after,
.p-camp-page .p-lower-hero__kicker::after {
  width: 58px;
  margin-top: 10px;
  opacity: 0.62;
}

.p-camp-page .p-lower-section__title {
  color: var(--camp-blue);
  font-size: clamp(1.92rem, 7.9vw, 2.56rem);
  line-height: 1.28;
  letter-spacing: 0.065em;
  text-shadow:
    0 2px 10px rgba(246, 238, 220, 0.48),
    0 0 18px rgba(246, 238, 220, 0.22);
}

.p-camp-page .p-lower-section__lead {
  max-width: 34em;
  color: var(--camp-ink);
  font-size: clamp(0.8rem, 3.08vw, 0.92rem);
  line-height: 1.72;
  letter-spacing: 0.032em;
}

/* --------------------------------------------------------------------------
   03. Hero - dedicated background art
   -------------------------------------------------------------------------- */

.p-camp-hero {
  position: relative;
  min-height: max(100svh, 190vw);
  min-height: max(100dvh, 190vw);
  padding: clamp(96px, 23vw, 116px) 15px 76px;
  color: var(--camp-white);
  background:
    radial-gradient(
      ellipse at 12% 28%,
      rgba(2, 7, 7, 0.34) 0%,
      rgba(2, 7, 7, 0.22) 36%,
      rgba(2, 7, 7, 0.08) 68%,
      rgba(2, 7, 7, 0) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 7, 7, 0.28) 0%,
      rgba(3, 7, 7, 0.14) 42%,
      rgba(3, 7, 7, 0.03) 78%,
      rgba(3, 7, 7, 0) 100%
    ),
    url("../img/lower/camp/camp_hero_bg_sp.png"),
    linear-gradient(145deg, #0d120f 0%, #142637 48%, #243a2e 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: center top;
  overflow: hidden;
  isolation: isolate;
}

.p-camp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.03) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.08) 100%
    );
}

.p-camp-hero::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -2%;
  z-index: 0;
  height: 28%;
  pointer-events: none;
  background:
    linear-gradient(145deg, transparent 0 21%, rgba(255, 250, 240, 0.045) 21% 22%, transparent 22%),
    linear-gradient(35deg, transparent 0 54%, rgba(255, 250, 240, 0.045) 54% 55%, transparent 55%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.14));
  clip-path: polygon(0 68%, 15% 52%, 29% 72%, 46% 36%, 63% 70%, 79% 46%, 100% 66%, 100% 100%, 0 100%);
  opacity: 0.58;
}

.p-camp-hero .p-lower-hero__inner {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0;
}

.p-camp-hero .p-lower-hero__content {
  width: min(100%, 386px);
  margin: 0;
}

.p-camp-hero .p-lower-hero__breadcrumb {
  margin-bottom: clamp(17px, 4.4vw, 22px);
}

.p-camp-hero .p-lower-breadcrumb__item {
  color: rgba(255, 250, 240, 0.74);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.p-camp-hero .p-lower-breadcrumb__current {
  color: rgba(255, 250, 240, 0.9);
}

.p-camp-hero .p-lower-hero__kicker {
  color: rgba(255, 250, 240, 0.88);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.52);
}

.p-camp-hero .p-lower-hero__title {
  position: relative;
  max-width: 10em;
  color: var(--camp-white);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 8.45vw, 2.58rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.054em;
  text-shadow:
    0 5px 20px rgba(0, 0, 0, 0.58),
    0 1px 0 rgba(0, 0, 0, 0.32);
}

.p-camp-hero .p-lower-hero__title::after {
  content: "";
  display: block;
  width: min(256px, 68vw);
  height: 10px;
  margin: 8px 0 0 -2px;
  background:
    linear-gradient(
      90deg,
      rgba(198, 205, 48, 0),
      rgba(198, 205, 48, 0.88) 16%,
      rgba(198, 205, 48, 0.88) 84%,
      rgba(198, 205, 48, 0)
    );
  clip-path: polygon(2% 40%, 100% 24%, 96% 68%, 0 82%);
  opacity: 0.84;
}

.p-camp-hero .p-lower-hero__lead {
  max-width: 33em;
  margin-top: clamp(18px, 4.8vw, 26px);
  color: rgba(255, 250, 240, 0.92);
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 3.08vw, 0.94rem);
  line-height: 1.72;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.56);
}

.p-camp-hero .p-lower-hero__actions {
  display: grid;
  max-width: 358px;
  margin-top: clamp(22px, 5.4vw, 30px);
  gap: 11px;
}

.p-camp-hero .p-lower-button {
  min-height: 51px;
  border-radius: 8px;
}

.p-camp-hero .p-lower-button--primary {
  color: #16180d;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
    #99a708;
  box-shadow:
    0 7px 16px rgba(32, 34, 8, 0.2),
    inset 0 0 0 1px rgba(255, 250, 240, 0.18);
}

.p-camp-hero .p-lower-button--secondary {
  color: var(--camp-white);
  background: rgba(13, 18, 15, 0.12);
  border: 1px solid rgba(255, 250, 240, 0.56);
  box-shadow: none;
}

.p-camp-microcopy {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 13px 0 0;
  padding: 0 0 0 23px;
  color: rgba(255, 250, 240, 0.84);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--font-ui);
  font-size: clamp(0.68rem, 2.66vw, 0.8rem);
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.032em;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.56);
}

.p-camp-microcopy::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.08em;
  color: var(--camp-lime);
}

/* --------------------------------------------------------------------------
   04. Sticky anchor
   -------------------------------------------------------------------------- */

.p-camp-anchor {
  position: sticky;
  top: 64px;
  z-index: 40;
  margin-top: -18px;
}

.p-camp-anchor .p-lower-anchor__inner {
  padding: 7px;
  border: 1px solid rgba(65, 50, 32, 0.16);
  border-radius: 13px;
  background: rgba(247, 239, 221, 0.88);
  box-shadow:
    0 5px 12px rgba(42, 32, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(10px);
}

.p-camp-anchor .p-lower-anchor__link {
  min-height: 34px;
  padding: 8px 11px;
  border: 0;
  border-radius: 7px;
  color: rgba(31, 28, 22, 0.78);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.p-camp-anchor .p-lower-anchor__link::after {
  margin-left: 6px;
  color: rgba(31, 28, 22, 0.46);
}

/* --------------------------------------------------------------------------
   05. Photo card foundation - 4:3 assets
   -------------------------------------------------------------------------- */

.p-camp-photo-rail {
  display: flex;
  gap: 13px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 2px 15px 16px 0;
  margin-right: -15px;
  scrollbar-width: none;
}

.p-camp-photo-rail::-webkit-scrollbar {
  display: none;
}

.p-camp-photo-rail::after {
  content: "";
  flex: 0 0 9px;
}

.p-camp-proof-photo,
.p-camp-strength-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(68, 48, 28, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    rgba(247, 239, 221, 0.92);
  box-shadow:
    0 7px 16px rgba(42, 32, 18, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.p-camp-proof-photo__media,
.p-camp-strength-photo__media {
  position: relative;
  overflow: hidden;
  margin: 9px 9px 0;
  border-radius: 5px;
  background: #ded1b4;
}

.p-camp-proof-photo__media {
  aspect-ratio: 4 / 3;
  min-height: 232px;
}

.p-camp-strength-photo__media {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.p-camp-proof-photo__image,
.p-camp-strength-photo__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: multiply;
  filter: contrast(1.02) saturate(0.92);
}

.p-camp-proof-photo__placeholder,
.p-camp-strength-photo__placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 20px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(246, 238, 220, 0.9), rgba(230, 218, 190, 0.72)),
    linear-gradient(90deg, rgba(65, 50, 32, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(65, 50, 32, 0.05) 1px, transparent 1px);
  background-size: auto, 26px 26px, 26px 26px;
}

.p-camp-proof-photo__placeholder-label,
.p-camp-strength-photo__placeholder-label {
  display: none;
}

.p-camp-proof-photo__placeholder-title,
.p-camp-strength-photo__placeholder-title {
  display: block;
  color: rgba(21, 39, 61, 0.74);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 4vw, 1.2rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.08em;
}

.p-camp-proof-photo__placeholder-note,
.p-camp-strength-photo__placeholder-note {
  display: inline-block;
  margin-top: 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(143, 125, 48, 0.62);
  color: rgba(31, 28, 22, 0.62);
  font-family: var(--font-ui);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.p-camp-proof-photo__count {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--camp-white);
  background: rgba(21, 39, 61, 0.76);
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-camp-proof-photo__body {
  display: grid;
  gap: 3px;
  min-height: 98px;
  padding: 10px 12px 12px;
}

.p-camp-proof-photo__label,
.p-camp-strength-photo__label {
  color: #43513d;
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.p-camp-proof-photo__title {
  color: var(--camp-ink);
  font-family: var(--font-ui);
  font-size: clamp(0.84rem, 3.2vw, 0.94rem);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.026em;
}

.p-camp-proof-photo__text {
  color: #27231b;
  font-family: var(--font-ui);
  font-size: clamp(0.62rem, 2.42vw, 0.72rem);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.012em;
}

/* --------------------------------------------------------------------------
   06. Target
   -------------------------------------------------------------------------- */

.p-camp-target {
  padding-top: clamp(58px, 13vw, 74px);
  background:
    radial-gradient(ellipse at 34% 16%, rgba(246, 238, 220, 0.64), transparent 320px),
    linear-gradient(180deg, #efe4cf 0%, #f4ecd8 100%);
}

.p-camp-target::before {
  content: "";
  position: absolute;
  right: -110px;
  top: 38px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(67, 81, 61, 0.12), transparent 68%);
  pointer-events: none;
}

.p-camp-target__grid {
  position: relative;
  z-index: 1;
}

.p-camp-target__card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 14px 15px 15px;
  border: 1px solid rgba(74, 55, 32, 0.105);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    rgba(247, 239, 221, 0.9);
  box-shadow: var(--camp-shadow-faint);
}

.p-camp-target__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: #43513d;
  opacity: 0.82;
}

.p-camp-target__card .p-lower-mini-card__title {
  color: var(--camp-ink);
  font-size: clamp(0.9rem, 3.42vw, 1.02rem);
  line-height: 1.34;
}

.p-camp-target__card .p-lower-mini-card__text {
  color: #27231b;
  font-size: clamp(0.64rem, 2.5vw, 0.76rem);
  line-height: 1.52;
}

/* --------------------------------------------------------------------------
   07. Strengths
   -------------------------------------------------------------------------- */

.p-camp-strengths {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(246, 238, 220, 0.56), transparent 320px),
    linear-gradient(180deg, #efe4cf 0%, #f4ecd8 100%);
}

.p-camp-strengths__grid {
  display: grid;
  gap: 9px;
}

.p-camp-strengths__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34%;
  align-items: center;
  gap: 10px;
  min-height: 128px;
  padding: 11px 11px 11px 14px;
  border: 1px solid rgba(74, 55, 32, 0.105);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    rgba(247, 239, 221, 0.91);
  box-shadow: var(--camp-shadow-soft);
  overflow: hidden;
}

.p-camp-strengths__card::before {
  content: none;
}

.p-camp-strength-photo {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  border: 0;
  border-radius: 8px;
  background: #ded1b4;
  box-shadow: none;
  overflow: hidden;
}

.p-camp-strength-photo__media {
  margin: 0;
  border-radius: 8px;
}

.p-camp-strength-photo__placeholder {
  min-height: 78px;
}

.p-camp-strength-photo__body {
  display: none;
}

.p-camp-strengths__body {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: 0;
}

.p-camp-strengths__body .p-lower-card__num {
  display: inline-block;
  margin: 0 0 4px;
  padding: 0;
  min-width: 0;
  height: auto;
  color: #43513d;
  background: transparent !important;
  font-family: var(--font-label);
  font-size: clamp(0.98rem, 3.84vw, 1.14rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.075em;
}

.p-camp-strengths__body .p-lower-card__kicker {
  display: none;
}

.p-camp-strengths__body .p-lower-card__title {
  margin: 0;
  color: var(--camp-ink);
  font-family: var(--font-ui);
  font-size: clamp(0.86rem, 3.32vw, 0.98rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.024em;
}

.p-camp-strengths__body .p-lower-card__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: rgba(65, 50, 32, 0.18);
}

.p-camp-strengths__body .p-lower-card__text {
  margin: 0;
  color: #27231b;
  font-family: var(--font-ui);
  font-size: clamp(0.6rem, 2.32vw, 0.7rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.p-camp-section-link {
  margin-top: 16px;
  text-align: center;
}

.p-camp-section-link a {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 6px;
  color: #171511;
  font-family: var(--font-ui);
  font-size: clamp(0.82rem, 3.16vw, 0.94rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.048em;
  text-decoration: none;
}

.p-camp-section-link a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 32px;
  bottom: 0;
  height: 1px;
  background: #8f8c14;
}

/* --------------------------------------------------------------------------
   08. Photo proof
   -------------------------------------------------------------------------- */

.p-camp-photos {
  background:
    radial-gradient(ellipse at 18% 10%, rgba(246, 238, 220, 0.62), transparent 330px),
    linear-gradient(180deg, #f4ecd8 0%, #efe4cf 100%);
}

.p-camp-proof-photo {
  flex: 0 0 min(85vw, 342px);
  scroll-snap-align: start;
  transform: rotate(-0.4deg);
}

.p-camp-proof-photo:nth-child(even) {
  transform: rotate(0.45deg);
}

/* --------------------------------------------------------------------------
   09. Mid CTA
   -------------------------------------------------------------------------- */

.p-camp-mid-cta {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 30px 19px;
  color: var(--camp-white);
  background:
    radial-gradient(ellipse at 78% 12%, rgba(198, 205, 48, 0.13), transparent 260px),
    linear-gradient(145deg, #10263b 0%, #243a2e 100%);
  border-radius: 12px;
}

.p-camp-mid-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 250, 240, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.64;
}

.p-camp-mid-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(700px, 100%);
  margin-inline: auto;
  text-align: center;
}

.p-camp-mid-cta__kicker {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.p-camp-mid-cta__title {
  margin: 0;
  color: var(--camp-white);
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 5.2vw, 1.86rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.056em;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.42);
}

.p-camp-mid-cta__text {
  margin: 0;
  color: rgba(255, 250, 240, 0.84);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.036em;
}

.p-camp-mid-cta .p-lower-button {
  width: min(326px, 100%);
  min-height: 47px;
  margin-top: 2px;
  border-radius: 8px;
}

/* --------------------------------------------------------------------------
   10. Conditions
   -------------------------------------------------------------------------- */

.p-camp-conditions {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 250, 240, 0.56), transparent 320px),
    #f4ecd8;
}

.p-camp-condition-list {
  display: grid;
  gap: 0;
  border: 1px solid rgba(67, 50, 31, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.18);
  overflow: hidden;
}

.p-camp-condition-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
}

.p-camp-condition-item + .p-camp-condition-item {
  border-top: 1px solid rgba(67, 50, 31, 0.18);
}

.p-camp-condition-item__num {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--camp-white);
  background: var(--camp-blue-deep);
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 800;
}

.p-camp-condition-item__title {
  margin: 0;
  color: #171511;
  font-family: var(--font-ui);
  font-size: clamp(0.84rem, 3.16vw, 0.96rem);
  font-weight: 700;
  line-height: 1.36;
}

.p-camp-condition-item__text {
  margin: 5px 0 0;
  color: #27231b;
  font-family: var(--font-ui);
  font-size: clamp(0.64rem, 2.46vw, 0.74rem);
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.01em;
}

.p-camp-conditions__note {
  margin-top: 16px;
}

/* --------------------------------------------------------------------------
   11. Three steps
   -------------------------------------------------------------------------- */

.p-camp-steps {
  background:
    radial-gradient(ellipse at 76% 8%, rgba(246, 238, 220, 0.56), transparent 300px),
    #efe4cf;
}

.p-camp-step-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(67, 50, 31, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.18);
  list-style: none;
  overflow: hidden;
}

.p-camp-step-item {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
}

.p-camp-step-item + .p-camp-step-item {
  border-top: 1px solid rgba(67, 50, 31, 0.18);
}

.p-camp-step-item__num {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: var(--camp-white);
  background: var(--camp-blue-deep);
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 800;
}

.p-camp-step-item__title {
  margin: 0;
  color: #171511;
  font-family: var(--font-ui);
  font-size: clamp(0.86rem, 3.24vw, 0.98rem);
  font-weight: 700;
  line-height: 1.34;
}

.p-camp-step-item__text {
  margin: 5px 0 0;
  color: #27231b;
  font-family: var(--font-ui);
  font-size: clamp(0.64rem, 2.46vw, 0.74rem);
  font-weight: 500;
  line-height: 1.54;
}

/* --------------------------------------------------------------------------
   12. Notes
   -------------------------------------------------------------------------- */

.p-camp-page .p-lower-note {
  padding: 14px 14px 15px;
  border: 1px solid rgba(143, 125, 48, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.28);
  box-shadow: none;
}

.p-camp-page .p-lower-note__title {
  color: #171511;
  font-size: clamp(0.76rem, 2.9vw, 0.88rem);
}

.p-camp-page .p-lower-note__text {
  color: #27231b;
  font-size: clamp(0.62rem, 2.4vw, 0.72rem);
  line-height: 1.58;
}

/* --------------------------------------------------------------------------
   13. Related links
   -------------------------------------------------------------------------- */

.p-camp-related {
  background:
    radial-gradient(ellipse at 82% 12%, rgba(246, 238, 220, 0.56), transparent 300px),
    #f4ecd8;
}

.p-camp-related .p-lower-related__inner {
  width: min(100% - 30px, var(--site-max, 1120px));
  margin-inline: auto;
}

.p-camp-related .p-lower-related__head {
  max-width: 34em;
  margin-bottom: clamp(22px, 5.8vw, 32px);
}

.p-camp-related .p-lower-related__title {
  line-height: 1.28;
}

.p-camp-related .p-lower-related__text {
  line-height: 1.7;
}

.p-camp-related .p-lower-related__grid {
  gap: 12px;
}

.p-camp-related .p-lower-related__card {
  border-radius: 8px;
  background: rgba(247, 239, 221, 0.84);
  box-shadow: var(--camp-shadow-faint);
}

.p-camp-related .p-lower-related__card::after {
  color: var(--camp-white);
  background: var(--camp-blue-deep);
}

/* --------------------------------------------------------------------------
   14. FAQ excerpt
   -------------------------------------------------------------------------- */

.p-camp-faq {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 250, 240, 0.56), transparent 320px),
    #efe4cf;
}

.p-camp-faq-accordion {
  display: grid;
  gap: 0;
  border: 1px solid rgba(67, 50, 31, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.18);
  overflow: hidden;
}

.p-camp-faq-accordion__item {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.p-camp-faq-accordion__item + .p-camp-faq-accordion__item {
  border-top: 1px solid rgba(67, 50, 31, 0.18);
}

.p-camp-faq-accordion__summary {
  cursor: pointer;
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  min-height: 47px;
  padding: 12px 42px 12px 14px;
  color: #171511;
  font-family: var(--font-ui);
  font-size: clamp(0.78rem, 2.94vw, 0.9rem);
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.018em;
}

.p-camp-faq-accordion__summary::-webkit-details-marker {
  display: none;
}

.p-camp-faq-accordion__summary::after {
  content: "+";
  position: absolute;
  right: 13px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(37, 31, 19, 0.4);
  border-radius: 999px;
  color: #171511;
  background: rgba(255, 250, 240, 0.3);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.p-camp-faq-accordion__item[open] .p-camp-faq-accordion__summary::after {
  content: "−";
}

.p-camp-faq-accordion__q,
.p-camp-faq-accordion__a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
}

.p-camp-faq-accordion__q {
  color: var(--camp-white);
  background: var(--camp-blue-deep);
}

.p-camp-faq-accordion__a {
  flex: 0 0 auto;
  color: #16180d;
  background: #c6cd30;
}

.p-camp-faq-accordion__body {
  display: flex;
  gap: 9px;
  padding: 0 14px 13px;
}

.p-camp-faq-accordion__body p {
  margin: 0;
  color: #27231b;
  font-family: var(--font-ui);
  font-size: clamp(0.64rem, 2.46vw, 0.74rem);
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.01em;
}

/* --------------------------------------------------------------------------
   15. Final CTA
   -------------------------------------------------------------------------- */

.p-camp-cta {
  min-height: 590px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(246, 238, 220, 0.12), transparent 360px),
    radial-gradient(circle at 78% 14%, rgba(230, 184, 90, 0.24), transparent 340px),
    linear-gradient(155deg, #15273d 0%, #213b31 62%, #2c4534 100%);
}

.p-camp-cta::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -4%;
  height: 34%;
  pointer-events: none;
  background:
    linear-gradient(145deg, transparent 0 19%, rgba(255, 250, 240, 0.08) 19% 20%, transparent 20%),
    linear-gradient(35deg, transparent 0 54%, rgba(255, 250, 240, 0.07) 54% 55%, transparent 55%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
  clip-path: polygon(0 68%, 14% 52%, 28% 72%, 46% 36%, 64% 70%, 78% 46%, 100% 66%, 100% 100%, 0 100%);
  opacity: 0.72;
}

.p-camp-cta .p-lower-cta__title {
  color: var(--camp-white);
  font-size: clamp(1.9rem, 7.6vw, 2.48rem);
  line-height: 1.38;
  text-shadow:
    0 5px 20px rgba(0, 0, 0, 0.54),
    0 1px 0 rgba(0, 0, 0, 0.3);
}

.p-camp-cta .p-lower-cta__text {
  max-width: 44em;
  margin-inline: auto;
  color: rgba(255, 250, 240, 0.84);
  font-family: var(--font-body);
  line-height: 1.76;
}

/* --------------------------------------------------------------------------
   16. Buttons
   -------------------------------------------------------------------------- */

.page-camp .p-lower-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  column-gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  font-family: var(--font-ui);
  font-size: clamp(0.86rem, 3.28vw, 0.96rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.052em;
}

.page-camp .p-lower-button::after {
  justify-self: end;
}

.page-camp .p-lower-button--primary {
  color: var(--camp-white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    var(--camp-blue-deep);
  box-shadow: 0 8px 16px rgba(32, 29, 19, 0.15);
}

.page-camp .p-lower-button--secondary,
.page-camp .p-lower-button--ghost {
  color: #171511;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
    rgba(255, 250, 240, 0.84);
  border: 1px solid rgba(70, 54, 30, 0.14);
  box-shadow: var(--camp-shadow-faint);
}

.page-camp .p-lower-button--gold {
  color: var(--camp-white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    var(--camp-gold);
  box-shadow:
    0 10px 20px rgba(80, 55, 5, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

/* --------------------------------------------------------------------------
   17. Smartphone guard
   -------------------------------------------------------------------------- */

@media (max-width: 430px) {
  .p-camp-page .p-lower-section__inner,
  .p-camp-related .p-lower-related__inner {
    width: min(100% - 26px, var(--site-max, 1120px));
  }

  .p-camp-hero {
    min-height: max(100svh, 196vw);
    min-height: max(100dvh, 196vw);
    padding-left: 13px;
    padding-right: 13px;
  }

  .p-camp-hero .p-lower-hero__title {
    font-size: clamp(2rem, 8.75vw, 2.58rem);
  }

  .p-camp-photo-rail {
    margin-right: -13px;
    padding-right: 13px;
  }

  .p-camp-proof-photo {
    flex-basis: min(86vw, 348px);
  }
}

@media (max-width: 374px) {
  .p-camp-page .p-lower-section__inner,
  .p-camp-related .p-lower-related__inner {
    width: min(100% - 24px, var(--site-max, 1120px));
  }

  .p-camp-hero {
    min-height: max(100svh, 206vw);
    min-height: max(100dvh, 206vw);
    padding-left: 12px;
    padding-right: 12px;
  }

  .p-camp-hero .p-lower-hero__title {
    font-size: 1.86rem;
  }

  .p-camp-hero .p-lower-hero__lead {
    font-size: 0.74rem;
  }

  .p-camp-photo-rail {
    margin-right: -12px;
    padding-right: 12px;
  }

  .p-camp-proof-photo {
    flex-basis: min(87vw, 312px);
  }

  .p-camp-strengths__card {
    grid-template-columns: minmax(0, 1fr) 32%;
  }
}

/* --------------------------------------------------------------------------
   18. Tablet / desktop
   -------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .page-camp .l-site-header {
    color: var(--camp-blue);
    background: rgba(250, 246, 235, 0.84);
    border-bottom: 1px solid rgba(74, 61, 42, 0.1);
    backdrop-filter: blur(18px);
  }

  .page-camp .l-site-header__brand {
    text-shadow: none;
  }

  .page-camp .l-site-header__brand-mark {
    color: var(--camp-white);
    background: var(--camp-blue);
    border-color: var(--camp-blue);
  }

  .p-camp-hero {
    min-height: 740px;
    padding-top: 130px;
    background:
      radial-gradient(
        ellipse at 16% 30%,
        rgba(2, 7, 7, 0.36) 0%,
        rgba(2, 7, 7, 0.22) 34%,
        rgba(2, 7, 7, 0.08) 66%,
        rgba(2, 7, 7, 0) 100%
      ),
      linear-gradient(
        90deg,
        rgba(3, 7, 7, 0.24) 0%,
        rgba(3, 7, 7, 0.12) 44%,
        rgba(3, 7, 7, 0.03) 82%,
        rgba(3, 7, 7, 0) 100%
      ),
      url("../img/lower/camp/camp_hero_bg_sp.png"),
      linear-gradient(145deg, #0d120f 0%, #142637 48%, #243a2e 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, cover, 100% 100%;
    background-position: center top;
  }

  .p-camp-hero .p-lower-hero__inner {
    width: min(var(--site-max), 100%);
    margin-inline: auto;
  }

  .p-camp-target__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .p-camp-strengths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-camp-strengths__card {
    grid-template-columns: minmax(0, 1fr) 34%;
    min-height: 148px;
  }

  .p-camp-photo-rail {
    margin-right: 0;
    padding-right: 0;
  }

  .p-camp-proof-photo {
    flex-basis: min(46vw, 400px);
  }

  .p-camp-condition-list,
  .p-camp-step-list,
  .p-camp-faq-accordion {
    width: min(820px, 100%);
    margin-inline: auto;
  }
}

@media (min-width: 1024px) {
  .p-camp-strengths__card {
    min-height: 160px;
  }

  .p-camp-proof-photo {
    flex-basis: 404px;
  }

  .p-camp-proof-photo__media {
    min-height: 303px;
  }
}

/* --------------------------------------------------------------------------
   19. Motion safety
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .p-camp-proof-photo {
    transform: none !important;
  }

  .p-camp-photo-rail {
    scroll-behavior: auto;
  }
}