:root {
  --bg: #f5f0e8;
  --paper: #ffffff;
  --paper-soft: #fbf4ea;
  --text: #26313a;
  --muted: #64707a;
  --line: #e5d8c6;
  --accent: #b45f43;
  --accent-dark: #8e4938;
  --deep: #2d3a41;
  --shadow: 0 20px 48px rgba(72, 51, 36, 0.08);
  --shadow-soft: 0 12px 30px rgba(72, 51, 36, 0.05);
  --radius: 22px;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(225, 145, 82, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(79, 142, 151, 0.08), transparent 22%),
    linear-gradient(180deg, #fbf7ef 0%, #f5f0e8 52%, #eee5d8 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: var(--deep);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--max), calc(100% - 3rem));
  margin: 0 auto;
}

.narrow {
  width: min(920px, calc(100% - 2rem));
}

.topbar {
  position: sticky;
  top: 0.55rem;
  z-index: 50;
  background: transparent;
  border-bottom: 0;
  pointer-events: none;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.85rem;
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.5rem 0.58rem;
  border: 1px solid rgba(229, 216, 198, 0.74);
  border-radius: 22px;
  background: rgba(251, 247, 239, 0.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(72, 51, 36, 0.055);
  pointer-events: auto;
  transition: padding 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.topbar.is-scrolled .topbar-inner {
  padding: 0.38rem 0.52rem;
  background: rgba(251, 247, 239, 0.9);
  border-color: rgba(229, 216, 198, 0.9);
  box-shadow: 0 8px 22px rgba(72, 51, 36, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 0.94rem;
}

.brand-lockup-main {
  min-width: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.72rem;
  background: var(--accent);
  color: #f5f1ea;
  box-shadow: 0 8px 16px rgba(72, 51, 36, 0.1);
}

.brand-mark svg {
  width: 1.2rem;
  height: 1.2rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.05;
}

.brand-name {
  white-space: nowrap;
}

.brand-tag {
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.nav a {
  padding: 0.44rem 0.62rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.66);
  color: var(--deep);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0 0.82rem;
  border-radius: 999px;
  background: rgba(180, 95, 67, 0.1);
  border: 1px solid rgba(180, 95, 67, 0.22);
  color: var(--accent-dark);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.nav-cta:hover {
  background: rgba(180, 95, 67, 0.14);
  border-color: rgba(180, 95, 67, 0.34);
  color: var(--accent-dark);
}

.nav::-webkit-scrollbar {
  display: none;
}

.hero-wrap {
  padding: 1rem 0 1rem;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(41, 36, 30, 0.5) 0%, rgba(41, 36, 30, 0.24) 42%, rgba(41, 36, 30, 0.06) 74%),
    linear-gradient(180deg, rgba(255, 235, 204, 0.08), rgba(41, 36, 30, 0.26)),
    url("welcome/images/plaza-de-espana2.jpg") center 47% / cover no-repeat;
  box-shadow: 0 24px 60px rgba(72, 51, 36, 0.12);
}

.hero-join {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(41, 36, 30, 0.58) 0%, rgba(41, 36, 30, 0.34) 42%, rgba(41, 36, 30, 0.1) 72%),
    linear-gradient(180deg, rgba(255, 235, 204, 0.12), rgba(41, 36, 30, 0.34)),
    url("welcome/images/granada4.jpg") center center / cover no-repeat;
}

.hero-home {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.62), transparent 26%),
    linear-gradient(135deg, rgba(248, 246, 241, 0.98) 0%, rgba(244, 240, 233, 0.98) 52%, rgba(237, 232, 222, 0.98) 100%);
  min-height: auto;
  box-shadow: var(--shadow);
  border: 1px solid rgba(222, 212, 198, 0.84);
}

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

.hero-home .hero-inner {
  min-height: auto;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  align-items: stretch;
  padding: 0.75rem;
  gap: 1rem;
}

.hero-home .hero-copy {
  padding: 3.35rem 3.25rem;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-home h1 {
  color: var(--deep);
  max-width: 8.2ch;
  font-size: clamp(2.6rem, 5vw, 4.55rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hero-home .eyebrow {
  background: rgba(65, 89, 110, 0.08);
  border-color: rgba(65, 89, 110, 0.16);
  color: var(--accent);
}

.hero-home .hero-sub {
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 43ch;
  margin: 1.1rem 0 1.45rem;
}

.hero-home .btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(65, 89, 110, 0.18);
}

.hero-home .btn-secondary {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
}

.hero-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero-detail {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(222, 212, 198, 0.92);
  box-shadow: var(--shadow-soft);
}

.hero-detail strong,
.hero-detail span {
  display: block;
}

.hero-detail strong {
  margin-bottom: 0.22rem;
  font-size: 0.95rem;
  color: var(--deep);
}

.hero-detail span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-photo {
  overflow: hidden;
  align-self: stretch;
  min-height: 380px;
  border-radius: 28px;
  position: relative;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 28, 35, 0.02) 0%, rgba(20, 28, 35, 0.22) 100%);
}

.hero-photo-note {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 0.85rem 0.92rem;
  border-radius: 20px;
  background: rgba(31, 42, 51, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  color: #fff;
}

.hero-photo-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.3rem 0.58rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-photo-note strong,
.hero-photo-note span {
  display: block;
}

.hero-photo-note strong {
  margin-bottom: 0.18rem;
  font-size: 0.95rem;
}

.hero-photo-note span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  line-height: 1.42;
}

.photo-cluster-section {
  padding: clamp(0.45rem, 1.1vw, 0.8rem) 0 1.5rem;
}

.photo-cluster {
  width: min(var(--max), calc(100% - 3rem));
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.photo-cluster-regions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-cluster-moments {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.photo-cluster-tour-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-cluster-tour-strip .photo-cluster-card img {
  height: 230px;
}

.photo-cluster-card {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(222, 212, 198, 0.9);
  box-shadow: var(--shadow-soft);
}

.photo-cluster-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.photo-cluster-label {
  position: absolute;
  left: 0.78rem;
  bottom: 0.78rem;
  margin: 0;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  background: rgba(31, 42, 51, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  color: #f9fafb;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.photo-cluster-card-soft img {
  object-position: center 54%;
}

.photo-cluster-card-mood img {
  object-position: center 48%;
}

.photo-cluster-card-stone img {
  object-position: center 22%;
}

.photo-cluster-card-air img {
  object-position: center 34%;
}

.photo-cluster-card-moto img {
  object-position: center 24%;
}

.photo-cluster-card-sea img {
  object-position: center 44%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(41, 36, 30, 0), rgba(41, 36, 30, 0.14));
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 3rem;
  padding: 4rem 3.5rem;
}

.hero-inner-wide {
  grid-template-columns: minmax(0, 1fr) 380px;
  min-height: 620px;
}

.hero-copy {
  max-width: 640px;
  align-self: center;
  padding-bottom: 0.2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  max-width: 12ch;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.62;
  max-width: 46ch;
  margin: 1rem 0 1.55rem;
}

.cta-row {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border-radius: 16px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.btn-primary {
  background: #fff;
  color: var(--deep);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.hero-card {
  justify-self: end;
  align-self: center;
  width: 380px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  backdrop-filter: blur(12px);
  color: #fff;
  padding: 1.7rem 1.75rem;
  box-shadow: 0 14px 40px rgba(72, 51, 36, 0.12);
}

.hero-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.04rem;
  line-height: 1.2;
}

.hero-card p {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.56;
}

.hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-list li {
  list-style: none;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 600;
  font-size: 0.97rem;
  line-height: 1.36;
  letter-spacing: 0;
}

.hero-list li:last-child {
  padding-bottom: 0;
}

.section {
  padding: 1.35rem 0 0.65rem;
}

.section-soft {
  padding-top: 1.55rem;
}

.section-intro {
  margin-bottom: 1.55rem;
}

#about .section-intro {
  margin-bottom: 2.1rem;
}

.about-portrait {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 1.2rem;
  display: block;
}

.section h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.section-intro p {
  color: var(--muted);
  max-width: 68ch;
}

.kicker {
  display: inline-block;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.about-grid,
.info-grid,
.social-grid,
.regions-grid,
.operators-grid {
  display: grid;
  gap: 1rem;
}

.about-grid,
.info-grid,
.social-grid {
  grid-template-columns: 1fr 1fr;
}

.about-card,
.info-card,
.social-card,
.region-card {
  min-width: 0;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
}

.about-card p + p,
.info-card p + p {
  margin-top: 1rem;
}

.about-card p,
.info-card p,
.region-card p,
.social-card p,
.operator-card p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: break-word;
}

.about-note {
  margin: 1.6rem auto 0;
  max-width: 48ch;
  text-align: center;
  color: var(--text);
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.about-card h3,
.info-card h3,
.region-card h3,
.social-card h3,
.operator-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
}

.story-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.2rem;
  align-items: stretch;
}

.story-feature-tour {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.story-image-shell,
.story-copy {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.story-image-shell {
  min-height: 520px;
  background: #d8d0c4;
  position: relative;
}

.story-image-shell-tour {
  min-height: 560px;
}

.story-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-image-tour {
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transform-origin: center;
  filter: contrast(1.03) saturate(1.02);
}

.story-image-shell-tour::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 78%, rgba(255, 236, 196, 0.13) 0%, rgba(255, 236, 196, 0.05) 12%, rgba(255, 236, 196, 0) 24%),
    linear-gradient(180deg, rgba(41, 36, 30, 0.02), rgba(41, 36, 30, 0) 34%, rgba(41, 36, 30, 0.04) 100%);
}

.story-image-label {
  position: absolute;
  left: 0.88rem;
  bottom: 0.88rem;
  z-index: 2;
  margin: 0;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: rgba(41, 36, 30, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  color: #f8fbff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.story-copy {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 237, 0.98));
  border: 1px solid var(--line);
  padding: 1.75rem;
}

.story-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.story-points {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.story-point {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(248, 244, 237, 0.92);
  border: 1px solid rgba(222, 212, 198, 0.95);
}

.story-point strong,
.story-point span {
  display: block;
}

.story-point strong {
  margin-bottom: 0.25rem;
  font-size: 0.96rem;
}

.story-point span {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.editorial-section {
  padding-top: 1.25rem;
}

.editorial-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.editorial-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.25rem, 2.4vw, 1.55rem);
  border: 1px solid rgba(222, 212, 198, 0.94);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 237, 0.98));
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.editorial-card:hover {
  transform: translateY(-1px);
  border-color: #cfc2b0;
  box-shadow: 0 14px 34px rgba(20, 28, 35, 0.065);
}

.editorial-card:focus-visible {
  outline: none;
  border-color: #cdbb9f;
  box-shadow: 0 0 0 3px rgba(126, 104, 70, 0.16), 0 18px 42px rgba(20, 28, 35, 0.075);
}

.editorial-card-kicker {
  margin-bottom: 0.65rem;
  color: #7b6754;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-card h3 {
  max-width: 18ch;
  margin: 0 0 0.65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.1vw, 1.62rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--deep);
}

.editorial-card p {
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.66;
}

.editorial-card-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.95rem;
  color: var(--accent-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.regions-grid {
  grid-template-columns: repeat(3, 1fr);
}

.region-card {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  overflow: hidden;
}

.region-image {
  margin: -1.5rem -1.5rem 1rem;
  height: 180px;
  border-radius: 26px 26px 18px 18px;
  background-size: cover;
  background-position: center;
}

.region-image-uk {
  background-image:
    linear-gradient(180deg, rgba(41, 36, 30, 0.06), rgba(41, 36, 30, 0.16)),
    url("welcome/images/plaza-de-espana1.jpg");
}

.region-image-europe {
  background-image:
    linear-gradient(180deg, rgba(41, 36, 30, 0.06), rgba(41, 36, 30, 0.16)),
    url("welcome/images/granada4.jpg");
}

.region-image-east {
  background-image:
    linear-gradient(180deg, rgba(41, 36, 30, 0.06), rgba(41, 36, 30, 0.16)),
    url("welcome/images/seville3.jpg");
  background-position: center;
}

.operators-grid {
  grid-template-columns: repeat(3, 1fr);
}

.operator-card,
.social-card,
.info-card[href],
.info-card.treadright-link {
  display: block;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}


.operator-card:hover,
.social-card:hover,
.info-card[href]:hover,
.info-card.treadright-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(20, 28, 35, 0.08);
  border-color: #cfc2b0;
}


.operator-card p {
  color: var(--muted);
  margin: 0;
}

.social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stay-touch-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding: clamp(1.35rem, 3vw, 1.8rem);
  border: 1px solid rgba(222, 212, 198, 0.94);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 237, 0.96));
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stay-touch-card:hover {
  transform: translateY(-2px);
  border-color: #cfc2b0;
  box-shadow: 0 16px 38px rgba(20, 28, 35, 0.07);
}

