/* generated from frontend/src/components/products/IshigakiNightTourDetail.module.scss (prefix: in-) */
@charset "UTF-8";
.in-detail {
  --night: #071326;
  --blue: #2d6fcb;
  --sky: #bce8ff;
  --mint: #62dbc7;
  --cream: #f7f6f1;
  color: #10192d;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.in-detail h1,
.in-detail h2,
.in-detail h3,
.in-detail p,
.in-detail figure,
.in-detail blockquote,
.in-detail dl,
.in-detail dd {
  margin-top: 0;
}

.in-hero {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.in-heroOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 13, 28, 0.9), rgba(4, 13, 28, 0.54) 58%, rgba(4, 13, 28, 0.12)), linear-gradient(0deg, rgba(4, 13, 28, 0.6), transparent 58%);
}

.in-heroContent {
  position: relative;
  z-index: 1;
  padding: 70px 54px;
  max-width: 720px;
}
.in-heroContent h1 {
  margin: 22px 0 18px;
  color: #fff;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.22;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.in-heroContent h1 em {
  color: var(--sky);
  font-style: normal;
}
.in-heroContent > p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
}

.in-eyebrow,
.in-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.in-eyebrow {
  color: var(--sky);
  display: flex;
  align-items: center;
  gap: 10px;
}
.in-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
}

.in-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.in-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 600;
}

.in-summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: -28px 28px 0;
  padding: 20px 8px;
  position: relative;
  z-index: 2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(4, 19, 42, 0.18);
}
.in-summary > div {
  padding: 2px 16px;
  border-right: 1px solid #e6ebf1;
}
.in-summary > div:last-child {
  border: 0;
}
.in-summary small {
  display: block;
  margin-bottom: 6px;
  color: #8a94a6;
  font-size: 10px;
  font-weight: 700;
}
.in-summary strong {
  font-size: 14px;
  letter-spacing: -0.03em;
}

.in-price {
  color: #ec4b5f;
}

.in-section {
  padding: 90px 50px;
}
.in-section h2 {
  margin: 12px 0 20px;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.4;
  letter-spacing: -0.045em;
}
.in-section h2 b {
  color: var(--blue);
}
.in-section > p,
.in-section > div > p {
  color: #667085;
  line-height: 1.85;
}

.in-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.in-photoStack {
  position: relative;
  padding: 0 28px 34px 0;
}

.in-photoMain {
  width: 100%;
  height: 460px;
  border-radius: 140px 140px 20px 20px;
  object-fit: cover;
  box-shadow: 0 22px 60px rgba(4, 19, 42, 0.16);
}

.in-photoSub {
  width: 150px;
  height: 190px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 6px solid #fff;
  border-radius: 80px 80px 15px 15px;
  object-fit: cover;
}

.in-intro blockquote {
  margin: 30px 0 0;
  padding: 7px 0 7px 19px;
  border-left: 3px solid var(--mint);
  color: #223453;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: 17px;
  line-height: 1.7;
}

.in-highlights {
  background: var(--cream);
}

.in-centerHead {
  text-align: center;
  margin-bottom: 42px;
}

.in-pointGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.in-pointGrid article {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 45, 80, 0.08);
}
.in-pointGrid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.in-pointGrid article > div {
  padding: 22px 20px 25px;
}
.in-pointGrid small {
  color: #3e78bf;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.in-pointGrid h3 {
  margin: 8px 0 10px;
  font-size: 18px;
  letter-spacing: -0.04em;
}
.in-pointGrid p {
  margin: 0;
  color: #6f7889;
  font-size: 12px;
  line-height: 1.7;
}

.in-story {
  color: #fff;
  background: var(--night);
}
.in-story .in-kicker {
  color: #83d9ff;
}
.in-story h2 {
  margin-bottom: 12px;
}

.in-storyLead {
  color: rgba(255, 255, 255, 0.64) !important;
}

.in-storyGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 38px;
}
.in-storyGrid figure {
  min-height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}
.in-storyGrid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 15, 31, 0.88), transparent 64%);
}
.in-storyGrid img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.in-storyGrid figcaption {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
}
.in-storyGrid figcaption small {
  display: block;
  color: #8ddcff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.in-storyGrid figcaption strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.in-storyLarge {
  grid-row: span 2;
  min-height: 574px !important;
}

.in-schedule {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px;
}

.in-scheduleHead > p {
  font-size: 14px;
}

.in-timeline {
  border-top: 1px solid #dce3ec;
}

