


@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/JosefinSlab-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/JosefinSlab-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/JosefinSlab-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/JosefinSlab-Bold.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background: #000000;
  font-family: 'Josefin Slab', "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", serif;
  color: #ffffff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}


.page {
  width: 100%;
  max-width: 1593px;
  margin: 0 auto;
  background: #000000;
}

/* ==================== 通用描边按钮 ==================== */
.btn {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 9px 20px;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s;
}

.btn:hover {
  background: #ffffff;
  color: #000000;
}

.btn.small {
  padding: 8px 16px;
}

/* ============================================================
   板块一：封面 Album（深色纹理背景）
   ============================================================ */
.cover {
  position: relative;
  height: 900px;
  background: #000000;
  overflow: hidden;
}

.cover-top {
  position: absolute;
  top: 30px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 40px;
  letter-spacing: 10px;
  font-weight: 300;
  color: #ffffff;
}

.cover-textures {
  position: absolute;
  top: 290px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 12px;
  color: #ffffff;
}

.cover-album {
  position: absolute;
  top: 470px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Segoe Script", "Bradley Hand ITC", "Brush Script MT", "Comic Sans MS", cursive;
  font-size: 170px;
  color: #ffff5a;
  line-height: 1;
}

.cover-arrow {
  position: absolute;
  top: 720px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 34px;
  color: #ffffff;
}

/* ============================================================
   板块二：精选作品 STORIES IN EVERY FRAME
   ============================================================ */
.stories {
  padding: 100px 0 90px;
  text-align: center;
}

.stories-title {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 6px;
}

.stories-sub {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #ffffff;
}

.photos-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 80px;
}

.photo-card img {
  height: 420px;
  width: auto;
}

.label {
  margin-top: 24px;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.6;
  color: #ffff5a;
}

/* ============================================================
   板块三：摄影随笔 PHOTOGRAPHY INSIGHTS & INSPIRATION.
   ============================================================ */
.insights {
  padding: 140px 0 30px;
}

