.laser-solution-page {
  background: #f3eee7;
  color: #22201d;
}

.laser-main {
  overflow: hidden;
}

.laser-hero {
  display: block;
  min-height: 0;
  padding: 112px clamp(32px, 6vw, 96px) 34px;
}

.laser-hero-copy {
  max-width: 760px;
}

.laser-hero h1,
.laser-hub h2,
.laser-method h2 {
  margin: 0;
  font-family: "KoPubWorldBatang", "Noto Serif KR", serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #171411;
}

.laser-hero h1 {
  font-size: clamp(2.3rem, 3.7vw, 4.2rem);
  line-height: 1.16;
}

.laser-hero-lead {
  margin: 28px 0 0;
  max-width: 620px;
  font-size: 1.16rem;
  line-height: 1.9;
  color: rgba(34, 30, 26, 0.76);
}

.laser-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(64, 53, 42, 0.18);
  color: rgba(83, 69, 55, 0.74);
  font-family: "Sorts Mill Goudy", Georgia, serif;
  font-size: 1rem;
}

.laser-hero-image {
  display: none;
}

.laser-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.laser-hero-image figcaption {
  position: absolute;
  left: 34px;
  bottom: 30px;
  max-width: calc(100% - 68px);
  color: rgba(246, 239, 228, 0.88);
  font-family: "Sorts Mill Goudy", Georgia, serif;
  font-size: clamp(1.3rem, 2.1vw, 2.4rem);
  line-height: 1.2;
}

.laser-hub {
  padding: 126px clamp(32px, 6vw, 96px) 136px;
  background: #ede5da;
}

.laser-hub > * {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.laser-hub-head {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 0.88fr);
  gap: clamp(56px, 8vw, 118px);
  align-items: end;
  margin-bottom: 46px;
}

.laser-hub h2,
.laser-method h2 {
  font-size: clamp(2.7rem, 4.1vw, 4.75rem);
  line-height: 1.13;
}

.laser-hub-head > p,
.laser-method-main p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.96;
  color: rgba(36, 31, 27, 0.72);
}

.laser-hub-head > p {
  max-width: 560px;
  padding-bottom: 10px;
}

.laser-filter-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
  margin-bottom: 58px;
}

.laser-filter-row,
.laser-device-list {
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.laser-filter-row::-webkit-scrollbar,
.laser-device-list::-webkit-scrollbar {
  display: none;
}

.laser-filter-row.is-dragging,
.laser-device-list.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.laser-category-tile {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 166px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(67, 58, 48, 0.22);
  border-radius: 0;
  background: rgba(247, 243, 237, 0.42);
  color: #2c261f;
  flex-direction: column;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 260ms ease, background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.laser-category-tile span {
  display: block;
  margin-bottom: 20px;
  color: rgba(118, 94, 63, 0.72);
  font-size: 0.84rem;
}

.laser-category-tile strong {
  display: block;
  font-family: "Sorts Mill Goudy", Georgia, serif;
  font-size: clamp(1.35rem, 1.55vw, 1.62rem);
  font-weight: 400;
  line-height: 1.14;
}

.laser-category-tile small {
  display: block;
  margin-top: auto;
  padding-top: 22px;
  color: rgba(37, 32, 27, 0.62);
  font-size: 0.9rem;
  line-height: 1.62;
}

.laser-category-tile em {
  display: block;
  margin-top: 20px;
  color: rgba(37, 32, 27, 0.48);
  font-family: "Sorts Mill Goudy", Georgia, serif;
  font-style: normal;
}

.laser-category-tile.is-active {
  border-color: #3a332c;
  background: #3a332c;
  color: #f6efe6;
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(43, 35, 27, 0.14);
}

.laser-category-tile.is-active span,
.laser-category-tile.is-active small,
.laser-category-tile.is-active em {
  color: rgba(246, 239, 230, 0.72);
}

.laser-hub-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.44fr) minmax(0, 0.84fr);
  gap: clamp(46px, 6vw, 82px);
  align-items: start;
}

.laser-device-column {
  min-width: 0;
}

.laser-device-list {
  display: grid;
  gap: 12px;
}

.laser-device-scrollbar {
  display: none;
}