.stay-touch-card:focus-visible {
  outline: none;
  border-color: #cdbb9f;
  box-shadow: 0 0 0 3px rgba(126, 104, 70, 0.16), 0 16px 38px rgba(20, 28, 35, 0.07);
}

.stay-touch-kicker {
  margin: 0 0 0.55rem;
  color: #7b6754;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stay-touch-card h3 {
  margin: 0 0 0.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--deep);
}

.stay-touch-card p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
}

.stay-touch-link {
  flex: 0 0 auto;
  color: var(--accent-dark);
  font-size: 0.94rem;
  font-weight: 800;
}

.social-quiet-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(222, 212, 198, 0.92);
  border-radius: 24px;
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.social-quiet-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(20, 28, 35, 0.08);
  border-color: #cfc2b0;
}

.social-quiet-card:focus,
.social-quiet-card:active {
  outline: none;
}

.social-quiet-card:focus-visible {
  outline: none;
  border-color: #cdbb9f;
  box-shadow: 0 0 0 3px rgba(126, 104, 70, 0.16);
}

.social-quiet-card h3 {
  margin: 0 0 0.18rem;
  font-size: 1rem;
}

.social-quiet-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.social-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(244, 239, 231, 0.95);
  color: var(--deep);
  flex: 0 0 auto;
}

