:root {
  --blue: #1b4fd8;
  --cream: #fdf8ee;
  --text: #1a1a1a;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--text);
  font-family: 'Instrument Serif', Georgia, serif;
  min-height: 100vh;
}

a { color: var(--blue); }

/* Matches the shared site chrome header (site-chrome.css) */
.al-seo-header {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 24px 10px;
}

.al-seo-brand img {
  display: block;
  height: 42px;
  width: auto;
}

.al-seo-nav {
  display: flex;
  align-items: center;
  gap: 8px 22px;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 17px;
}

.al-seo-nav a {
  text-decoration: none;
  color: var(--text);
  letter-spacing: 0.01em;
  opacity: 0.48;
  transition: opacity 0.15s ease;
}

.al-seo-nav a.is-active,
.al-seo-nav a:hover {
  opacity: 0.95;
  color: var(--text);
}

.al-seo-main {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 72px;
}

.al-seo-main.al-seo-trip {
  max-width: 1100px;
}

.al-seo-crumbs {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  opacity: 0.55;
  margin-bottom: 24px;
}

.al-seo-crumbs a { text-decoration: none; }

.al-seo-eyebrow {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 10px;
}

.al-seo-eyebrow a { text-decoration: none; }

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 16px;
}

.al-seo-lede,
.al-seo-desc,
.al-seo-meta {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.78;
}

.al-seo-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.al-seo-facts li {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid rgba(27, 79, 216, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.al-seo-hero-img {
  margin: 0 0 28px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(27, 79, 216, 0.06);
}

.al-seo-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.al-seo-block {
  margin-top: 36px;
}

.al-seo-block h2 {
  font-size: 1.45rem;
  font-weight: 400;
  margin: 0 0 12px;
}

.al-seo-block ul {
  margin: 0;
  padding-left: 1.2em;
  font-family: Poppins, system-ui, sans-serif;
  line-height: 1.55;
}

.al-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.al-seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.al-seo-btn.ghost {
  background: transparent;
  color: var(--blue);
  border: 1.5px solid rgba(27, 79, 216, 0.28);
}

.al-seo-op-head {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.al-seo-op-logo {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  background: #fff;
}

.al-seo-trip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.al-seo-trip-card a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(27, 79, 216, 0.1);
  font-family: Poppins, system-ui, sans-serif;
}

.al-seo-trip-card strong {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--blue);
}

.al-seo-trip-card span {
  font-size: 13px;
  opacity: 0.6;
}

.al-seo-links {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 14px;
}

.al-seo-footer {
  border-top: 1px solid rgba(27, 79, 216, 0.12);
  padding: 28px;
  text-align: center;
}

.al-seo-footer p {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  opacity: 0.55;
  max-width: 420px;
  margin: 0 auto 14px;
}

.al-seo-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
}

.al-seo-footer a { text-decoration: none; }

/* —— Trip detail (editorial, Alongside-native) —— */
.al-seo-trip .al-seo-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.al-seo-crumbs-sep { opacity: 0.35; }

.al-trip-gallery {
  position: relative;
  min-width: 0;
  margin-bottom: 28px;
}

.al-trip-gallery-main {
  position: relative;
  border-radius: 4px 4px 20px 20px;
  overflow: hidden;
  aspect-ratio: 21 / 10;
  background: rgba(27, 79, 216, 0.06);
}

.al-trip-gallery-empty {
  min-height: 200px;
  border-radius: 4px 4px 20px 20px;
  background: linear-gradient(135deg, rgba(27, 79, 216, 0.08), rgba(253, 248, 238, 0.9));
}

.al-trip-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.al-trip-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(253, 248, 238, 0.92);
  color: var(--text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.al-trip-gallery-nav.prev { left: 12px; }
.al-trip-gallery-nav.next { right: 12px; }

.al-trip-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.al-trip-thumb {
  flex: 0 0 68px;
  width: 68px;
  height: 52px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(27, 79, 216, 0.06);
}

.al-trip-thumb.is-active { border-color: var(--blue); }

.al-trip-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.al-trip-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
  gap: 56px;
  align-items: start;
  margin-top: 12px;
}

.al-trip-maincol { min-width: 0; }

.al-trip-kicker {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 10px;
}

