﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  color-scheme: light;
  font-family: 'Poppins', sans-serif;
}

.hero-homepage .hero-kashmir-copy {
  max-width: 40rem !important;
  color: #fff !important;
}

.hero-homepage .hero-homepage-kicker {
  margin: 0 0 1.15rem !important;
  color: #fed7aa !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.hero-homepage .hero-kashmir-copy h1 {
  margin: 0 !important;
  color: #fff !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(3.6rem, 7vw, 6.5rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 0.92 !important;
}

.hero-homepage .hero-kashmir-copy h1 em {
  color: #fdba74 !important;
}

.hero-homepage .hero-kashmir-lede {
  max-width: 31rem !important;
  margin: 1.5rem 0 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

.hero-homepage .hero-kashmir-actions {
  gap: 0.85rem !important;
  margin-top: 2rem !important;
}

.hero-homepage .hero-kashmir-primary,
.hero-homepage .hero-kashmir-secondary {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 3.35rem !important;
  padding: 0.85rem 1.35rem !important;
  border-radius: 0.35rem !important;
  font-size: 0.88rem !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.hero-homepage .hero-kashmir-primary {
  gap: 0.75rem !important;
  background: #f97316 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22) !important;
}

.hero-homepage .hero-kashmir-secondary {
  gap: 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  background: rgba(15, 23, 42, 0.2) !important;
  color: #fff !important;
  backdrop-filter: blur(6px) !important;
}

.hero-homepage .hero-kashmir-secondary:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}

@media (max-width: 700px) {
  .hero-homepage .hero-kashmir-copy h1 {
    font-size: clamp(3.3rem, 15vw, 4.8rem) !important;
  }

  .hero-homepage .hero-kashmir-lede {
    font-size: 1rem !important;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f8fafc;
  color: #0f172a;
  min-width: 0;
  position: relative;
  overflow-x: hidden;
}

button, input, textarea, select {
  font: inherit;
}

.hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
}

.hero-shell {
  min-height: 82vh;
}

.hero-content {
  padding: 2rem 0 1rem;
}

.hero-copy {
  text-shadow: 0 2px 18px rgba(15, 23, 42, 0.24);
}

.hero-eyebrow {
  display: inline-flex;
  margin: 0;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.3);
  color: #fed7aa;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-stats {
  max-width: 42rem;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 1.25rem;
}

/* Keep destination and content-page heroes visually aligned with the homepage. */
.hero > .relative.z-10 {
  min-height: 82vh;
  display: flex;
  align-items: center;
}

.hero > .relative.z-10 > div[class*="rounded-[32px]"] {
  width: min(100%, 52rem);
  border: 0;
  border-left: 4px solid #f97316;
  border-radius: 0;
  background: transparent;
  padding: 2rem 0 2rem 2rem;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: 0 2px 18px rgba(15, 23, 42, 0.24);
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(248, 113, 52, 0.14), transparent 24%), linear-gradient(180deg, rgba(15, 23, 42, 0.24), rgba(15, 23, 42, 0.60));
  pointer-events: none;
}

.hero-slider {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
}

.hero-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  animation: slideSequence 24s linear infinite;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 6s; }
.slide:nth-child(3) { animation-delay: 12s; }
.slide:nth-child(4) { animation-delay: 18s; }
.slide:nth-child(5) { animation-delay: 24s; }

@keyframes slideSequence {
  0% { opacity: 0; transform: scale(1.06); }
  4% { opacity: 1; transform: scale(1); }
  23% { opacity: 1; transform: scale(1); }
  27% { opacity: 0; transform: scale(1.06); }
  100% { opacity: 0; }
}

.nav-links {
  display: none;
}

.nav-links.open {
  display: block;
}

.nav-item [data-panel] {
  display: none;
}

.nav-item.open [data-panel],
.nav-item.mobile-open [data-panel] {
  display: block;
}

.nav-item .mobile-submenu {
  display: none;
}

.nav-item.mobile-open .mobile-submenu {
  display: block;
}

@media (min-width: 1024px) {
  .nav-links {
    display: flex !important;
  }
  .nav-item .mobile-submenu {
    display: none !important;
  }
}

.pagination button {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: white;
  color: #334155;
  padding: 0.65rem 1rem;
  cursor: pointer;
}

.pagination button:hover {
  background: #f8fafc;
}

.pagination button.active {
  background: #fb923c;
  color: white;
  border-color: #fb923c;
}