.social-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-quiet-card:nth-child(2) .social-icon svg {
  fill: currentColor;
  stroke: none;
}

.social-quiet-card-instagram .social-icon {
  background: linear-gradient(135deg, rgba(255, 220, 128, 0.45), rgba(238, 101, 121, 0.24) 55%, rgba(102, 151, 151, 0.18));
  color: #c24f74;
}

.social-quiet-card-facebook .social-icon {
  background: rgba(221, 234, 255, 0.92);
  color: #2f69d8;
}

.social-quiet-card-whatsapp .social-icon {
  background: rgba(226, 245, 232, 0.92);
  color: #1f8f52;
}

.social-quiet-card-email .social-icon {
  background: rgba(255, 240, 226, 0.92);
  color: var(--accent-dark);
}

.social-arrow {
  margin-left: auto;
  color: var(--accent-dark);
  font-size: 1.25rem;
  font-weight: 700;
}

.subtle-link {
  display: block;
  margin-top: 0.9rem;
  color: var(--accent-dark);
  font-weight: 700;
  font-size: 0.95rem;
  width: fit-content;
  transition: color 0.18s ease, transform 0.18s ease;
}

.subtle-link:hover {
  color: var(--accent);
  transform: translateX(2px);
}

#upcoming-tours .info-grid {
  align-items: stretch;
}