.al-trip-title {
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.al-trip-by {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15px;
  opacity: 0.7;
  margin: 0 0 28px;
}

.al-trip-by a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

.al-trip-by a:hover { text-decoration: underline; }

.al-trip-desc {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  max-width: 560px;
}

.al-trip-desc p { margin: 0; }
.al-trip-desc p + p { margin-top: 16px; }

.al-trip-detail-list {
  margin-top: 40px;
  border-top: 1px solid rgba(27, 79, 216, 0.14);
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 560px;
}

.al-trip-detail-k {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.5;
}

.al-trip-detail-v {
  font-size: 19px;
  margin-top: 6px;
}

.al-trip-sidebar {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(27, 79, 216, 0.12);
  border-radius: 10px;
  padding: 30px 28px;
  position: sticky;
  top: 24px;
}

.al-trip-sidebar-label {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.5;
  margin: 0;
}

.al-trip-sidebar-op {
  font-size: 24px;
  margin: 10px 0 4px;
  line-height: 1.2;
}

.al-trip-sidebar-op a {
  color: inherit;
  text-decoration: none;
}

.al-trip-sidebar-op a:hover { color: var(--blue); }

.al-trip-sidebar-price {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  opacity: 0.7;
  margin: 0 0 22px;
}

.al-trip-sidebar-price strong {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  margin-right: 4px;
}

.al-trip-sidebar-cta {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 6px;
}

.al-trip-sidebar-watch {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 14px;
}

.al-trip-sidebar-note {
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px dashed rgba(27, 79, 216, 0.2);
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
  opacity: 0.65;
}

.al-trip-sidebar-links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
}

.al-trip-sidebar-links a { text-decoration: none; }
.al-trip-sidebar-links a:hover { text-decoration: underline; }

.al-trip-section { margin-top: 36px; }

.al-trip-section h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 14px;
}

.al-trip-checklist {
  margin: 0;
  padding-left: 1.15em;
  font-family: Poppins, system-ui, sans-serif;
  line-height: 1.55;
  opacity: 0.85;
}

.al-trip-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 0;
}

.al-trip-lists .al-trip-section { margin-top: 0; }

.al-trip-include-item .al-trip-checklist {
  margin: 0 0 14px;
  padding-left: 1.15em;
}

.al-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.al-trip-faq {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(27, 79, 216, 0.14);
}

.al-trip-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.al-trip-faq-item {
  border-bottom: 1px solid rgba(27, 79, 216, 0.12);
  padding: 2px 0;
}

.al-trip-faq-item summary {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  padding: 14px 0;
  list-style: none;
}

.al-trip-faq-item summary::-webkit-details-marker { display: none; }

.al-trip-faq-item summary::after {
  content: '+';
  float: right;
  opacity: 0.4;
}

.al-trip-faq-item[open] summary::after { content: '–'; }

.al-trip-faq-item p {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.75;
  margin: 0 0 14px;
}

.al-trip-related {
  background: rgba(27, 79, 216, 0.05);
  padding: clamp(56px, 8vw, 80px) 24px;
}

.al-trip-related-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.al-trip-related-head { margin-bottom: 32px; }

.al-trip-related-eyebrow {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 10px;
}

.al-trip-related-head h2 {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 400;
  margin: 0;
}

.al-trip-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.al-trip-rel-card {
  background: var(--cream);
  border: 1px solid rgba(27, 79, 216, 0.1);
  border-radius: 6px;
  padding: 5px;
  text-decoration: none;
  color: inherit;
  display: block;
  box-shadow: 0 6px 16px rgba(27, 79, 216, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.al-trip-rel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(27, 79, 216, 0.14);
}

.al-trip-rel-media {
  height: 140px;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(27, 79, 216, 0.12);
}

.al-trip-rel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.al-trip-rel-ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1340b0, var(--blue));
}

.al-trip-rel-body { padding: 14px 12px 12px; }

.al-trip-rel-cat {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  opacity: 0.75;
  margin: 0 0 6px;
}

.al-trip-rel-body h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.al-trip-rel-meta {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  opacity: 0.55;
  margin: 8px 0 0;
}

/* —— Operator profile SSR —— */
.al-seo-main.al-seo-operator {
  max-width: 1100px;
}

.al-op-preview-banner {
  margin: 0 0 18px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(180, 120, 40, 0.12);
  color: #8a5a12;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.al-op-hero {
  margin-bottom: 28px;
}

.al-op-cover {
  height: 180px;
  border-radius: 4px 4px 18px 18px;
  background:
    linear-gradient(180deg, rgba(253, 248, 238, 0.15), rgba(253, 248, 238, 0.92)),
    var(--al-op-cover) center / cover no-repeat;
  background-color: rgba(27, 79, 216, 0.08);
}

.al-op-cover-empty {
  background: linear-gradient(120deg, rgba(27, 79, 216, 0.12), rgba(253, 248, 238, 0.9));
}

.al-op-hero-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: end;
  margin-top: -48px;
  padding: 0 8px;
}

.al-op-avatar {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  object-fit: cover;
  background: #fff;
  border: 3px solid var(--cream);
  box-shadow: 0 4px 16px rgba(26, 26, 26, 0.08);
}