@media (max-width: 900px) {
  .hero {
    min-height: 70vh;
  }

  .hero-shell {
    min-height: 70vh;
  }

  .hero > .relative.z-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 70vh;
  }

  .hero h1 {
    font-size: clamp(1.7rem, 4.5vw, 2.6rem);
    line-height: 1.2;
    font-weight: 400;
  }

  .hero p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

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

  .hero {
    min-height: 60vh;
  }

  .hero-shell {
    min-height: 60vh;
    align-items: center;
  }

  .hero > .relative.z-10 {
    padding: 1.5rem 0.75rem;
    min-height: 60vh;
  }

  .hero h1 {
    font-size: 1.7rem;
  }

  .hero p {
    font-size: 0.98rem;
  }

  .rounded-\\[32px\\] {
    border-radius: 1.2rem;
  }

  .rounded-\\[24px\\] {
    border-radius: 1rem;
  }

  .p-8 {
    padding: 1.1rem !important;
  }

  .sm\\:p-12 {
    padding: 1.1rem !important;
  }

  .grid.gap-8 {
    gap: 1rem !important;
  }

  h1, h2, h3, h4, p, li, a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .mt-8 {
    margin-top: 1rem !important;
  }

  .space-y-24 > * + * {
    margin-top: 1.5rem !important;
  }
}

/* The remaining hero rules continue below. */
.hero-shell {
  min-height: 82vh;
  .hero-blog-copy .hero-kashmir-eyebrow {
    color: #c2410c;
.hero-content {
  padding: 2rem 0 1rem;
  .hero-blog-copy h1 {
    color: #17211f;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.3);
  color: #fed7aa;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-stats {
  max-width: 42rem;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 1.25rem;
}

/* Keep destination and content-page heroes visually aligned with the homepage. */
.hero > .relative.z-10 {
  min-height: 82vh;
  display: flex;
  align-items: center;
}

.hero > .relative.z-10 > div[class*="rounded-[32px]"] {
  width: min(100%, 52rem);
  border: 0;
  border-left: 4px solid #f97316;
  border-radius: 0;
  background: transparent;
  padding: 2rem 0 2rem 2rem;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: 0 2px 18px rgba(15, 23, 42, 0.24);
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(248, 113, 52, 0.14), transparent 24%), linear-gradient(180deg, rgba(15, 23, 42, 0.24), rgba(15, 23, 42, 0.60));
  pointer-events: none;
}

.hero-slider {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
}

.hero-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  animation: slideSequence 24s linear infinite;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 6s; }
.slide:nth-child(3) { animation-delay: 12s; }
.slide:nth-child(4) { animation-delay: 18s; }
.slide:nth-child(5) { animation-delay: 24s; }

@keyframes slideSequence {
  0% { opacity: 0; transform: scale(1.06); }
  4% { opacity: 1; transform: scale(1); }
  23% { opacity: 1; transform: scale(1); }
  27% { opacity: 0; transform: scale(1.06); }
  100% { opacity: 0; }
}

.nav-links {
  display: none;
}

.nav-links.open {
  display: block;
}

.nav-item [data-panel] {
  display: none;
}

.nav-item.open [data-panel],
.nav-item.mobile-open [data-panel] {
  display: block;
}

.nav-item .mobile-submenu {
  display: none;
}

.nav-item.mobile-open .mobile-submenu {
  display: block;
}

@media (min-width: 1024px) {
  .nav-links {
    display: flex !important;
  }
  .nav-item .mobile-submenu {
    display: none !important;
  }
}

.pagination button {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: white;
  color: #334155;
  padding: 0.65rem 1rem;
  cursor: pointer;
}

.pagination button:hover {
  background: #f8fafc;
}

.pagination button.active {
  background: #fb923c;
  color: white;
  border-color: #fb923c;
}
@media (max-width: 900px) {
  .hero {
    min-height: 70vh;
  }

  .hero-shell {
    min-height: 70vh;
  }

  .hero > .relative.z-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 70vh;
  }

  .hero h1 {
    font-size: clamp(1.7rem, 4.5vw, 2.6rem);
    line-height: 1.2;
    font-weight: 400;
  }

  .hero p {
    font-size: 1rem;
    line-height: 1.7;
  }

  main {
    padding-bottom: 1rem;
  }

  main.space-y-24 > * + * {
    margin-top: 1.5rem;
  }
}

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

  .hero {
    min-height: 60vh;
  }

  .hero-shell {
    min-height: 60vh;
    align-items: center;
  }

  .hero > .relative.z-10 {
    padding: 1.5rem 0.75rem;
    min-height: 60vh;
  }

  .hero h1 {
    font-size: 1.7rem;
  }

  .hero p {
    font-size: 0.98rem;
  }

  .rounded-\[32px\] {
    border-radius: 1.2rem;
  }

  .rounded-\[24px\] {
    border-radius: 1rem;
  }

  .p-8 {
    padding: 1.1rem !important;
  }

  .sm\:p-12 {
    padding: 1.1rem !important;
  }

  .grid.gap-8 {
    gap: 1rem !important;
  }

  h1, h2, h3, h4, p, li, a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .mt-8 {
    margin-top: 1rem !important;
  }

  .space-y-24 > * + * {
    margin-top: 1.5rem !important;
  }
}