#upcoming-tours .info-card {
  min-height: 100%;
  overflow: hidden;
  padding: 0;
}

#upcoming-tours .info-card-body {
  padding: 1.5rem;
}

#upcoming-tours .tour-card-image {
  position: relative;
  height: 140px;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
}

#upcoming-tours .tour-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(41, 36, 30, 0.04), rgba(41, 36, 30, 0.16));
  pointer-events: none;
}

#upcoming-tours .tour-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#upcoming-tours .info-card[href] {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,244,237,0.96));
}

#upcoming-tours .info-card[href] .subtle-link {
  margin-top: 1.05rem;
}

#upcoming-tours .info-card[href]:hover {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,238,230,0.98));
}

#upcoming-tours .info-card:not([href]) {
  background: rgba(255, 255, 255, 0.78);
  border-style: dashed;
}

.signup-shell {
  display: block;
}

.kit-embed-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.kit-embed-shell .formkit-form {
  margin: 0 auto;
}

.kit-embed-shell .formkit-header,
.kit-embed-shell .formkit-subheader {
  display: none;
}

.kit-embed-shell .formkit-form[data-uid="850c8af291"] [data-style="minimal"] {
  padding-top: 28px;
}

.kit-embed-shell .formkit-form[data-uid="850c8af291"] .formkit-fields {
  margin-top: 0;
}

