/* Mondello Kaikōura – Purple Theme */
:root {
  --ink: #6C1D45;
  --ink-dark: #501434;
  --ink-soft: #8A2E5E;
  --ink-light: #A84D7A;
  --accent: #C8A97A;
  --accent-dark: #A8885A;
  --bg: #FAF8F4;
  --bg-soft: #F4F0EA;
  --bg-muted: #EDE9E2;
  --text: #1A1A1A;
  --text-muted: #6B6B6B;
  --text-soft: #6B6B6B;
  --border: #E8E3DC;
  --radius: 14px;
  --radius-sm: 999px;
  --shadow-soft: 0 18px 45px rgba(15,23,42,0.06);
  --shadow-card: 0 14px 40px rgba(15,23,42,0.04);
  --transition: 0.25s cubic-bezier(0.4,0,0.2,1);
  --max-width: 1200px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", sans-serif;
  --font-heading: "SF Pro Display", "SF Pro", "Helvetica Neue", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  font-family: var(--font);
  color: var(--text);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  background: var(--bg);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { padding: 0; margin: 0; list-style: none; }
button, input, textarea { font: inherit; color: inherit; }

.container {
  width: min(var(--max-width), 92vw);
  margin: 0 auto;
}

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

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition);
}

.btn-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 24px rgba(108,29,69,0.33);
}

.btn-primary:hover {
  background: var(--ink-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(108,29,69,0.42);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--ink);
  color: var(--ink);
}

.btn-outline:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #111;
  box-shadow: 0 8px 24px rgba(200,169,122,0.33);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(200,169,122,0.42);
}

/* Top bar */
.top-bar {
  background: var(--ink-dark);
  color: rgba(255,255,255,0.85);
  font-size: 0.8rem;
  padding: 0.4rem 0;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-right: 1rem;
}

.top-bar-right {
  display: flex;
  gap: 0.5rem;
}

.social-link {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: background var(--transition);
}

.social-link:hover { background: rgba(255,255,255,0.25); }

/* Header */
header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.logo { display: flex; align-items: center; gap: 0.75rem; }

.logo-img {
  height: 44px;
  width: auto;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}

header nav ul {
  display: flex;
  gap: 0.25rem;
}

header nav ul li a {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: all var(--transition);
}

header nav ul li a:hover,
header nav ul li a.active {
  background: rgba(108,29,69,0.08);
  color: var(--ink);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-phone {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.9rem;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--ink);
  padding: 0.25rem;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(108,29,69,0.7) 0%,
    rgba(108,29,69,0.4) 100%
  );
  z-index: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 700px;
  padding: 3rem 0;
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.hero-content p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  margin: 0 0 1.8rem;
  line-height: 1.7;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  margin-bottom: 1.2rem;
  color: rgba(255,255,255,0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-actions .btn-primary {
  background: var(--ink);
  color: #fff;
}

.hero-actions .btn-outline {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

.hero-actions .btn-outline:hover {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

/* Hero Trust Badges */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}

.hero-trust-item svg {
  opacity: 0.8;
  flex-shrink: 0;
}

/* Hero - small banner for inner pages */
.hero-sm {
  min-height: 35vh;
}

/* Section styling */
.section {
  padding: 5rem 0;
}

.section-soft { background: var(--bg-soft); }

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.overline {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--ink-dark);
  margin: 0 0 0.75rem;
}

.section-header p {
  color: var(--text-muted);
  line-height: 1.7;
}

/* Room Grid */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 860px) {
  .rooms-grid {
    grid-template-columns: 1fr;
  }
}

.room-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}

.room-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.08);
}

.room-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}

.room-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.room-card:hover .room-thumb img {
  transform: scale(1.05);
}

/* Room Badges */
.room-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  z-index: 2;
  pointer-events: none;
}

.room-badge-popular {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 2px 8px rgba(108,29,69,0.35);
}

.room-badge-best {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #111;
  box-shadow: 0 2px 8px rgba(200,169,122,0.35);
}

.room-body {
  padding: 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.room-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink-dark);
  margin-bottom: 0.35rem;
}

.room-meta {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.room-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
  margin: 0 0 0.75rem;
}

.room-footer {
  margin-top: auto;
}

.room-link {
  color: var(--ink);
  font-weight: 600;
  font-size: 0.88rem;
}

.room-card:hover .room-link { color: var(--ink-dark); }

/* Review Grid */
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .review-grid { grid-template-columns: 1fr; }
}

.review-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.08);
}

.review-stars {
  font-size: 1rem;
  color: #e8a838;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.review-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  font-style: italic;
  margin: 0 0 1.25rem;
  flex: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ink), var(--ink-soft));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.review-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}

.review-source {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* Activity Grid */
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 860px) {
  .activity-grid { grid-template-columns: 1fr; }
}

.activity-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow-card);
  transition: all var(--transition);
}

.activity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.08);
}

.activity-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.activity-card:hover img { transform: scale(1.05); }

.activity-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

.activity-overlay h4 {
  color: #fff;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.activity-overlay .btn-sm {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background var(--transition);
}

.activity-overlay .btn-sm:hover { background: var(--ink-dark); }

/* Bike Grid */
.bike-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 860px) {
  .bike-grid { grid-template-columns: 1fr; }
}

