:root {
  --b-ink: #201d1b;
  --b-cream: #faf7f2;
  --b-sage: #667769;
  --b-sage-dark: #34483b;
  --b-blush: #ddc8bc;
  --b-line: #cfc3b9;
}

.concept-b {
  color: var(--b-ink);
  background: var(--b-cream);
}

.concept-b .brand,
.concept-b h1,
.concept-b h2,
.concept-b .story-display,
.concept-b .journal-quote {
  font-family: "Gowun Batang", "Noto Serif KR", serif;
}

.concept-b .hero-photo {
  min-height: 760px;
  padding: 124px 0 92px;
  align-items: flex-end;
  background-image: url("../images/hanbyeok-review-05.jpg");
  background-position: center 48%;
}

.concept-b .hero-photo::before {
  background: rgba(31, 26, 23, 0.55);
}

.concept-b .hero-eyebrow {
  color: #f1c8c4;
}

.concept-b .hero-title {
  max-width: 760px;
  font-size: 62px;
  font-weight: 700;
}

.b-intro {
  padding: 106px 0 118px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  align-items: start;
}

.story-display {
  margin: 0;
  font-size: 46px;
  line-height: 1.42;
  letter-spacing: 0;
}

.story-list {
  border-top: 1px solid var(--b-line);
}

.story-row {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 27px 0;
  border-bottom: 1px solid var(--b-line);
}

.story-index {
  color: var(--hb-red);
  font-size: 13px;
  font-weight: 800;
}

.story-row h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.story-row p {
  max-width: 520px;
  margin-bottom: 0;
  color: #6d625b;
  font-size: 14px;
}

.story-row .icon-wrap {
  color: var(--b-sage-dark);
  border: 1px solid var(--b-line);
  border-radius: 50%;
}

.b-scenes {
  padding: 0 0 120px;
}

.scene {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: var(--hb-white);
}

.scene + .scene {
  margin-top: 22px;
}

.scene.is-reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.scene.is-reverse .scene-image {
  order: 2;
}

.scene-image {
  min-height: 560px;
}

.scene-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-copy {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scene-copy h3 {
  margin-bottom: 18px;
  font: 700 36px/1.4 "Gowun Batang", serif;
}

.scene-copy p {
  color: #6d625b;
}

.scene-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hb-red);
  font-weight: 800;
}

.scene-link > svg {
  width: 18px;
  height: 18px;
}

.b-promise {
  padding: 104px 0;
  color: var(--hb-white);
  background: var(--b-sage-dark);
}

.promise-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 88px;
}

.journal-quote {
  margin: 0;
  font-size: 42px;
  line-height: 1.48;
}

.promise-copy {
  padding-top: 12px;
}

.promise-copy p {
  color: #dbe5de;
  font-size: 17px;
}

.promise-note {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #74877a;
  display: flex;
  align-items: start;
  gap: 16px;
}

.promise-note .icon-wrap {
  color: #ffd1cc;
  border: 1px solid #819588;
  border-radius: 50%;
}

.promise-note strong {
  display: block;
  margin-bottom: 5px;
}

.promise-note span {
  color: #bdcdc2;
  font-size: 13px;
}

.b-gallery {
  padding: 112px 0;
  background: var(--hb-white);
}

.journal-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.72fr;
  grid-template-rows: 330px 190px;
  gap: 12px;
}

.journal-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ece9e4;
}

.journal-gallery figure:first-child {
  grid-row: 1 / 3;
}

.journal-gallery figure:nth-child(2) {
  grid-column: 2 / 4;
}

.journal-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
  color: var(--hb-white);
  background: rgba(32, 29, 27, 0.76);
  font-size: 12px;
}

.review-band {
  padding: 70px 0;
  background: var(--b-blush);
}

.review-inner {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 56px;
  align-items: start;
}

.review-label {
  font-size: 13px;
  font-weight: 800;
}

.review-text {
  margin: 0 0 22px;
  font: 700 30px/1.55 "Gowun Batang", serif;
}

.review-source {
  color: #6d564b;
  font-size: 13px;
}

.b-metrics {
  padding: 68px 0;
  background: var(--b-ink);
  color: var(--hb-white);
}

.b-metric-grid {
  display: grid;
  grid-template-columns: 0.75fr repeat(3, 1fr);
  align-items: center;
}

.b-metric-intro {
  padding-right: 34px;
}

.b-metric-intro h2 {
  margin-bottom: 10px;
  font: 700 28px/1.4 "Gowun Batang", serif;
}

.b-metric-item {
  min-height: 138px;
  padding: 20px 30px;
  border-left: 1px solid #514b47;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b-metric-value {
  margin-bottom: 8px;
  color: #f1c6c2;
  font-size: 38px;
  font-weight: 800;
}