.hero-kashmir {
  min-height: clamp(560px, calc(100svh - 126px), 720px);
  background: #173d40;
}

.hero-kashmir-image,
.hero-kashmir-video,
.hero-kashmir-shade {
  position: absolute;
  inset: 0;
}

.hero-kashmir-image {
  background-image: url('assets/images/kashmir/2.jpg');
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  animation: kashmirHeroReveal 1.2s ease-out both;
}

.hero-desert-image {
  background-image: url('assets/images/Dubai/2.jpg');
}

.hero-phuket-image {
  background-image: url('assets/images/Thailand/2.jpg');
}

.hero-kerala-image {
  background-image: url('assets/images/Kerala/2.jpg');
}

.hero-himachal-image {
  background-image: url('assets/images/himachal pradesh/1.jpg');
}

.hero-malaysia-image {
  background-image: url('assets/images/malaysia/1.jpg');
}

.hero-langkawi-image {
  background-image: url('assets/images/malaysia/2.jpg');
}

.hero-vietnam-image {
  background-image: url('assets/images/vietnam/6.jpg');
}

.hero-kashmir-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-kashmir-shade {
  z-index: 2;
  background: linear-gradient(90deg, rgba(8, 34, 36, 0.9) 0%, rgba(8, 34, 36, 0.62) 38%, rgba(8, 34, 36, 0.08) 76%), linear-gradient(0deg, rgba(8, 34, 36, 0.62), transparent 45%);
}

.hero-kashmir-layout {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr);
  align-items: center;
  gap: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-homepage .hero-kashmir-layout {
  grid-template-columns: minmax(0, 1fr);
}

.hero-homepage .hero-kashmir-copy {
  max-width: 48rem;
}

