.lp-preview[hidden] { display: none; }
.lp-preview { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1rem; color: #172c35; background: #f5dc9a; font: 600 14px/1.5 sans-serif; }
.lp-preview a { padding: .4rem .8rem; border: 1px solid currentColor; border-radius: 4px; color: inherit; text-decoration: none; }
.lp-preview a[aria-current="page"] { background: #172c35; color: white; }
.lp-video { color: #17383d; background: #f5f0e5; border-block: 1px solid #c9bfae; padding: clamp(3.5rem, 6vw, 6.5rem) 0; }
.lp-video__layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(2.5rem, 5vw, 6rem); }
.lp-video__copy { max-width: 34rem; }
.lp-video__label { margin: 0 0 .8rem; color: #9b661e; font-size: .875rem; font-weight: 700; letter-spacing: .08em; }
.lp-video__copy h2 { margin: 0 0 1.25rem; font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1.55; letter-spacing: -.035em; text-wrap: balance; }
.lp-video__copy h2 span { display: block; }
.lp-video__copy > p:not(.lp-video__label, .lp-video__meta) { margin: 0; color: #385359; font-size: var(--lp-text-lg, 1.125rem); line-height: 1.95; }
.lp-video__meta { display: flex; flex-wrap: wrap; gap: .6rem 1.1rem; margin: 1.15rem 0 1.6rem; color: #5b6d6e; font-size: .875rem; }
.lp-video__meta span + span::before { content: "・"; margin-right: 1.1rem; color: #9b661e; }
.lp-video__media { min-width: 0; }
.lp-video__player,
.lp-video__iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 1px solid #806d56; background: #071a29; }
.lp-video__player { position: relative; overflow: hidden; color: #fff; box-shadow: 0 24px 60px #17383d26; }
.lp-video__player::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, #071522b8); transition: background-color .2s ease; }
.lp-video__player:hover::after { background-color: #06162024; }
.lp-video__player:focus-visible { outline: 3px solid #b9781d; outline-offset: 5px; }
.lp-video__player img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.lp-video__player:hover img { transform: scale(1.015); }
.lp-video__play { position: absolute; z-index: 1; left: 50%; top: 50%; width: 4.5rem; height: 4.5rem; translate: -50% -50%; border-radius: 50%; background: #f4eee3; box-shadow: 0 10px 30px #07152266; transition: transform .2s ease, background-color .2s ease; }
.lp-video__play::after { content: ""; position: absolute; left: 52%; top: 50%; translate: -50% -50%; border-block: .72rem solid transparent; border-left: 1.15rem solid #a43e29; }
.lp-video__player:hover .lp-video__play { transform: scale(1.06); background: #fffaf0; }
.lp-video__play-label { position: absolute; z-index: 1; left: 1.25rem; bottom: 1rem; font-size: .9375rem; font-weight: 700; letter-spacing: .02em; text-shadow: 0 1px 4px #000; }
.lp-video__iframe { border: 0; }
.lp-video__privacy { margin: .75rem 0 0; color: #5c6e70; font-size: .8125rem; line-height: 1.7; }
.lp-video__privacy a { color: inherit; text-underline-offset: .25em; }
@media (max-width: 1000px) {
  .lp-video__layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .lp-video__copy { max-width: 47rem; }
}
@media (max-width: 680px) {
  .lp-video { padding-block: 3rem; }
  .lp-video__copy > p:not(.lp-video__label, .lp-video__meta) { font-size: 1.0625rem; }
  .lp-video__copy .button { width: 100%; justify-content: center; }
  .lp-video__play { width: 3.75rem; height: 3.75rem; }
  .lp-video__play::after { border-block-width: .6rem; border-left-width: .95rem; }
}
@media print {
  .lp-preview, .lp-video__play { display: none; }
  .lp-video { background: white; color: black; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-video__player img,
  .lp-video__play { transition: none; }
  .lp-video__player:hover img,
  .lp-video__player:hover .lp-video__play { transform: none; }
}