.kit-placeholder {
  min-height: 320px;
  border: 1.5px dashed #ccbfae;
  border-radius: 22px;
  background: rgba(246, 242, 235, 0.72);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}

.kit-placeholder p {
  max-width: 34ch;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(222, 212, 198, 0.9);
  box-shadow: var(--shadow-soft);
}

.gallery-card img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  display: block;
  object-position: center;
}

.gallery-card figcaption {
  padding: 0.9rem 1rem 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.footer {
  padding: 2rem 0 3rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-inner {
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero-inner,
  .story-feature,
  .about-grid,
  .regions-grid,
  .operators-grid,
  .info-grid,
  .social-grid,
  .editorial-card-grid,
  .gallery-grid,
  .photo-cluster,
  .photo-cluster-regions,
  .photo-cluster-moments {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 2rem;
    gap: 1.5rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-card {
    justify-self: start;
    align-self: start;
    width: 100%;
    max-width: 420px;
  }

  .hero-home .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    min-height: 280px;
    order: 0;
    border-radius: 26px;
  }

  .hero-home .hero-copy {
    padding: 2rem;
  }

  .hero-details {
    grid-template-columns: 1fr;
  }

  .photo-cluster-card img {
    height: 260px;
  }

  .story-image-shell {
    min-height: 360px;
  }

  .story-image-shell-tour {
    min-height: 390px;
  }

  .story-image-tour {
    object-fit: cover;
    object-position: center;
  }

  .editorial-card {
    min-height: 250px;
  }

  .stay-touch-card {
    display: block;
  }

  .stay-touch-link {
    display: inline-flex;
    margin-top: 1rem;
  }

  .gallery-card img {
    height: 300px;
  }

}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 7.25rem;
  }

  .topbar {
    top: 0.35rem;
  }

  .topbar-inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.42rem 0.65rem;
    width: min(100% - 1rem, 620px);
    padding: 0.46rem;
    border-radius: 20px;
  }

  .brand-mark {
    width: 1.72rem;
    height: 1.72rem;
    border-radius: 0.66rem;
  }

  .brand {
    flex: 1 1 auto;
    gap: 0.58rem;
    font-size: 0.9rem;
  }

  .brand-tag {
    font-size: 0.58rem;
  }

  .nav-shell {
    display: contents;
  }

  .nav {
    order: 3;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.05rem 0 0.1rem;
    gap: 0.24rem;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 24px), transparent 100%);
  }

  .nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.46rem 0.58rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 0.86rem;
  }

  .nav-cta {
    order: 2;
    min-height: 1.95rem;
    padding: 0 0.72rem;
    font-size: 0.82rem;
  }

  .hero-wrap {
    padding-top: 0.85rem;
  }

  h1 {
    max-width: 7.8ch;
  }

  .section h2 {
    font-size: clamp(1.5rem, 8vw, 2rem);
    line-height: 1.12;
  }

  .hero-home .hero-copy {
    padding: 1.45rem 1.3rem 1.55rem;
  }

  .hero-detail {
    padding: 0.85rem 0.9rem;
  }

  .hero-photo {
    min-height: 240px;
  }

  .hero-photo-note {
    left: 0.95rem;
    right: 0.95rem;
    bottom: 0.95rem;
    padding: 0.9rem 0.92rem;
  }

  .hero-sub {
    max-width: 34ch;
  }

  .kit-placeholder {
    min-height: 260px;
    padding: 1.5rem;
  }

  .story-copy {
    padding: 1.35rem;
  }

  .story-image-label {
    left: 0.65rem;
    bottom: 0.65rem;
    font-size: 0.62rem;
    padding: 0.29rem 0.48rem;
  }

  .region-image {
    height: 160px;
  }

  .photo-cluster-card img {
    height: 220px;
  }

  .photo-cluster-label {
    left: 0.66rem;
    bottom: 0.66rem;
    font-size: 0.68rem;
    padding: 0.32rem 0.55rem;
  }

  .gallery-card img {
    height: 250px;
  }

}