.b-metric-copy {
  color: #c8c0ba;
  font-size: 13px;
}

.b-price {
  padding: 112px 0;
}

.b-price-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}

.price-note {
  font: 700 42px/1.45 "Gowun Batang", serif;
}

.price-note strong {
  color: var(--hb-red);
}

.b-price-list {
  border-top: 1px solid var(--b-ink);
}

.b-price-row {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  border-bottom: 1px solid var(--b-line);
}

.b-price-row strong {
  font-size: 20px;
}

.b-price-footnote {
  margin-top: 18px;
  color: #6d625b;
  font-size: 13px;
}

.b-photo-note {
  padding: 112px 0;
  background: var(--hb-white);
}

.photo-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.photo-note-item {
  position: relative;
  padding: 42px;
  border: 1px solid var(--b-line);
}

.photo-note-item::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 42px;
  width: 72px;
  height: 14px;
  background: var(--b-blush);
}

.photo-note-number {
  display: block;
  margin-bottom: 28px;
  color: var(--hb-red);
  font-size: 13px;
  font-weight: 800;
}

.photo-note-item h3 {
  margin-bottom: 14px;
  font: 700 29px/1.4 "Gowun Batang", serif;
}

.photo-note-item p {
  color: #6d625b;
}

.photo-note-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 24px;
  object-fit: cover;
}

.b-quote {
  padding: 112px 0;
  color: var(--hb-white);
  background: var(--b-sage-dark);
}

.b-quote .section-kicker {
  color: #f1c6c2;
}

.b-quote .section-lead {
  color: #dbe5de;
}

.b-quote-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}

.b-quote-copy {
  position: sticky;
  top: 94px;
}

.b-selected {
  margin-top: 28px;
  padding: 18px 0;
  border-top: 1px solid #7a8f81;
  border-bottom: 1px solid #7a8f81;
}

.b-selected span {
  display: block;
  color: #afc0b5;
  font-size: 12px;
}

.b-selected strong {
  display: block;
  margin-top: 4px;
  font-size: 19px;
}

.b-form-shell {
  padding: 40px;
  color: var(--b-ink);
  background: var(--b-cream);
  border-top: 6px solid var(--hb-red);
}

.b-form-shell .form-section-title {
  margin: 34px 0 16px;
  padding-top: 28px;
  border-top: 1px solid var(--b-line);
  font: 700 22px/1.4 "Gowun Batang", serif;
}

.b-form-shell .form-section-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.b-faq {
  padding: 108px 0;
  background: var(--b-cream);
}

@media (max-width: 980px) {
  .intro-grid,
  .promise-grid,
  .b-price-layout,
  .b-quote-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .b-quote-copy {
    position: static;
  }

  .scene,
  .scene.is-reverse {
    grid-template-columns: 1fr 1fr;
  }

  .b-metric-grid {
    grid-template-columns: 1fr 1fr;
  }

  .b-metric-intro {
    grid-column: 1 / -1;
    padding: 0 0 26px;
  }
}

@media (max-width: 700px) {
  .concept-b .hero-photo {
    min-height: 720px;
    padding-bottom: 76px;
    background-position: 58% center;
  }

  .concept-b .hero-title {
    font-size: 42px;
  }

  .b-intro,
  .b-gallery,
  .b-price,
  .b-photo-note,
  .b-quote,
  .b-faq {
    padding: 72px 0;
  }

  .story-display,
  .price-note {
    font-size: 34px;
  }

  .story-row {
    grid-template-columns: 42px 1fr;
  }

  .story-row .icon-wrap {
    display: none;
  }

  .scene,
  .scene.is-reverse {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .scene.is-reverse .scene-image {
    order: 0;
  }

  .scene-image {
    min-height: 280px;
  }

  .scene-copy {
    padding: 36px 24px 42px;
  }

  .scene-copy h3 {
    font-size: 30px;
  }

  .journal-quote {
    font-size: 33px;
  }

  .journal-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 170px;
  }

  .journal-gallery figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .journal-gallery figure:nth-child(2) {
    grid-column: auto;
  }

  .review-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .review-text {
    font-size: 25px;
  }

  .b-metric-grid {
    grid-template-columns: 1fr;
  }

  .b-metric-intro {
    grid-column: auto;
  }

  .b-metric-item {
    min-height: 110px;
    padding: 18px 0;
    border-top: 1px solid #514b47;
    border-left: 0;
  }

  .photo-note-grid {
    grid-template-columns: 1fr;
  }

  .photo-note-item {
    padding: 32px 24px;
  }

  .b-form-shell {
    padding: 28px 18px;
  }
}