.insights-heading {
  margin-left: 111px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.insights-heading span {
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #ffff5a;
  line-height: 1.18;
}

.insights-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.insight-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.insight-card img {
  width: auto;
}

.insight-card:nth-child(1) img {
  height: 475px;
}

.insight-card:nth-child(2) img {
  height: 410px;
}

.insight-card:nth-child(3) img {
  height: 320px;
}

.cap {
  margin-top: 28px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #ffffff;
}

.insight-card .cap {
  text-align: left;
  margin-left: 0;
}
.insight-card .btn {
  margin-top: 18px;
}

/* ============================================================
   板块四 / 五：故事专题页（后湖 / 岳麓山）
   ============================================================ */
.story {
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 110px 111px;
}

.story.houhu {
  padding-top: 40px;
}

.story.yuelu {
  padding-top: 170px;
}

.story-text {
  flex: 0 0 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.story-title {
  font-size: 58px;
  font-weight: 400;
  letter-spacing: 3px;
}

.story-year {
  margin-top: 34px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}

.story-city {
  margin-top: 24px;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 1px;
}

.story-desc {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #d9d9d9;
}


.mini-nav {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mini-nav a {
  font-size: 30px;
  letter-spacing: 2px;
  color: #7f7f7f;
  transition: color 0.25s;
}

.mini-nav a:hover {
  color: #ffffff;
}

.social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.ico-f {
  font-size: 22px;
  font-weight: 600;
  color: #7f7f7f;
  line-height: 1;
}

.story-photo {
  position: relative;
  flex: 1 1 auto;
}

.story-photo img {
  width: 100%;
  height: auto;
}

.photo-caption {
  position: absolute;
  left: 30px;
  bottom: 28px;
  font-size: 26px;
  letter-spacing: 4px;
  color: #ffffff;
}


.slogan {
  padding: 70px 0 90px;
  margin-left: 111px;
}

.slogan p {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.35;
  color: transparent;
  -webkit-text-stroke: 1.6px #ffffff;
}


.gallery {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 60px 0 70px;
}

.gallery-card {
  flex: 0 1 24%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gallery-card img {
  width: 100%;
  height: auto;
}

.g-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
}

.g-desc {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.65;
  color: #7f7f7f;
  min-height: 50px;
}

.gallery-card .btn {
  margin-top: 16px;
}


.board {
  padding: 70px 0 50px;
}

.board-title {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #ffff5a;
}

.reviews {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 90px;
}

.review-card {
  flex: 0 1 330px;
  background: #f3f4ef;
  color: #111111;
  padding: 32px 30px 28px;
  border-radius: 6px;
}

.stars {
  font-size: 17px;
  letter-spacing: 4px;
  color: #333333;
}

.quote {
  margin-top: 22px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #2b2b2b;
}

.q {
  font-size: 34px;
  line-height: 0;
  vertical-align: -14px;
  color: #b9baae;
  margin-right: 4px;
}

.person {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d8d9d3;
  flex-shrink: 0;
}

.who p {
  line-height: 1.35;
}

.name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.role {
  font-size: 11px;
  letter-spacing: 1px;
  color: #8a8b84;
  margin-top: 3px;
}


.dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}

.dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
}

.dots span:nth-child(1) {
  opacity: 0.4;
}


.footer {
  position: relative;
  min-height: 340px;
  padding: 40px 111px 60px;
}


.footer-contact {
  position: absolute;
  top: 30px;
  right: 111px;
  text-align: right;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #ffffff;
}

.footer-contact .contact-mail {
  color: #ffff5a;
}


.footer-title {
  margin-top: 100px;
  font-size: 62px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.25;
  color: #ffff5a;
}


.mail-form {
  margin-top: 30px;
}

.mail-form input {
  width: 320px;
  background: transparent;
  border: 1px solid #ffff5a;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 18px;
  outline: none;
}

.mail-form input::placeholder {
  color: #9a9a9a;
  letter-spacing: 2px;
}

.mail-form input:focus {
  border-color: #ffffff;
}


.footer-social {
  position: absolute;
  right: 111px;
  bottom: 45px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #ffffff;
}

/* ============================================================
   响应式适配 · 平板与各类移动端
   断点：1200px（小笔记本/大平板）→ 1024px（平板）
        → 768px（竖屏平板/大手机）→ 600px（手机）→ 380px（小屏手机）
   ============================================================ */

/* ---- 小笔记本 / 大平板横屏（≤1200px）---- */
@media (max-width: 1200px) {
  .story {
    gap: 50px;
    padding: 90px 60px;
  }
  .story.yuelu {
    padding-top: 120px;
  }
  .footer {
    padding: 40px 60px 60px;
  }
  .footer-contact {
    right: 60px;
  }
  .footer-social {
    right: 60px;
  }
  .insights-heading {
    margin-left: 60px;
  }
  .slogan {
    margin-left: 60px;
  }
}

/* ---- 平板 / 中型窗口（≤1024px）---- */
@media (max-width: 1024px) {
  .cover {
    height: 680px;
  }
  .cover-top {
    top: 24px;
    left: 24px;
    right: 24px;
  }
  .cover-textures {
    top: 210px;
  }
  .cover-album {
    top: 340px;
  }
  .cover-arrow {
    top: 560px;
    font-size: 28px;
  }

  .photos-row {
    flex-wrap: wrap;
  }
  .photo-card img {
    height: 360px;
  }

  .insights-row {
    flex-wrap: wrap;
  }
  .insight-card {
    flex: 0 1 30%;
  }
  .insight-card img,
  .insight-card:nth-child(1) img,
  .insight-card:nth-child(2) img,
  .insight-card:nth-child(3) img {
    width: 100%;
    height: auto;
  }

  .story {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .story-text {
    flex: none;
    width: 100%;
  }
  .story-photo {
    width: 100%;
  }

  .gallery {
    flex-wrap: wrap;
  }
  .gallery-card {
    flex: 0 1 46%;
    max-width: none;
  }

  .reviews {
    flex-wrap: wrap;
  }
}

/* ---- 竖屏平板 / 大屏手机（≤768px）---- */
@media (max-width: 768px) {
  .cover {
    height: 560px;
  }
  .cover-top {
    font-size: min(4.6vw, 40px);
    letter-spacing: min(1.2vw, 10px);
  }
  .cover-textures {
    top: 170px;
    font-size: min(9.5vw, 60px);
    letter-spacing: min(2vw, 12px);
  }
  .cover-album {
    top: 275px;
    font-size: min(26vw, 170px);
  }
  .cover-arrow {
    top: 455px;
  }

  .stories {
    padding: 60px 20px 50px;
  }
  .stories-title {
    font-size: min(6.5vw, 64px);
    letter-spacing: 1px;
  }
  .stories-sub {
    font-size: min(4.5vw, 24px);
    letter-spacing: 1px;
  }
  .photos-row {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 40px;
  }
  .photo-card img {
    width: 100%;
    height: auto;
    max-width: 420px;
  }
  .label {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .insights {
    padding: 80px 20px 20px;
  }
  .insights-heading {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .insights-heading span {
    font-size: min(7vw, 54px);
  }
  .insights-row {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
  .insight-card {
    flex: none;
    width: 100%;
    max-width: 420px;
  }
  .cap {
    font-size: 18px;
  }

  .story {
    padding: 80px 20px;
    gap: 28px;
  }
  .story.houhu {
    padding-top: 40px;
  }
  .story.yuelu {
    padding-top: 90px;
  }
  .story-title {
    font-size: min(5.8vw, 58px);
    letter-spacing: 1px;
  }
  .story-year {
    margin-top: 22px;
    font-size: 22px;
  }
  .story-city {
    margin-top: 16px;
    font-size: 30px;
  }
  .story-desc {
    font-size: min(4.6vw, 40px);
  }
  .mini-nav {
    margin-top: 40px;
    gap: 12px;
  }
  .mini-nav a {
    font-size: 22px;
  }

  .slogan {
    padding: 60px 20px 70px;
    margin-left: 0;
  }
  .slogan p {
    font-size: min(6vw, 60px);
    letter-spacing: 2px;
  }

  .gallery {
    padding: 40px 20px 50px;
    gap: 24px;
  }

  .board {
    padding: 50px 20px 40px;
  }
  .board-title {
    font-size: min(6.5vw, 40px);
    letter-spacing: min(1.2vw, 8px);
  }
  .reviews {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
  .review-card {
    width: 100%;
    max-width: 420px;
  }
  .dots {
    margin-top: 30px;
  }

  .footer {
    padding: 40px 20px 50px;
  }
  .footer-contact {
    position: static;
    text-align: left;
    margin-bottom: 30px;
  }
  .footer-title {
    margin-top: 0;
    font-size: min(6.5vw, 62px);
  }
  .mail-form {
    margin-top: 24px;
  }
  .mail-form input {
    width: 100%;
    max-width: 320px;
  }
  .footer-social {
    position: static;
    margin-top: 36px;
  }
}

/* ---- 手机（≤600px）---- */
@media (max-width: 600px) {
  .cover {
    height: 480px;
  }
  .cover-top {
    top: 20px;
    left: 16px;
    right: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    font-size: clamp(11px, 3.2vw, 40px);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .cover-top .cover-city {
    justify-self: start;
  }
  .cover-top .cover-and {
    justify-self: center;
  }
  .cover-top .cover-nature {
    justify-self: end;
  }
  .cover-textures {
    top: 145px;
    font-size: min(7.5vw, 60px);
    letter-spacing: min(1.4vw, 12px);
  }
  .cover-album {
    top: 235px;
    font-size: min(24vw, 170px);
  }
  .cover-arrow {
    top: 390px;
  }

  .btn {
    padding: 12px 24px;
  }

  .gallery {
    flex-direction: column;
    align-items: center;
  }
  .gallery-card {
    flex: none;
    width: 100%;
    max-width: 420px;
  }
  .g-desc {
    min-height: 0;
  }
}

/* ---- 小屏手机（≤380px）---- */
@media (max-width: 380px) {
  .cover {
    height: 440px;
  }
  .cover-textures {
    top: 130px;
  }
  .cover-album {
    top: 215px;
  }
  .cover-arrow {
    top: 355px;
  }
  .footer-title {
    font-size: min(6vw, 62px);
  }
}

/* ============================================================
   悬停交互 · 按钮与图片（仅支持悬停的设备生效，触摸端不受影响）
   风格与整体统一：黑底白字 + 黄色强调，简约微动效
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  /* ---- 按钮：白色填充 + 轻微上浮 + 柔和光晕 ---- */
  .btn {
    transition: background 0.25s, color 0.25s, border-color 0.25s,
                transform 0.25s, box-shadow 0.25s;
  }
  .btn:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(255, 255, 255, 0.14);
  }
  .btn:active {
    transform: translateY(0);
    box-shadow: none;
  }

  /* ---- 图片：悬停轻微放大 + 提亮，容器裁切溢出 ---- */
  .photo-card,
  .insight-card,
  .story-photo,
  .gallery-card {
    overflow: hidden;
  }
  .photo-card img,
  .insight-card img,
  .story-photo img,
  .gallery-card img {
    transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
                filter 0.4s ease;
    will-change: transform;
  }
  .photo-card:hover img,
  .insight-card:hover img,
  .story-photo:hover img,
  .gallery-card:hover img {
    transform: scale(1.05);
    filter: brightness(1.08);
  }

  /* ---- 图库卡片：悬停时标题变黄强调 ---- */
  .gallery-card:hover .g-title {
    color: #ffff5a;
  }
  .g-title {
    transition: color 0.25s;
  }
}

/* ============================================================
   可点击图片卡片 · 1.png → streets.html
   ============================================================ */
.photo-link {
  display: block;
  cursor: pointer;
}

/* ============================================================
   相册详情页 streets.html · 复刻参考图布局
   ============================================================ */
.album-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.album-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px 56px 0;
}

.album-logo {
  font-family: "Segoe Script", "Bradley Hand ITC", "Brush Script MT", cursive;
  font-size: 64px;
  color: #ffff5a;
  line-height: 1;
  display: block;
}

.album-title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.25;
  color: #ffff5a;
}

.album-return {
  margin-top: 18px;
  font-size: 25px;
  letter-spacing: 4px;
  color: #ffffff;
  transition: color 0.25s;
}

.album-return:hover {
  color: #ffff5a;
}

.album-body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 40px 56px 60px;
}

.album-side {
  justify-self: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  white-space: nowrap;
}

.album-main {
  justify-self: center;
  margin-right: 90px;
}

.album-main img {
  display: block;
  width: 400px;
  height: auto;
  max-height: 70vh;
  object-fit: cover;
}

.album-thumbs {
  justify-self: end;
  margin-right: -40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.thumb {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.25s, outline 0.25s;
  outline: 2px solid transparent;
  outline-offset: 3px;
}

.thumb img {
  display: block;
  width: 110px;
  height: 140px;
  object-fit: cover;
}

.thumb:hover {
  opacity: 0.85;
}

.thumb.active {
  opacity: 1;
  outline-color: #ffff5a;
}

@media (max-width: 1024px) {
  .album-header { padding: 28px 32px 0; }
  .album-body {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 36px;
    padding: 30px 24px 50px;
  }
  .album-side {
    justify-self: center;
    flex-direction: row;
    gap: 24px;
    white-space: normal;
  }
  .album-main img { width: 100%; max-width: 560px; }
  .album-thumbs { justify-self: center; flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 600px) {
  .album-header { padding: 20px 20px 0; }
  .album-logo { font-size: 48px; }
  .album-title { font-size: 18px; letter-spacing: 2px; }
  .album-return { font-size: 13px; }
  .album-body { gap: 24px; padding: 24px 16px 40px; }
  .album-side { font-size: 11px; letter-spacing: 1px; }
  .album-main img { max-width: 100%; }
  .thumb img { width: 80px; height: 100px; }
}

/* ============================================================
   4.png 下方可拖动滑块 · 切换宠物照片
   ============================================================ */
.pet-slider {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 20px;
  margin-top: 16px;
  cursor: grab;
  user-select: none;
}
.pet-slider:active {
  cursor: grabbing;
}
.pet-slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #444444;
  transform: translateY(-50%);
}
.pet-tick {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #555555;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.pet-tick:nth-child(1) { left: 0; }
.pet-tick:nth-child(2) { left: 20%; }
.pet-tick:nth-child(3) { left: 40%; }
.pet-tick:nth-child(4) { left: 60%; }
.pet-tick:nth-child(5) { left: 80%; }
.pet-tick:nth-child(6) { left: 100%; }
.pet-slider-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ffff5a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.25s ease;
  box-shadow: 0 0 8px rgba(255, 255, 90, 0.4);
}
.pet-slider.dragging .pet-slider-thumb {
  transition: none;
}
/* 4.png 轮播图：固定宽高，所有切换图片统一尺寸 */
.insight-card:nth-child(1) img#petMain {
  width: 334px;
  object-fit: cover;
}
/* ============================================================
   4.png 可拖拽轮播 · 拖动图片实时切换
   ============================================================ */
.pet-carousel {
  width: 334px;
  height: 475px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  position: relative;
}
.pet-carousel:active {
  cursor: grabbing;
}
.pet-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}
.pet-track.dragging {
  transition: none;
}
.pet-track img {
  flex-shrink: 0;
  width: 334px;
  height: 475px;
  object-fit: cover;
  pointer-events: none;
}
/* 5.png 轮播：369 x 410 */
.pet-carousel.carousel-2 {
  width: 369px;
  height: 410px;
}
.pet-carousel.carousel-2 .pet-track img {
  width: 369px;
  height: 410px;
}
/* 6.png 轮播：368 x 320 */
.pet-carousel.carousel-3 {
  width: 368px;
  height: 320px;
}
.pet-carousel.carousel-3 .pet-track img {
  width: 368px;
  height: 320px;
}
/* ============================================================
   pets.html · 动物相册大图页 + 左右箭头翻页
   ============================================================ */
.pets-body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pets-main {
  position: relative;
}
.pets-main img {
  width: 500px;
  height: 620px;
  object-fit: cover;
}
.pets-caption {
  position: absolute;
  right: 20;
  bottom: -40px;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
  max-width: 280px;
}
.pet-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s;
  z-index: 10;
}
.pet-arrow:hover {
  background: rgba(255,255,255,0.1);
  border-color: #ffff5a;
}
.pet-arrow-left { left: 20px; }
.pet-arrow-right { right: 20px; }

@media (max-width: 768px) {
  .pets-main img { width: 100%; max-width: 400px; }
  .pet-arrow { width: 40px; height: 40px; font-size: 18px; }
  .pet-arrow-left { left: 8px; }
  .pet-arrow-right { right: 8px; }
  .pets-caption { white-space: normal; text-align: right; right: 0; }
}