.laser-device-button {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(64, 53, 42, 0.1);
  background: rgba(247, 243, 237, 0.34);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.laser-device-thumb {
  display: block;
  width: 88px;
  aspect-ratio: 1 / 0.92;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.laser-device-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.laser-device-thumb em {
  display: grid;
  place-items: center;
  height: 100%;
  color: rgba(118, 94, 63, 0.64);
  font-family: "Sorts Mill Goudy", Georgia, serif;
  font-size: 1.05rem;
  font-style: normal;
}

.laser-device-button strong {
  display: block;
  margin-bottom: 6px;
  font-family: "KoPubWorldBatang", "Noto Serif KR", serif;
  font-size: 1.24rem;
  font-weight: 400;
  line-height: 1.42;
}

.laser-device-button em {
  display: inline-block;
  margin-bottom: 9px;
  color: rgba(118, 94, 63, 0.7);
  font-size: 0.78rem;
  font-style: normal;
}

.laser-device-button .laser-device-thumb em {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  place-items: center;
  color: rgba(118, 94, 63, 0.68);
  font-family: "Sorts Mill Goudy", Georgia, serif;
  font-size: 1.06rem;
  line-height: 1;
}

.laser-device-button span:last-child {
  min-width: 0;
}

.laser-device-button small {
  display: block;
  color: rgba(45, 39, 34, 0.64);
  font-size: 0.92rem;
  line-height: 1.68;
}

.laser-device-button.is-active {
  border-color: rgba(58, 51, 44, 0.28);
  background: rgba(247, 243, 237, 0.78);
  box-shadow: 0 16px 30px rgba(43, 35, 27, 0.08);
  transform: translateY(-2px);
}

.laser-device-button.is-active strong {
  color: #7b5e35;
}

.laser-device-detail {
  min-height: 620px;
  background: rgba(247, 243, 237, 0.62);
  border: 1px solid rgba(64, 53, 42, 0.12);
  padding: clamp(42px, 4.8vw, 68px);
}

.laser-detail-layout {
  display: block;
  max-width: 720px;
}

.laser-detail-copy h3 {
  margin: 0 0 16px;
  font-family: "KoPubWorldBatang", "Noto Serif KR", serif;
  font-size: clamp(2.05rem, 3vw, 3.6rem);
  font-weight: 400;
  line-height: 1.24;
  color: #171411;
}

.laser-detail-model {
  margin: 0 0 30px;
  font-family: "Sorts Mill Goudy", Georgia, serif;
  font-size: clamp(1.24rem, 1.7vw, 1.82rem);
  line-height: 1.45;
  color: rgba(58, 51, 44, 0.66);
}

.laser-detail-summary {
  margin: 0 0 18px;
  max-width: 680px;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(35, 30, 26, 0.74);
}

.laser-detail-description {
  margin: 0;
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.94;
  color: rgba(35, 30, 26, 0.67);
}

.laser-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 36px 0 0;
}

.laser-tags span {
  padding: 7px 11px;
  border: 1px solid rgba(92, 75, 55, 0.22);
  border-radius: 999px;
  color: rgba(58, 50, 42, 0.72);
  font-size: 0.82rem;
}

.laser-feature-lines {
  display: grid;
  gap: 14px;
  margin-top: 44px;
}

.laser-feature-lines p {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  color: rgba(35, 30, 26, 0.68);
  line-height: 1.78;
}

.laser-feature-lines p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(123, 94, 53, 0.55);
}

.laser-detail-actions {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 46px;
}

.laser-inline-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  min-width: 148px;
  height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(58, 51, 44, 0.34);
  border-radius: 999px;
  color: #3a332c;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.laser-inline-link:hover {
  border-color: rgba(58, 51, 44, 0.68);
  background: rgba(58, 51, 44, 0.06);
}

.laser-empty {
  padding: 42px 0;
  color: rgba(35, 30, 26, 0.62);
  line-height: 1.8;
}

.laser-method {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(360px, 1fr);
  gap: clamp(40px, 7vw, 110px);
  padding: 130px clamp(32px, 6vw, 96px);
}

.laser-method > .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.laser-method-main p {
  margin-top: 34px;
}

.laser-method-lines {
  align-self: end;
  border-top: 1px solid rgba(64, 53, 42, 0.18);
}

.laser-method-lines p {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  margin: 0;
  padding: 26px 0;
  border-bottom: 1px solid rgba(64, 53, 42, 0.14);
  color: rgba(35, 30, 26, 0.68);
  line-height: 1.75;
}

