.okd-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}

.okd-brand-mark--logo {
  gap: 0;
}

.okd-brand-logo {
  width: 116px;
  height: 40px;
  background-image: url("https://www.okdentang.com/wp-content/uploads/2026/07/okdentang-logo-header-transparent-300x103-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.okd-brand-name,
.okd-brand-divider,
.okd-brand-tagline {
	min-width: 0;
}

.okd-trip-cta {
  border-left: 4px solid var(--wp--preset--color--sun);
}

.okd-travel-kit-hero {
  color: #ffffff;
}

.okd-travel-kit-hero a {
  color: inherit;
}

.okd-hero--image .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.82);
  color: #ffffff;
}

.okd-hero--image .wp-block-button__link {
  min-width: 148px;
  text-align: center;
}

.okd-hero-meta p:first-child {
  background: rgba(242, 184, 75, 0.22);
}

.okd-planning-rail {
  margin-bottom: 18px;
}

.okd-planning-rail--kit .okd-planning-item:nth-child(1) {
  border-top: 4px solid var(--wp--preset--color--leaf);
}

.okd-planning-rail--kit .okd-planning-item:nth-child(2) {
  border-top: 4px solid var(--wp--preset--color--river);
}

.okd-planning-rail--kit .okd-planning-item:nth-child(3) {
  border-top: 4px solid var(--wp--preset--color--sun);
}

.okd-mood-strip .okd-pill:nth-child(2) {
  border-color: rgba(47, 111, 131, 0.32);
}

.okd-mood-strip .okd-pill:nth-child(3) {
  border-color: rgba(168, 95, 59, 0.32);
}

.okd-mood-strip .okd-pill:nth-child(4) {
  border-color: rgba(47, 107, 79, 0.32);
}

.okd-destination-card h3,
.okd-action-card h3,
.okd-product-card h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.okd-action-card {
  border-top: 4px solid var(--wp--preset--color--sun);
}

.okd-section--action-hub {
  padding-bottom: clamp(56px, 7vw, 80px);
}

.okd-section--action-hub > p:not(.okd-disclosure) {
  max-width: 900px;
  margin-bottom: 22px;
}

.okd-section--action-hub .okd-action-grid {
  margin-bottom: 0;
}

.okd-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 26px;
}

.okd-anchor-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(20, 33, 27, 0.16);
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--wp--preset--color--ink);
  text-decoration: none;
}

.okd-section--home-actions .okd-action-card {
  min-height: 190px;
}

.okd-section--travel-kit-actions .okd-action-card {
  min-height: 270px;
}

.okd-section-lede {
  max-width: 820px;
  color: rgba(23, 33, 28, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  line-height: 1.75;
}

.okd-product-grid--featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  gap: clamp(20px, 3vw, 32px);
}

.okd-product-grid--featured .okd-product-card {
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(23, 33, 28, 0.09);
}

.okd-product-grid--featured .okd-product-card--centered {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: 440px;
}

.okd-product-media {
  display: block;
  overflow: hidden;
  background: #f4f4f2;
}

.okd-product-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 220ms ease;
}

.okd-product-card:hover .okd-product-media img {
  transform: scale(1.018);
}

.okd-product-grid--featured .okd-product-card__body {
  gap: 13px;
  padding: clamp(20px, 3vw, 28px);
}

.okd-product-tag {
  color: var(--wp--preset--color--clay);
  font-size: 0.8rem;
  font-weight: 800;
}

.okd-product-fit {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(20, 33, 27, 0.1);
  padding-top: 14px;
}

.okd-product-card__actions {
  margin-top: auto;
  padding-top: 4px;
}

.okd-product-card__actions .okd-button {
  width: 100%;
  text-align: center;
}

.okd-section--trip-fit {
  background: linear-gradient(180deg, rgba(235, 243, 239, 0.66), rgba(255, 255, 255, 0));
}

.okd-route-grid--travel-kit {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.okd-route-grid--travel-kit a {
  color: var(--wp--preset--color--river);
  font-weight: 800;
}

.okd-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.okd-check-grid article {
  border: 1px solid rgba(20, 33, 27, 0.12);
  border-radius: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.okd-check-grid span {
  color: var(--wp--preset--color--sun);
  font-size: 0.82rem;
  font-weight: 900;
}

.okd-check-grid h3 {
  margin: 8px 0 6px;
}

.okd-check-grid p {
  margin: 0;
}

.okd-disclosure--after-grid {
  margin-top: 24px;
  border: 1px solid rgba(23, 33, 28, 0.12);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
}

.okd-action-card:nth-child(2) {
  border-top-color: var(--wp--preset--color--river);
}

.okd-action-card:nth-child(3) {
  border-top-color: var(--wp--preset--color--leaf);
}

.okd-action-card:nth-child(4) {
  border-top-color: var(--wp--preset--color--clay);
}

.okd-route-finder {
  padding-top: 0;
}

.okd-route-card:nth-child(1) {
  border-top: 4px solid var(--wp--preset--color--leaf);
}

.okd-route-card:nth-child(2) {
  border-top: 4px solid var(--wp--preset--color--river);
}

.okd-route-card:nth-child(3) {
  border-top: 4px solid var(--wp--preset--color--clay);
}

.okd-trip-kit {
  border: 1px solid rgba(20, 33, 27, 0.12);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  min-height: 100%;
}

.okd-trip-kit h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.okd-trip-kit a {
  color: var(--wp--preset--color--river);
  font-weight: 700;
}

.okd-destination-kit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.okd-less-is-better {
  border: 1px solid rgba(20, 33, 27, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: var(--wp--preset--color--ink);
  color: #ffffff;
}

.okd-less-is-better p {
  margin: 0;
  max-width: 920px;
}

.okd-less-is-better h2 {
  margin-top: 6px;
  color: #ffffff;
}

.okd-less-is-better .okd-kicker {
  color: var(--wp--preset--color--sun);
}

.okd-affiliate-note {
  border: 1px dashed rgba(20, 33, 27, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

@media (max-width: 760px) {
  .okd-header-inner {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .okd-primary-nav {
    margin-left: auto;
  }

  .okd-primary-nav ul {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .okd-primary-nav a {
    font-size: 0.92rem;
    white-space: nowrap;
  }

	.okd-brand-mark {
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.25;
	}

	.okd-brand-logo {
		width: 99px;
		height: 34px;
	}

	.okd-brand-divider,
	.okd-brand-tagline {
		display: none;
	}

  .okd-hero--image {
    min-height: 540px !important;
  }

  .okd-hero--image .wp-block-button,
  .okd-hero--image .wp-block-button__link {
    width: 100%;
  }

  .okd-section--action-hub .okd-action-card {
    min-height: auto;
  }

  .okd-anchor-nav a {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }

  .okd-destination-kit-grid {
    grid-template-columns: 1fr;
  }

  .okd-product-grid--featured,
  .okd-route-grid--travel-kit,
  .okd-check-grid {
    grid-template-columns: 1fr;
  }

  .okd-product-grid--featured .okd-product-card {
    border-radius: 14px;
  }

  .okd-product-grid--featured .okd-product-card--centered {
    grid-column: auto;
    max-width: none;
  }
}

@media (max-width: 420px) {
  .okd-brand-logo {
    width: 90px;
  }

  .okd-primary-nav ul {
    gap: 9px;
  }

  .okd-primary-nav a {
    font-size: 0.86rem;
  }
}