.in-timeRow {
  display: grid;
  grid-template-columns: 68px 28px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid #dce3ec;
}
.in-timeRow time {
  color: #235fae;
  font-size: 15px;
  font-weight: 800;
}
.in-timeRow i {
  width: 11px;
  height: 11px;
  margin-top: 6px;
  border: 3px solid #6bcdbf;
  border-radius: 50%;
}
.in-timeRow strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.in-timeRow p {
  margin: 0;
  color: #7a8495;
  font-size: 11px;
}

.in-guide {
  background: #eef6fb;
}

.in-guideGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.in-guideGrid article {
  padding: 27px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(20, 48, 75, 0.06);
}
.in-guideGrid h3 {
  margin-bottom: 18px;
}
.in-guideGrid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.in-guideGrid li {
  padding: 8px 0 8px 24px;
  position: relative;
  color: #586477;
  font-size: 12px;
  line-height: 1.6;
}
.in-guideGrid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2a9d8f;
  font-weight: 900;
}
.in-guideGrid dl {
  padding: 12px 0;
  border-bottom: 1px solid #eef1f4;
}
.in-guideGrid dt {
  margin-bottom: 4px;
  color: #8a94a6;
  font-size: 10px;
}
.in-guideGrid dd {
  font-size: 12px;
  font-weight: 700;
}

.in-notice {
  margin-top: 18px;
  padding: 17px 20px;
  border: 1px solid #ffd5cf;
  border-radius: 13px;
  background: #fff6f4;
  color: #8c493f;
  font-size: 11px;
  line-height: 1.7;
}
.in-notice b {
  margin-right: 7px;
}

.in-closing {
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 24px;
  position: relative;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.in-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 39, 0.48);
}
.in-closing > div {
  position: relative;
  z-index: 1;
}
.in-closing small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.in-closing h2 {
  margin: 13px 0;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: 34px;
  line-height: 1.5;
}
.in-closing p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

@media (max-width: 900px) {
  .in-summary {
    grid-template-columns: repeat(2, 1fr);
  }
  .in-summary > div {
    padding: 10px 14px;
    border-bottom: 1px solid #e6ebf1;
  }
  .in-summary > div:nth-child(even) {
    border-right: 0;
  }
  .in-summary > div:last-child {
    grid-column: span 2;
    border-bottom: 0;
  }
  .in-intro,
  .in-schedule {
    grid-template-columns: 1fr;
  }
  .in-pointGrid {
    grid-template-columns: 1fr;
  }
  .in-pointGrid article {
    display: grid;
    grid-template-columns: 42% 58%;
  }
  .in-pointGrid img {
    height: 100%;
    min-height: 210px;
  }
}
@media (max-width: 600px) {
  .in-detail {
    border-radius: 16px;
  }
  .in-hero {
    min-height: 590px;
    background-position: 58% center;
  }
  .in-heroOverlay {
    background: linear-gradient(0deg, rgba(4, 13, 28, 0.94), rgba(4, 13, 28, 0.14) 78%);
  }
  .in-heroContent {
    padding: 76px 24px 54px;
    align-self: flex-end;
  }
  .in-heroContent h1 {
    font-size: 39px;
  }
  .in-heroContent > p {
    font-size: 14px;
  }
  .in-tags span {
    padding: 7px 9px;
    font-size: 10px;
  }
  .in-summary {
    margin: -20px 14px 0;
    padding: 8px;
  }
  .in-summary strong {
    font-size: 13px;
  }
  .in-section {
    padding: 72px 22px;
  }
  .in-section h2 {
    font-size: 31px;
  }
  .in-intro {
    gap: 44px;
  }
  .in-photoMain {
    height: 400px;
  }
  .in-photoSub {
    width: 135px;
    height: 170px;
  }
  .in-pointGrid article {
    grid-template-columns: 42% 58%;
  }
  .in-pointGrid article > div {
    padding: 18px 15px;
  }
  .in-pointGrid h3 {
    font-size: 16px;
  }
  .in-pointGrid p {
    font-size: 11px;
  }
  .in-storyGrid {
    grid-template-columns: 1fr;
  }
  .in-storyGrid figure,
  .in-storyLarge {
    min-height: 340px !important;
    grid-row: auto;
  }
  .in-schedule {
    gap: 35px;
  }
  .in-guideGrid {
    grid-template-columns: 1fr;
  }
  .in-closing {
    min-height: 400px;
  }
  .in-closing h2 {
    font-size: 29px;
  }
}