.laser-method-lines strong {
  color: #2f2924;
  font-family: "Sorts Mill Goudy", Georgia, serif;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .laser-hero,
  .laser-hub,
  .laser-method {
    padding-left: 24px;
    padding-right: 24px;
  }

  .laser-hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    padding-top: 98px;
    padding-bottom: 34px;
    text-align: left;
  }

  .laser-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
    line-height: 1.2;
  }

  .laser-hero-lead {
    margin-top: 20px;
    font-size: 1.03rem;
    line-height: 1.86;
  }

  .laser-hero-meta {
    display: none;
  }

  .laser-hero-image {
    display: none;
  }

  .laser-hub {
    padding-top: 98px;
    padding-bottom: 80px;
  }

  .laser-hub-head,
  .laser-hub-grid,
  .laser-detail-layout,
  .laser-method {
    display: block;
  }

  .laser-hub-head {
    text-align: center;
  }

  .laser-hub h2,
  .laser-method h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .laser-hub-head > p {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .laser-empty {
    text-align: center;
  }

  .laser-filter-row {
    display: flex;
    overflow-x: auto;
    cursor: grab;
    gap: 12px;
    padding-bottom: 10px;
    margin: 28px -24px 24px;
    padding-left: 24px;
    padding-right: 24px;
    scroll-snap-type: x proximity;
  }

  .laser-category-tile {
    flex: 0 0 auto;
    width: min(340px, calc(100vw - 68px));
    min-height: 132px;
    padding: 18px;
    scroll-snap-align: start;
  }

  .laser-category-tile span {
    margin-bottom: 12px;
    font-size: 0.82rem;
  }

  .laser-category-tile strong {
    font-size: 1.36rem;
  }

  .laser-category-tile small {
    min-height: 38px;
    margin-top: 9px;
    padding-top: 0;
    font-size: 0.84rem;
  }

  .laser-category-tile em {
    margin-top: 14px;
    font-size: 0.9rem;
  }

  .laser-device-list {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    cursor: grab;
    margin: 0 -24px;
    padding: 0 24px 6px;
    border-top: 0;
    scroll-padding-left: 24px;
    scroll-snap-type: x mandatory;
  }

  .laser-device-button {
    flex: 0 0 calc(100vw - 48px);
    min-height: 286px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(64, 53, 42, 0.16);
    background: rgba(247, 243, 237, 0.5);
    scroll-snap-align: start;
  }

  .laser-device-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .laser-device-button.is-active {
    border-color: rgba(58, 51, 44, 0.55);
    background: rgba(247, 243, 237, 0.86);
  }

  .laser-device-scrollbar {
    position: relative;
    display: block;
    width: min(48vw, 172px);
    height: 18px;
    margin: 12px 0 28px;
  }

  .laser-device-scrollbar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 1px;
    background: rgba(64, 53, 42, 0.22);
  }

  .laser-device-scrollbar span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 32%;
    height: 7px;
    border-radius: 999px;
    background: #7b5e35;
    box-shadow: 0 4px 12px rgba(70, 54, 36, 0.2);
    transition: left 160ms ease, width 160ms ease;
  }

  .laser-device-detail {
    min-height: 0;
    padding: 24px;
  }

  .laser-detail-copy h3 {
    font-size: clamp(1.8rem, 8vw, 2.15rem);
    line-height: 1.24;
    letter-spacing: 0;
    word-break: keep-all;
    text-wrap: balance;
  }

  .laser-detail-model {
    font-size: 1.18rem;
    line-height: 1.68;
    word-break: keep-all;
    text-wrap: pretty;
  }

  .laser-detail-summary,
  .laser-detail-description {
    font-size: 0.96rem;
    line-height: 1.84;
    word-break: keep-all;
    overflow-wrap: break-word;
    text-wrap: pretty;
  }

  .laser-feature-lines p,
  .laser-method-lines p {
    display: block;
  }

  body.mobile-page.laser-solution-page .laser-feature-lines {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }

  body.mobile-page.laser-solution-page .laser-feature-lines p {
    justify-self: stretch;
    width: 100%;
    min-width: 100%;
    inline-size: 100%;
    max-width: none;
    box-sizing: border-box;
    padding-left: 0;
    text-align: left;
  }

  body.mobile-page.laser-solution-page .laser-feature-lines p::before {
    display: none;
  }

  .laser-method-lines strong {
    display: block;
    margin-bottom: 7px;
  }

  .laser-method {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .laser-method > .eyebrow {
    margin-bottom: 18px;
  }

  .laser-method-main p {
    margin-top: 24px;
    font-size: 1rem;
  }

  .laser-method-lines {
    margin-top: 34px;
  }
}