.bike-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all var(--transition);
}

.bike-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.08);
}

.bike-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.bike-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bike-card:hover .bike-thumb img { transform: scale(1.05); }

.bike-body {
  padding: 1rem 1.25rem;
}

.bike-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-dark);
  margin-bottom: 0.3rem;
}

.bike-body p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* About page layout */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 860px) {
  .about-layout { grid-template-columns: 1fr; }
}

.about-text h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--ink-dark);
  margin: 0 0 1rem;
}

.about-text p {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.about-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

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

/* Contact Section */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; }
}

.contact-info h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ink-dark);
  margin: 0 0 0.75rem;
}

.contact-info p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.contact-detail {
  margin-bottom: 0.75rem;
}

.contact-detail strong {
  color: var(--ink);
  font-weight: 600;
  display: inline-block;
  min-width: 80px;
}

.contact-detail span {
  color: var(--text-muted);
}

/* Contact form */
.contact-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.3rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  font-size: 0.9rem;
  transition: border-color var(--transition);
  margin-bottom: 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(108,29,69,0.1);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Map */
.map-container {
  margin-top: 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.map-container iframe {
  width: 100%;
  height: 350px;
  border: 0;
  display: block;
}

/* Room Detail Page */
.room-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (max-width: 860px) {
  .room-detail-layout { grid-template-columns: 1fr; }
}

.room-detail-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

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

.room-detail-info h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink-dark);
  margin: 0 0 1rem;
}

.room-detail-info table {
  width: 100%;
  margin-bottom: 1rem;
}

.room-detail-info table td {
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}

.room-detail-info table td:first-child {
  font-weight: 600;
  color: var(--ink);
  width: 100px;
}

.room-detail-info table td:last-child {
  color: var(--text-muted);
}

.room-detail-info p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 1rem 0;
}

/* Gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 860px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.gallery-item:hover img { transform: scale(1.05); }

/* Breadcrumb */
.breadcrumb-bar {
  background: var(--ink);
  color: #fff;
  padding: 2.5rem 0;
  text-align: center;
}

.breadcrumb-bar h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.breadcrumb-bar .breadcrumb-links {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

.breadcrumb-bar .breadcrumb-links a {
  color: rgba(255,255,255,0.7);
}

.breadcrumb-bar .breadcrumb-links a:hover { color: #fff; }

/* Footer */
footer {
  background: var(--ink-dark);
  color: rgba(255,255,255,0.7);
  padding: 3rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr; }
}

.footer-col h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.footer-col p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-col ul li a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition);
}

.footer-col ul li a:hover { color: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.2rem 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

/* Animations */
.fade-up,
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible,
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.05s; }
.reveal-delay-2 { transition-delay: 0.1s; }
.reveal-delay-3 { transition-delay: 0.15s; }
.reveal-delay-4 { transition-delay: 0.2s; }
.reveal-delay-5 { transition-delay: 0.25s; }
.reveal-delay-6 { transition-delay: 0.3s; }

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 16px rgba(108,29,69,0.3);
  transition: all var(--transition);
  z-index: 99;
}

.back-to-top:hover {
  background: var(--ink-dark);
  transform: translateY(-3px);
}

.back-to-top.visible { display: flex; }

/* Mobile menu overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 200;
}

.mobile-menu-overlay.open { display: block; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 201;
  padding: 2rem 1.5rem;
  transition: right 0.3s ease;
  box-shadow: -4px 0 20px rgba(0,0,0,0.1);
}

.mobile-menu.open { right: 0; }

.mobile-menu .close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--ink);
  margin-bottom: 1.5rem;
  padding: 0;
}

.mobile-menu ul li {
  margin-bottom: 0.75rem;
}

.mobile-menu ul li a {
  display: block;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  font-weight: 500;
  color: var(--text);
  transition: background var(--transition);
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a.active {
  background: rgba(108,29,69,0.08);
  color: var(--ink);
}

/* Pillow / Sleep Experience Section */
.pillow-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* Carousel */
.pillow-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pillow-carousel-track {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.pillow-carousel-slide {
  display: none;
}

.pillow-carousel-slide.active {
  display: block;
}

.pillow-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(108,29,69,0.7);
  color: #fff;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}

.carousel-btn:hover {
  background: rgba(108,29,69,1);
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn-prev {
  left: 0.5rem;
}

.carousel-btn-next {
  right: 0.5rem;
}

/* Thumbnail indicators */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.carousel-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
}

.carousel-indicator.active {
  background: var(--ink);
  width: 24px;
  border-radius: 4px;
}

.pillow-features {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.pillow-feature-item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink-dark);
  margin: 0 0 0.5rem;
}

.pillow-feature-item p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 860px) {
  .pillow-content {
    grid-template-columns: 1fr;
  }
  .carousel-btn {
    opacity: 1;
    pointer-events: auto;
  }
  .carousel-btn-prev {
    left: 0.5rem;
  }
  .carousel-btn-next {
    right: 0.5rem;
  }
}

@media (max-width: 860px) {
  header nav { display: none; }
  .menu-toggle { display: block; }
  .header-phone { display: none; }
  .header-right .btn { font-size: 0.8rem; padding: 0.5rem 1rem; }
}