.hero-blog-layout {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-blog {
  min-height: clamp(560px, calc(100svh - 126px), 720px);
  background: transparent;
}

.hero-blog::after {
  display: none;
}

.hero-blog .hero-kashmir-image {
  opacity: 0.72;
  mix-blend-mode: screen;
}

.hero-blog .hero-kashmir-video {
  opacity: 0.7;
}

.blog-page {
  background: #f3efe7;
}

.blog-page main {
  background:
    radial-gradient(circle at 9% 18%, rgba(249, 115, 22, 0.08), transparent 20rem),
    linear-gradient(180deg, #f3efe7 0%, #faf8f3 42%, #ebe7de 100%);
}

.hero-blog .hero-kashmir-shade {
  background: linear-gradient(90deg, rgba(28, 26, 22, 0.88) 0%, rgba(28, 26, 22, 0.54) 44%, rgba(28, 26, 22, 0.12) 80%), linear-gradient(0deg, rgba(28, 26, 22, 0.68), transparent 52%);
}

.blog-stories {
  position: relative;
}

.blog-stories::before {
  content: '';
  position: absolute;
  inset: 0 1rem;
  z-index: -1;
  border-top: 1px solid rgba(120, 93, 61, 0.18);
  border-bottom: 1px solid rgba(120, 93, 61, 0.18);
  pointer-events: none;
}

.hero-blog-copy {
  max-width: 47rem;
  padding: 2rem 0;
  color: #17211f;
  animation: kashmirCopyRise 0.8s 0.15s ease-out both;
}

.hero-blog-copy h1 {
  margin: 1.25rem 0 0;
  color: #17211f;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.hero-blog-copy h1 em {
  color: #c2410c;
  font-style: italic;
}

.hero-blog-copy .hero-kashmir-eyebrow {
  color: #c2410c;
}

.hero-blog-copy .hero-kashmir-lede {
  color: #33413d;
}

.hero-blog-copy .hero-kashmir-secondary {
  border-color: rgba(23, 33, 31, 0.42);
  color: #17211f;
}

.hero-blog-copy .hero-kashmir-secondary:hover {
  background: rgba(23, 33, 31, 0.08);
}

.hero-blog-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 2rem;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(83, 99, 93, 0.35);
  color: #53635d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-blog .hero-kashmir-scroll {
  color: #53635d;
}

.hero-blog .hero-kashmir-scroll span {
  color: #c2410c;
}

.hero-homepage {
  position: relative;
  min-height: clamp(560px, calc(100svh - 126px), 720px);
  overflow: hidden;
}

.hero-homepage .hero-kashmir-video,
.hero-homepage .hero-kashmir-shade {
  position: absolute;
  inset: 0;
}

.hero-homepage .hero-kashmir-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-homepage .hero-kashmir-shade {
  z-index: 2;
}

.hero-homepage .hero-kashmir-layout {
  position: relative;
  z-index: 3;
}

@media (max-width: 700px) {
  .hero-blog-copy {
    padding: 1.25rem 0 1.5rem;
  }

  .hero-blog-copy h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero-blog-rail {
    margin-top: 2.25rem;
    gap: 0.7rem 1.25rem;
    font-size: 0.65rem;
  }
}

.hero-kashmir-copy {
  max-width: 41rem;
  color: #fff;
  animation: kashmirCopyRise 0.8s 0.15s ease-out both;
}

.hero-kashmir-eyebrow,
.hero-kashmir-facts-label {
  margin: 0;
  color: #fbbf74;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-kashmir-copy h1 {
  margin: 1.25rem 0 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.hero-kashmir-copy h1 em {
  color: #fbbf74;
  font-style: italic;
}

.hero-kashmir-lede {
  max-width: 34rem;
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-kashmir-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.hero-kashmir-primary,
.hero-kashmir-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.hero-kashmir-primary {
  gap: 0.8rem;
  background: #f97316;
  color: #fff;
}

.hero-kashmir-primary:hover {
  background: #ea580c;
  transform: translateY(-2px);
}

.hero-kashmir-secondary {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.hero-kashmir-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.hero-kashmir-facts {
  align-self: end;
  padding: 1.35rem 0 1.35rem 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
  animation: kashmirCopyRise 0.8s 0.35s ease-out both;
}

.hero-kashmir-facts strong {
  display: block;
  margin-top: 0.7rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.12;
}

.hero-kashmir-facts dl {
  margin: 1.5rem 0 0;
}

.hero-kashmir-facts dl div {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: 0.5rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-kashmir-facts dt,
.hero-kashmir-facts dd {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

.hero-kashmir-facts dt {
  color: #fbbf74;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-kashmir-facts dd {
  color: rgba(255, 255, 255, 0.8);
}

.hero-kashmir-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-kashmir-scroll span {
  color: #fbbf74;
  font-size: 1rem;
}

@keyframes kashmirHeroReveal {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.02); }
}

@keyframes kashmirCopyRise {
  from { opacity: 0; transform: translateY(1rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .hero-kashmir {
    min-height: 700px;
  }

  .hero-kashmir-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2.25rem;
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }

  .hero-homepage .hero-kashmir-layout {
    padding-bottom: 3rem;
  }

  .hero-kashmir-copy h1 {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
  }

  .hero-kashmir-lede {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-kashmir-facts {
    align-self: stretch;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-left: 0;
  }

  .hero-kashmir-facts strong {
    font-size: 1.45rem;
  }

  .hero-kashmir-scroll {
    left: 1.5rem;
  }
}

.hero-blog {
  min-height: clamp(560px, calc(100svh - 126px), 720px);
  background: transparent;
}

.hero-blog::before,
.hero-blog::after {
  display: none;
}

.hero-blog-copy {
  padding: 2rem 0;
  color: #17211f;
}

.hero-blog-copy h1 {
  color: #17211f;
}

.hero-blog-copy .hero-kashmir-eyebrow {
  color: #c2410c;
}

.hero-blog-copy .hero-kashmir-lede {
  color: #33413d;
}

.hero-blog-copy .hero-kashmir-secondary {
  border-color: rgba(23, 33, 31, 0.42);
  color: #17211f;
}

.hero-blog-copy .hero-kashmir-secondary:hover {
  background: rgba(23, 33, 31, 0.08);
}

.hero-blog-rail {
  border-top-color: rgba(83, 99, 93, 0.35);
  color: #53635d;
}

.hero-blog .hero-kashmir-scroll {
  color: #53635d;
}

.hero-blog .hero-kashmir-scroll span {
  color: #c2410c;
}

@media (max-width: 700px) {
  .hero-blog-copy {
    padding: 1.25rem 0 1.5rem;
  }
}

.hero-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.34fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 8rem);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-blog-copy {
  max-width: 49rem;
  padding: 2.25rem 0 2.25rem 2rem;
  border-left: 3px solid #c2410c;
}

.hero-blog-copy h1 {
  font-size: clamp(3.4rem, 7.5vw, 6.8rem);
  line-height: 0.9;
}

.hero-blog-rail {
  display: grid;
  gap: 1rem;
  align-self: end;
  margin: 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-top: 0;
  border-left: 1px solid rgba(83, 99, 93, 0.4);
}

.hero-blog-rail span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.hero-blog-rail span::before {
  content: '';
  width: 1.5rem;
  height: 1px;
  background: #c2410c;
}

@media (max-width: 700px) {
  .hero-blog-layout {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }

  .hero-blog-copy {
    padding: 1.25rem 0 1.5rem 1.25rem;
  }

  .hero-blog-copy h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero-blog-rail {
    width: 100%;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(83, 99, 93, 0.4);
    border-left: 0;
  }
}