/* =============================================
   KODAK Mini Shot ERA & RETRO — style.css
   ============================================= */

@font-face {
  font-family: 'Shippori Mincho B1';
  src: url('../../../../fonts/ShipporiMinchoB1-Medium.woff2') format('woff2'),
    url('../../../../fonts/ShipporiMinchoB1-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
}


body {
  color: #434338;
  font-size: 17px;
  scroll-behavior: smooth;
}

@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

.Shippori {
  font-family: "Shippori Mincho B1", serif;
}

.tsukuardgothic {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  margin: 0 auto 50px;
  display: table;
  position: relative;
  color: #000;
}

.tsukuardgothic.yellow {
  color: #fac300;
  font-size: 115px;
}

.pencil-line {
  display: inline-block;
  background: url(../../img/pencil-line.png) no-repeat center 80% / 100%;
  mix-blend-mode: multiply;
}



/* ---------- HEADER ---------- */
.site-header {
  padding: 10px 30px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-title {
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #010100;
}

.header-btn {
  background: #fac300;
  position: relative;
  padding: 8px 20px;
  border-radius: 3px;
  font-weight: bold;
  transition: background 0.2s;
  width: 200px;
  text-align: center;
  position: fixed;
  right: 30px;
}

.header-btn .arrow {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #434338;
  right: 30px;
  bottom: 21px;
}

@media (max-width: 767px) {
  .header-btn {
    padding: 5px 20px;
    border-radius: 1px;
    width: 36%;
    right: 20px;
    font-size: 12px;
  }


  .header-btn .arrow {
    right: 20px;
    bottom: 17px;
  }
}

.header-btn .arrow::before, a .arrow::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 1px;
  height: 5px;
  border-radius: 0;
  background-color: #434338;
  transform-origin: 50% calc(100% - 0.8px);
  left: -0px;
}

.header-btn .arrow::before {
  transform: rotate(45deg);
}

.header-btn .arrow::after {
  transform: rotate(-45deg);
}

/* ---------- KV ---------- */
.kv {
  background: url('../../img/kv_bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  background-color: #E2ECEF;
  height: 100vh;
}

.kv-inner {
  display: flex;
  position: relative;
  min-height: 540px;
  height: 100%;
  /* 親の100vhに対して高さをいっぱいまで広げる */
  align-items: flex-end;
  /* 🌟中身をすべて「下揃え」にするベースの土台 */
  padding-bottom: 150px;
}

.kv-text {
  position: relative;
  z-index: 10;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 0;
  /* 下のパディングをリセット */
  margin-bottom: 0;
}

.modals {
  position: relative;
  top: 0 !important;
  /* 固定位置をリセットして下辺に自然に着地させます */
}

.kv-main {
  font-size: 71px;
  line-height: 1.3;
  margin-bottom: 43px;
}

.kv-main .pencil-line {
  background: url(../../img/pencil-line-top.png) no-repeat bottom right / 80%;
}

.kv-sub {
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.kv-models {
  display: flex;
  max-width: 430px;
  margin-bottom: 40px;
}

.kv-models.sp, .kv-features.sp {
  display: none;
}

.kv-model-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kv-model-item span {
  font-size: 15px;
  font-weight: bold;
  margin: -10px auto 0 10px;
}

.kv-features {
  display: flex;
  gap: 0;
  max-width: 430px;
  margin-bottom: 0;
}

.kv-features li {
  font-family: "Shippori Mincho B1", serif;
  flex: 1;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #ababa6;
}

.kv-features li:first-child {
  border-left: 1px solid #ababa6;
}

.kv_ab {
    width: 500px;
    position: absolute;
    top: -50px;
    /* right: 0; */
    z-index: 0;
    left: 65%;
    /* margin-left: 160px; */
}



.decor-polaroids p {
  text-align: right;
  font-family: "BetterChill";
  font-size: 40px;
  position: absolute;
  top: 40px;
  right: -20px;
  z-index: 2;
  line-height: 1.2;
  color: #000;
  top: 0;
  right: -30%;
  width: 50%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.decor-polaroids p span.pencil-line {
  background: url(../../img/pencil-line.png) no-repeat center center / 100%;
}

.dummy-polaroids {
  max-width: 340px;
  width: 100%;
  height: auto;
}

.kv-catch-box {
  position: absolute;
  left: 50%;
  margin-left: 160px;
  bottom: 50px;
  width: 625px;
  height: 328px;
  background: url(../../img/kv-catch-bg.png) no-repeat bottom center;
  background-size: contain;
}

.kv-catch-inner {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.4;
  width: 350px;
  position: absolute;
  left: 10px;
  right: 0;
  margin: auto;
  bottom: 100px;
  /* 🌟box内の下端にぴったりくっつける */
  display: flex;
  flex-direction: column;
  /* 横並びではなく縦並びで下から積み上げる */
  justify-content: flex-end;
  /* 🌟内部の要素も下揃えに強制 */
  height: auto;/
}

.catch-desc {
  margin-bottom: 0;
  /* 🌟ここが最下部になるため、下の余白を0にして左のリストと下辺を1px単位で一致させる */
}

.kv-catch-inner .catch-title {
  margin-bottom: 12px;
  font-size: 37px;
}

/* 右下の葉っぱイラスト */
.icon-leaf {
  position: absolute;
  bottom: -10px;
  right: 15px;
  width: 80px;
  height: auto;
  mix-blend-mode: multiply;
}

/* ---------- RESPONSIVE (スマホ対応の調整用) ---------- */
@media (max-width: 1250px) {


  .kv-main {
    font-size: 32px;
  }

  .kv_ab {
        /* margin-left: 130px; */
        width: 400px;
  }

  .kv-catch-box {
    width: 450px;
    background: url(../../img/kv-catch-bg.png) no-repeat bottom center;
    background-size: contain;
    height: 330px;
    margin-left: 120px;
  }

  .kv-catch-inner .catch-title {
    font-size: 24px;
  }

  .kv-catch-inner {
    width: 200px;
    height: 50px;
    bottom: 80px;
  }

  .modals {
    position: relative;
    top: 20px !important;
  }

  .icon-leaf {
    right: -50px;
    width: 50px;
  }

  .kv-sub {
    font-size: 17px;
  }

  .kv-model-item span {
    font-size: 13px;
  }

}


@media (max-width: 1024px) {
  .kv-catch-box {
    display: none;
  }

  .kv-models.pc, .kv-features.pc {
    display: none;
  }

  .kv-models.sp, .kv-features.sp {
    display: flex;
  }

  .kv_bg_01 {
    width: 100%;
    bottom: 0;
    position: absolute;
  }

  .kv_bg_02 {
    width: 50%;
    top: 40px;
    right: 0;
    ;
    position: absolute;
  }
}


@media (max-width: 767px) {
  .kv {
    position: relative;
    height: 100vh;
    background: url(../../img/sp_kv.jpg) no-repeat center center;
  }

  .kv-inner {
    align-items: baseline;
    flex-direction: column;
    min-height: auto;
  }

  .kv-text {
    width: 100%;
    padding: 0;
  }

  .kv-decorations {
    position: relative;
    width: 100%;
    height: 300px;
  }

  .kv-catch-box {
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
  }
}

@media (max-height: 700px) {

  .kv_bg_01 {
    bottom: -50px;
  }
}


/* ---------- MOMENTS ---------- */

.eyebrow {
  font-family: "BetterChill";
  font-size: 50px;
  margin-bottom: 30px;
  color: #000;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .eyebrow {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.moments-heading {
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 36px;
}

.moments-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.moments-main-img {
  width: 650px;
  margin-top: 30px;
  position: relative;
}


@media (max-width: 1300px) {
  .moments-main-img {
    width: auto;
  }

}

.moments-grid {
  position: absolute;
  top: -50px;
  left: -100px;
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px; */
}

.moments-grid img:first-child {
  width: 280px;
}

.moments-grid img:last-child {
  width: 180px;
  position: relative;
  top: -50px;
  left: 30px;
}

@media (max-width: 767px) {
  .moments-grid {
    display: flex;
    justify-content: center;
    left: 0;
    top: -70px;
  }

  .moments-main-img {
    margin-top: 60px;
  }

  .moments-grid img:first-child {
    width: 50%;
    position: relative;
    left: 20px;
  }

  .moments-grid img:last-child {
    top: 20px;
    left: -20px;
    width: 38%;
    height: 38%;
  }
}




/* ---------- FEATURE SECTIONS ---------- */
.feature .wrapper {
  position: relative;
}

.feature .ab_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
  width: 300px;
}

.feature .ab_img.ab_right {
  right: -40%;
}

.feature .ab_img.ab_left {
  left: -40%;
}

@media (max-width: 1024px) {
  .feature .ab_img {
    width: 250px;
  }

  .feature .ab_img.ab_right {
    right: -70%;
  }

  .feature .ab_img.ab_left {
    left: -70%;
  }
}



@media (max-width: 767px) {
  .feature .ab_img {
    width: 200px;
  }

  .feature .ab_img.ab_right {
    right: 70%;
    left: auto;
  }

  .feature .ab_img.ab_left {
    left: 70%;
  }
}



.feature .eyebrow {
  text-align: center;
}

.feature-01, .feature-03 {
  background: linear-gradient(to top right, #ddeaf0 0%, #d9e6ef 50%, #c1d5e0 100%);
}


.feature-num {
  font-size: 115px;
  color: #fac300;
  line-height: 1;
  margin-bottom: 4px;
  -webkit-text-stroke: 1px #fac300;
  font-family: "BetterChill";
  text-align: center;
  margin-top: -135px;
  position: relative;
  left: 200px;
}


.feature-02 .feature-num {
  right: 200px;
  left: auto;
}

@media (max-width: 1024px) {
  .feature-num {
    font-size: 75px;
    margin-top: -70px;
  }
}


@media (max-width: 767px) {
  .feature-num {
    margin-top: -120px;
    font-size: 70px;
    left: auto;
  }

  .feature-02 .feature-num {
    right: auto;
    left: auto;
  }
}



.feature-heading {
  font-size: 26px;
  margin-bottom: 36px;
  text-align: center;
}

@media (max-width: 767px) {
  .feature-heading {
    font-size: 22px;
  }
}


/* Design section */
.design-points {
  display: flex;
  margin-bottom: 20px;
}

.design-point {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.design-point p {
  margin: 0 auto 30px;
}

.design-point img.ico {
  width: 120px;
}

.design-point p {
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
}

@media (max-width: 767px) {
  .design-point p {
    font-size: 21px;
  }

  .design-point img.ico {
    width: 70px;
    margin-bottom: -25px;
  }

  .design-point p {
    margin: -20px auto 10px;
  }
}

.design-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.design-gallery-item img.dummy {
  width: 100%;
}

.design-gallery-item p {
  margin-top: 20px;
  text-align: center;
}

/* Stories section */
.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.story-item {
  text-align: center;
}

.story-item .story-label {
  color: #fac300;
  margin-top: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 29px;
}

@media (max-width: 767px) {
  .story-item .story-label {
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.6;
  }

  .story-item .story-desc {
    letter-spacing: -0.5px;
  }
}


/* Features section */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.features-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.features-item img.ico {
  width: 120px;
  margin: 0 auto;
}

.features-label {
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  margin: 15px 0;
}

.features-desc {
  margin-top: 10px;
}


@media (max-width: 767px) {
  .features-item {
    gap: 8px;
  }

  .features-item img.ico {
    width: 70px;
  }

  .features-label {
    font-size: 21px;
    margin: 0 auto;
  }
}


/* ---------- BLUETOOTH ---------- */
.bluetooth {
  background: #fff;
  padding: 40px 60px 50px;
  margin-top: 70px;
  border-radius: 30px;
}

.bluetooth-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  position: relative;
}

.bluetooth-inner .bluetooth-text {
  width: 60%;
}

.bluetooth-text h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.bluetooth-text p {
  margin-bottom: 20px;
}

.bluetooth-inner .bluetooth-text img {
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .bluetooth-inner .bluetooth-text img {
    width: 50px;
  }
}



.bluetooth-avatars {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.avatar-item {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 6px;
}

.bluetooth-image img {
  position: absolute;
  width: 55%;
  top: 0;
  right: -120px;
  bottom: 0;
  display: flex;
  margin: auto;
}

/* ---------- LINEUP ---------- */
.lineup {
  font-size: 15px;
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 48px;
}

.lineup-item {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.lineup-title {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #010100;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

.lineup-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #c8c9ca;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .lineup-title::after {
    margin-left: 20px;
  }
}

.lineup-colors {
  display: flex;
  gap: 24px;
}

/* .color-item {
  flex: 1;
  min-width: 0;
} */

.color-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.color-link img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
  transition: transform 0.2s ease;
}

.color-link:hover img {
  transform: translateY(-4px);
}

.color-name {
  display: inline-block;
  margin-right: 40px;
}

@media (max-width: 1300px) {
  .color-name {
    display: table;
  }
}

.more-btn {
  line-height: 1;
  border-bottom: 1px solid #434338;
}


/* ---------- RESPONSIVE (スマホ対応) ---------- */
@media (max-width: 1024px) {

  .more-btn {
    display: table;
  }
}

@media (max-width: 767px) {
  .lineup {
    font-size: 14px;
    padding: 0px 0 40px;
  }

  .lineup-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .lineup-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .lineup-colors {
    gap: 3px;
    font-size: 14px;
  }

}

/* ---------- SPECS ---------- */
.specs {
  padding: 70px 0;
  background: #fff;
}

.specs-container {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.specs-block {
  width: calc((100% - 40px) / 2);
  flex: none;
  min-width: 0;
}

@media (max-width: 1024px) {
  .specs-block {
    width: 100%;
  }
}


.specs-title {
  padding-left: 15px;
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  color: #010100;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  position: relative;
}

.specs-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 5px;
  height: 18px;
  background: #fac300;
  margin: auto;
}

.specs-table {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 100%;
  border-collapse: collapse;
}

.specs-table th,
.specs-table td {
  border-top: 1px solid #c7cbd0;
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
}


.specs-table th {
  width: 110px;
  white-space: nowrap;
  background: #fbf9f4;
  font-weight: bold;
}

.specs-table thead th, .specs-table thead td {
  border-top: 1px solid #808080;
}

.specs-notes {
  margin-top: 30px;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .specs-notes {
    margin-top: 15px;
    font-size: 14px;
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  .specs-table th {
    white-space: nowrap;
  }
}

/* ---------- RESPONSIVE (スマホ対応) ---------- */
@media screen and (max-width: 1024px) {
  .specs {
    padding: 30px 0;
  }

  .specs-title {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .specs-container {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
  }

  .specs-table th,
  .specs-table td {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .specs-table th {
    width: 35%;
  }
}

/* --- 💻 PC用の表示制御 --- */
.specs-pc-only {
  display: block;
  width: 100%;
}

.specs-flex-row {
  display: flex;
  gap: 40px;
  width: 100%;
}

.specs-sp-only {
  display: none;
  /* PCではSP用を隠す */
}

.specs-sp-only .specs-table tr:first-child th, .specs-sp-only .specs-table tr:first-child td {
  border-top: 1px solid #808080;
}

/* --- 📱 スマホ用（SP）の切り替え制御 --- */
@media screen and (max-width: 1024px) {
  .specs-pc-only {
    display: none;
    /* スマホではPC用を隠す */
  }

  .specs-sp-only {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

}

/* ---------- CARTRIDGE INFO ---------- */
.cartridge-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  border: 1px solid #c7cbd0;
  border-radius: 20px;
  padding: 40px;
}

.cartridge-item {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}

.cartridge-item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #ddd;
}

.cartridge-main {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-shrink: 0;
}

.cart-img {
  width: auto;
  height: 150px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .cartridge-main {
    gap: 15px;
    margin: 0 auto;
    justify-content: center;
  }

  .cart-img {
    height: 170px;
  }
}

.cart-name {
  font-weight: bold;
  color: #010100;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 17px;
}

.cart-size-box {
  display: flex;
  flex-direction: column;
  width: 170px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}

.size-label {
  background: #1d1717;
  color: #fff;
  font-size: 15px;
}

.size-value {
  background: #fac300;
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Roboto", serif;
}

.size-value .size {
  font-size: 26px;
}

@media (max-width: 960px) {

  .cart-size-box {
    width: 160px;
  }

  .size-value .size {
    font-size: 24px;
  }

  .kv-catch-box {
    bottom: 47px;
  }
}

/* 右側のテキスト詳細エリア */
.cartridge-detail {
  flex: 1;
  font-size: 15px;
}

@media (max-width: 1300px) {
  .cartridge-item {
    flex-wrap: wrap;
  }

  .cartridge-detail {
    flex: unset;
  }
}


.detail-list li {
  line-height: 1.6;
}

/* ---------- RESPONSIVE (スマホ対応) ---------- */
@media (max-width: 1024px) {
  .cartridge-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 25px;
    border-radius: 16px;
  }

  .cartridge-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }


  .cartridge-item:first-child::after {
    display: none;
  }

  .cartridge-item:first-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
  }

  .cart-name {
    font-size: 17px;
    line-height: 1.6;
  }

  .target-model {
    font-size: 15px;
    margin-top: 4px;
  }

  .detail-list li {
    font-size: 14px;
  }

  .cartridge-detail {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .cartridge-detail {
    margin: 0;
  }
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: linear-gradient(to left, #f4e3af 0%, #f2d792 100%);
}

.footer-inner {
  text-align: center;
  padding: 110px 0 90px;
}

@media (max-width: 767px) {
  .footer-inner {
    padding-block: 50px;
  }
}

.footer-tagline {
  position: relative;
  font-size: 24px;
  line-height: 1.6;
  width: 400px;
  margin: 0 auto 20px;
}

.footer-tagline img {
  position: absolute;
  width: 300px;
  right: -280px;
  top: -250px;
}

.footer-copy {
  font-size: 15px;
}

.site-footer .eyebrow {
  line-height: 1;
  position: relative;
  right: 300px;
  margin-top: -130px;
  text-align: center;
}

.site-footer .eyebrow .pencil-line {
  display: inline-block;
  background: url(../../img/pencil-line.png) no-repeat center center / 100%;
  mix-blend-mode: multiply;
  text-align: right;
}


@media (max-width: 1024px) {
  .site-footer .eyebrow {
    right: auto;
    margin-bottom: 40px;
    margin-top: -70px;
  }

  .footer-tagline img {
    display: none;
  }

  .footer-tagline {
    width: auto;
    margin: 0 auto 40px;
  }
}


/* =============================================
   RESPONSIVE — TABLET (≤900px)
   ============================================= */
@media (max-width: 1024px) {

  .kv-inner {
    align-items: baseline;
    flex-direction: column;
    gap: 24px;
  }

  .kv-image {
    width: 100%;
  }

  .kv-badge {
    top: -10px;
    right: 0;
  }

  .moments-body {
    grid-template-columns: 1fr;
  }

  .design-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bluetooth-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bluetooth-image {
    justify-content: center;
  }

  .lineup-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .kv-models {
    max-width: 90%;
    margin: 20px auto;
  }

  .kv-features {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 90%;
    margin: 0 auto;
  }

  .kv-features li {
    flex: 100%;
    border: 1px solid #ababa6;
    border-radius: 5px;
    padding: 5px 0;
  }

  .kv-catch .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}


@media (max-width: 1400px) {
  .bluetooth-avatars .avatar-item {
    width: 48%;
  }
}

/* =============================================
   RESPONSIVE — MOBILE (≤600px)
   ============================================= */
@media (max-width: 960px) {

  .site-header {
    padding: 0px 20px;
    position: relative;
  }

  .header-title {
    line-height: 1.6;
    font-size: 15px;
  }

  .kv {
    padding-top: 24px;
  }

  .kv-main {
    font-size: 32px;
  }



  .moments {
    padding: 0 0 40px;
  }

  .moments-heading {
    font-size: 29px;
    margin-bottom: 20px;
  }

  .feature {
    padding: 48px 0 20px;
  }


  .design-points {
    flex-direction: column;
    gap: 16px;
  }

  .design-gallery {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stories-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lineup-grid {
    grid-template-columns: 1fr;
  }

  .specs-sub-grid {
    grid-template-columns: 1fr;
  }

  .cartridge-item {
    flex-direction: column;
  }

  .bluetooth {
    padding: 30px;
    margin-top: 50px;
  }

  .bluetooth-image {
    flex-direction: column;
    align-items: center;
  }

  .bluetooth-image img {
    position: revert;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 100px);
    max-width: none;
  }

  .bluetooth-avatars {
    gap: 10px;
  }

  .bluetooth-avatars .avatar-item {
    flex-direction: row;
    gap: 0;
    width: 48%;
  }

  .bluetooth-inner .bluetooth-text {
    width: 100%;
  }

  .bluetooth-text h2 {
    font-size: 21px;
    text-align: center;
  }

  .sp-br {
    display: block;
  }

  .decor-polaroids p {
    display: none;
  }
}

/* Hide SP break on desktop */
@media (min-width: 601px) {
  .sp-br {
    display: none;
  }
}

@media (min-width: 1280px) and (max-height: 650px) {
  .kv {
    height: auto;
  }

  .kv-catch-inner {
    bottom: 50px;
  }

  .kv-inner {
    padding: 0 0 50px;
  }

  .kv-catch-box {
    bottom: 0;
  }
}