.al-op-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--blue);
  background: #fff;
}

.al-op-hero-copy { min-width: 0; padding-bottom: 4px; }

.al-op-hero-copy h1 {
  margin: 0 0 6px;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.al-op-place {
  margin: 0 0 4px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15px;
  opacity: 0.65;
}

.al-op-verify {
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  opacity: 0.5;
}

.al-op-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 6px;
}

.al-op-stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 36px;
}

.al-op-stats li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 110px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(27, 79, 216, 0.1);
  font-family: Poppins, system-ui, sans-serif;
}

.al-op-stats strong {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--blue);
}

.al-op-stats span {
  font-size: 12px;
  opacity: 0.55;
}

.al-op-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.7fr);
  gap: 36px;
  align-items: start;
}

.al-op-section { margin-bottom: 40px; }

.al-op-gallery-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(27, 79, 216, 0.06);
  aspect-ratio: 16 / 10;
}
.al-op-gallery-track {
  display: flex;
  height: 100%;
  transition: transform 0.35s ease;
}
.al-op-gallery-slide {
  min-width: 100%;
  height: 100%;
}
.al-op-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.al-op-gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(253, 248, 238, 0.92);
  color: #1B4FD8;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.al-op-gallery-btn:disabled { opacity: 0.35; cursor: default; }
.al-op-gallery-btn.prev { left: 12px; }
.al-op-gallery-btn.next { right: 12px; }
.al-op-gallery-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.al-op-gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(253, 248, 238, 0.55);
  cursor: pointer;
}
.al-op-gallery-dot.active { background: #fff; }

.al-op-section h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  font-weight: 400;
}

.al-op-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}

.al-op-section-head h2 { margin: 0; }

.al-op-section-note {
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  opacity: 0.5;
}

.al-op-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.al-op-chips li {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(27, 79, 216, 0.16);
  background: rgba(255, 255, 255, 0.5);
}

.al-op-trip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.al-op-trip-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  opacity: 0.85;
}

.al-op-trip-card {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(27, 79, 216, 0.1);
}

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

.al-op-trip-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: rgba(27, 79, 216, 0.06);
}

.al-op-trip-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.al-op-trip-ph { width: 100%; height: 100%; }

.al-op-trip-cat {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(253, 248, 238, 0.92);
}

.al-op-trip-past-flag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(30, 30, 30, 0.72);
  color: rgba(253, 248, 238, 0.95);
}

.al-op-trip-card.is-past .al-op-trip-media img {
  filter: saturate(0.65);
}

.al-op-trip-card.is-past .al-op-trip-price {
  display: none;
}

.al-op-trip-body { padding: 12px 14px 14px; }

.al-op-trip-body h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.25;
}

.al-op-trip-meta {
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  opacity: 0.55;
}

.al-op-trip-price {
  margin: 8px 0 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
}

.al-op-empty {
  font-family: Poppins, system-ui, sans-serif;
  opacity: 0.6;
}

.al-op-aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 24px;
}

.al-op-panel {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(27, 79, 216, 0.12);
}

.al-op-panel h2,
.al-op-panel h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 400;
}

.al-op-panel p {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.75;
  margin: 0 0 14px;
}

.al-op-panel .al-seo-btn { width: 100%; }

.al-op-panel-soft {
  background: rgba(27, 79, 216, 0.04);
}

.al-op-dest-list {
  margin: 0;
  padding-left: 1.1em;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.75;
}

.al-op-bottom { margin-top: 20px; }

@media (max-width: 900px) {
  .al-trip-grid { grid-template-columns: 1fr; gap: 36px; }

  .al-trip-sidebar { position: static; }

  .al-trip-lists { grid-template-columns: 1fr; }

  .al-trip-related-grid { grid-template-columns: 1fr; }

  .al-trip-gallery-main { aspect-ratio: 16 / 10; }

  .al-op-layout { grid-template-columns: 1fr; }

  .al-op-aside { position: static; }

  .al-op-hero-inner {
    grid-template-columns: auto 1fr;
  }

  .al-op-hero-actions {
    grid-column: 1 / -1;
  }

  .al-op-trip-grid,
  .al-op-trip-grid-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .al-seo-header { padding: 18px 16px 6px; gap: 12px; }

  .al-seo-brand img { height: 32px; }

  .al-seo-nav { gap: 8px 14px; font-size: 15px; }

  .al-trip-detail-list { grid-template-columns: 1fr; gap: 18px; }

  .al-op-hero-inner {
    grid-template-columns: 1fr;
    margin-top: -36px;
  }

  .al-op-avatar {
    width: 80px;
    height: 80px;
  }
}
