:root {
  --doj-bg: #f4efe8;
  --doj-surface: #f8f4ee;
  --doj-ink: #11100e;
  --doj-muted: #5f5751;
  --doj-line: rgba(17, 16, 14, 0.1);
  --doj-accent: #7a5a43;
  --doj-accent-deep: #2a2019;
  --doj-gold: #b89269;
  --doj-green: #243932;
  --doj-shadow: 0 18px 44px rgba(17, 16, 14, 0.08);
}

body {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  color: var(--doj-ink);
  background: var(--doj-bg);
}

h1,
h2,
h3,
h4,
h5,
.entry-title,
.doj-display {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.01em;
}

.ct-header [data-row*="middle"] {
  background: rgba(244, 239, 232, 0.88);
  border-bottom: 1px solid rgba(23, 18, 15, 0.08);
  backdrop-filter: blur(16px);
}

.ct-header .ct-menu-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ct-header .sub-menu {
  border-radius: 8px;
  border: 1px solid rgba(23, 18, 15, 0.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.home .entry-content {
  max-width: none;
  padding: 0;
  background:
    radial-gradient(circle at top right, rgba(194, 153, 103, 0.18), transparent 30%),
    linear-gradient(180deg, #f6f0e7 0%, #f8f4ee 36%, #f2ebe1 100%);
}

.home .entry-content > * {
  margin: 0;
}

.doj-home {
  overflow: clip;
}

.doj-shell {
  width: min(1280px, calc(100% - 52px));
  margin: 0 auto;
}

.doj-section {
  padding: clamp(72px, 9vw, 132px) 0;
}

.doj-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b7664;
}

.doj-kicker::before {
  content: "";
  width: 52px;
  height: 1px;
  background: currentColor;
}

.doj-hero {
  position: relative;
  min-height: min(100vh, 1080px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: #0f0d0b;
}

.doj-hero video,
.doj-hero .doj-hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doj-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 9, 8, 0.1) 0%, rgba(12, 9, 8, 0.5) 56%, rgba(12, 9, 8, 0.93) 100%),
    radial-gradient(circle at top right, rgba(194, 153, 103, 0.1), transparent 26%);
  z-index: 1;
}

.doj-hero-content {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 44px));
  margin: 0 auto;
  padding: 164px 0 94px;
  color: #f7f0e8;
}

.doj-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 34px;
  align-items: end;
}

.doj-hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(4.6rem, 8vw, 9rem);
  line-height: 0.88;
  max-width: 8ch;
}

.doj-hero-copy p {
  max-width: 38ch;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.9;
  color: rgba(247, 240, 232, 0.78);
}

.doj-hero-panel {
  padding: 24px 0 0 28px;
  border-left: 1px solid rgba(255, 246, 236, 0.2);
  background: transparent;
  box-shadow: none;
}

.doj-hero-panel p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(247, 240, 232, 0.72);
}

.doj-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.doj-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.doj-button:hover {
  transform: translateY(-2px);
}

.doj-button-primary {
  background: #f2ede6;
  color: #17120f;
  box-shadow: none;
}

.doj-button-secondary {
  background: transparent;
  border-color: rgba(247, 240, 232, 0.26);
  color: #f7f0e8;
}

.doj-intro {
  margin-top: -30px;
  position: relative;
  z-index: 3;
}

.doj-intro-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  gap: 48px;
  padding: clamp(36px, 5vw, 58px);
  background: rgba(251, 247, 241, 0.95);
  border: 1px solid rgba(23, 18, 15, 0.08);
  border-radius: 10px;
  box-shadow: var(--doj-shadow);
}

.doj-intro-card h2 {
  margin: 10px 0 16px;
  font-size: clamp(2.8rem, 4.8vw, 4.6rem);
  line-height: 0.95;
}

.doj-intro-card p {
  margin: 0;
  color: var(--doj-muted);
  font-size: 0.98rem;
  line-height: 1.95;
}

.doj-stat-block {
  display: grid;
  gap: 18px;
  align-content: start;
}

.doj-stat {
  padding-top: 20px;
  border-top: 1px solid var(--doj-line);
}

.doj-stat strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--doj-accent);
}

.doj-stat span {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--doj-muted);
}

.doj-grid-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.doj-grid-head h2 {
  margin: 10px 0 0;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.96;
}

.doj-grid-head p {
  max-width: 34ch;
  margin: 0;
  color: var(--doj-muted);
  line-height: 1.8;
}

.doj-destinations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.doj-card {
  position: relative;
  min-height: 620px;
  border-radius: 6px;
  overflow: hidden;
  color: #f7f0e8;
  background: #17120f;
  box-shadow: 0 12px 28px rgba(17, 16, 14, 0.07);
}

.doj-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doj-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 11, 8, 0.04), rgba(16, 11, 8, 0.75) 72%, rgba(16, 11, 8, 0.96));
}

.doj-card-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 34px 26px 28px;
  z-index: 1;
}

.doj-card-copy h3 {
  margin: 8px 0 10px;
  font-size: clamp(2.3rem, 3.1vw, 3.6rem);
}

.doj-card-copy p {
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.78;
  color: rgba(247, 240, 232, 0.84);
}

.doj-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.doj-link::after {
  content: "→";
}

.doj-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
}

.doj-panel,
.doj-story {
  border-radius: 6px;
  overflow: hidden;
  background: rgba(251, 247, 241, 0.92);
  border: 1px solid rgba(23, 18, 15, 0.08);
  box-shadow: var(--doj-shadow);
}

.doj-story img,
.doj-panel img {
  width: 100%;
  height: auto;
  display: block;
}

.doj-panel-copy,
.doj-story-copy {
  padding: 32px 28px;
}

.doj-panel-copy h3,
.doj-story-copy h3 {
  margin: 10px 0 14px;
  font-size: clamp(2.2rem, 3.1vw, 3.4rem);
  line-height: 1;
}

.doj-panel-copy p,
.doj-story-copy p {
  margin: 0 0 18px;
  color: var(--doj-muted);
  line-height: 1.92;
}

.doj-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.doj-shop-banner {
  min-height: 100%;
  padding: 42px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #f7f0e8;
  background:
    linear-gradient(180deg, rgba(25, 17, 13, 0.12), rgba(25, 17, 13, 0.76)),
    url("https://doseofjapan.com/wp-content/uploads/2026/06/JapanProducts.png") center/cover no-repeat;
}

.doj-shop-banner h3 {
  margin: 10px 0 14px;
  font-size: clamp(2.4rem, 3.1vw, 3.6rem);
}

.doj-shop-banner p {
  margin: 0 0 16px;
  max-width: 34ch;
  color: rgba(247, 240, 232, 0.84);
  line-height: 1.8;
}

.doj-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.doj-product {
  padding: 18px;
  border-radius: 6px;
  background: rgba(251, 247, 241, 0.92);
  border: 1px solid rgba(23, 18, 15, 0.08);
  box-shadow: 0 12px 26px rgba(17, 16, 14, 0.05);
}

.doj-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 2px;
  background: #fff;
}

.doj-product h4 {
  margin: 14px 0 8px;
  font-size: 1.3rem;
}

.doj-product p {
  margin: 0;
  color: var(--doj-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.doj-cta {
  position: relative;
  padding: clamp(80px, 10vw, 144px) 0;
}

.doj-cta-card {
  padding: clamp(40px, 5vw, 68px);
  border-radius: 8px;
  color: #f7f0e8;
  background:
    linear-gradient(135deg, rgba(18, 14, 12, 0.96), rgba(26, 19, 15, 0.94)),
    radial-gradient(circle at top right, rgba(194, 153, 103, 0.1), transparent 35%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.doj-cta-card h2 {
  margin: 12px 0 16px;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.94;
  max-width: 11ch;
}

.doj-cta-card p {
  max-width: 44ch;
  margin: 0 0 24px;
  color: rgba(247, 240, 232, 0.82);
  line-height: 1.9;
}

.doj-home-bt .doj-hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(4.9rem, 8.2vw, 9.4rem);
  line-height: 0.86;
}

.doj-hero-grid-bt {
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
}

.doj-hero-panel-bt {
  max-width: 320px;
  justify-self: end;
}

.doj-proof {
  padding-top: 46px;
  padding-bottom: 22px;
}

.doj-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 40px;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--doj-line);
}

.doj-proof-intro h2 {
  margin: 10px 0 0;
  font-size: clamp(2.5rem, 4.4vw, 4.2rem);
  line-height: 0.96;
  max-width: 11ch;
}

.doj-proof-notes {
  display: grid;
  gap: 16px;
  align-content: end;
}

.doj-proof-notes p {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--doj-line);
  color: var(--doj-muted);
  line-height: 1.8;
}

.doj-feeling {
  padding-top: clamp(72px, 9vw, 116px);
}

.doj-feeling-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.doj-feeling-copy h2 {
  margin: 10px 0 16px;
  font-size: clamp(3.2rem, 5vw, 5.1rem);
  line-height: 0.94;
  max-width: 10ch;
}

.doj-feeling-copy p {
  max-width: 50ch;
  margin: 0;
  color: var(--doj-muted);
  line-height: 2;
}

.doj-placeholder-card {
  min-height: 460px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(23, 18, 15, 0.1);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(241, 234, 223, 0.7), rgba(234, 226, 214, 0.96)),
    repeating-linear-gradient(
      135deg,
      rgba(122, 90, 67, 0.05) 0,
      rgba(122, 90, 67, 0.05) 14px,
      transparent 14px,
      transparent 28px
    );
}

.doj-placeholder-card-soft {
  min-height: 320px;
  background:
    linear-gradient(180deg, rgba(247, 242, 236, 0.82), rgba(238, 231, 220, 0.98)),
    repeating-linear-gradient(
      135deg,
      rgba(122, 90, 67, 0.04) 0,
      rgba(122, 90, 67, 0.04) 12px,
      transparent 12px,
      transparent 24px
    );
}

.doj-placeholder-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b7664;
}

.doj-placeholder-card h3 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.98;
  max-width: 11ch;
}

.doj-placeholder-card p {
  margin: 0;
  max-width: 34ch;
  color: var(--doj-muted);
  line-height: 1.9;
}

.doj-grid-head-bt {
  margin-bottom: 24px;
}

.doj-destinations-bt {
  gap: 14px;
}

.doj-editorial-band {
  padding-top: clamp(80px, 10vw, 136px);
}

.doj-editorial-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 18px;
}

.doj-story-feature {
  min-height: 100%;
}

.doj-story-feature img {
  min-height: 640px;
  object-fit: cover;
}

.doj-editorial-stack {
  display: grid;
  gap: 18px;
}

.doj-shop-section {
  padding-top: clamp(64px, 8vw, 120px);
}

.doj-shop-grid-bt {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}

.doj-shop-copy-panel {
  min-height: 100%;
}

.doj-product-grid-bt {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doj-cta-bt {
  padding-top: clamp(62px, 8vw, 120px);
}

@media (max-width: 1100px) {
  .doj-hero-grid,
  .doj-intro-card,
  .doj-editorial-grid,
  .doj-split-grid,
  .doj-proof-grid,
  .doj-feeling-grid,
  .doj-editorial-band-grid,
  .doj-shop-grid-bt {
    grid-template-columns: 1fr;
  }

  .doj-destinations {
    grid-template-columns: 1fr;
  }

  .doj-card {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .doj-shell,
  .doj-hero-content {
    width: min(100% - 28px, 1320px);
  }

  .doj-product-grid {
    grid-template-columns: 1fr;
  }

  .doj-grid-head {
    grid-template-columns: 1fr;
  }

  .doj-hero-copy h1 {
    max-width: none;
  }

  .doj-product-grid-bt {
    grid-template-columns: 1fr;
  }
}

.page .entry-content:not(.doj-home),
.single .entry-content:not(.doj-home) {
  max-width: none !important;
}

.doj-page {
  background:
    radial-gradient(circle at top right, rgba(194, 153, 103, 0.16), transparent 26%),
    linear-gradient(180deg, #f7f1e8 0%, #faf7f1 42%, #f1ebe1 100%);
  color: var(--doj-ink);
}

.doj-page-shell {
  width: min(1220px, calc(100% - 52px));
  margin: 0 auto;
}

.doj-page-hero {
  padding: 52px 0 40px;
}

.doj-page-hero-card {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--doj-shadow);
  background: #14100d;
}

.doj-page-hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doj-page-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 10, 8, 0.12), rgba(15, 10, 8, 0.82));
}

.doj-page-hero-copy {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 48px));
  margin: 0 0 0 32px;
  padding: 50px 0 42px;
  color: #f7f0e8;
}

.doj-page-hero-copy h1 {
  margin: 14px 0 14px;
  font-size: clamp(3.6rem, 6.3vw, 6.6rem);
  line-height: 0.92;
}

.doj-page-hero-copy p {
  max-width: 36ch;
  margin: 0;
  line-height: 1.85;
  color: rgba(247, 240, 232, 0.84);
  font-size: 0.98rem;
}

.doj-page-section {
  padding: clamp(56px, 8vw, 112px) 0;
}

.doj-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 36px;
}

.doj-page-head h2 {
  margin: 12px 0 0;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
  line-height: 0.96;
}

.doj-page-head p {
  max-width: 34ch;
  margin: 0;
  color: var(--doj-muted);
  line-height: 1.8;
}

.doj-feature-grid {
  display: grid;
  gap: 18px;
}

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

.doj-feature-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doj-feature-card,
.doj-article-card,
.doj-collection-card,
.doj-guide-card {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(251, 247, 241, 0.95);
  border: 1px solid rgba(23, 18, 15, 0.08);
  box-shadow: 0 12px 26px rgba(17, 16, 14, 0.05);
}

.doj-feature-card img,
.doj-article-card img,
.doj-collection-card img,
.doj-guide-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.doj-feature-card img,
.doj-article-card img {
  aspect-ratio: 4 / 5;
}

.doj-collection-card img,
.doj-guide-card img {
  aspect-ratio: 16 / 10;
}

.doj-card-body {
  padding: 28px 24px;
}

.doj-card-body h3 {
  margin: 10px 0 12px;
  font-size: clamp(2.1rem, 2.8vw, 3.1rem);
  line-height: 0.98;
}

.doj-card-body h4 {
  margin: 10px 0 10px;
  font-size: 1.55rem;
  line-height: 1.05;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.doj-card-body p {
  margin: 0 0 16px;
  color: var(--doj-muted);
  line-height: 1.9;
}

.doj-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.doj-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(17, 16, 14, 0.04);
  color: #6c625c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.doj-inline-link {
  color: var(--doj-accent-deep);
  font-weight: 700;
  text-decoration: none;
}

.doj-product-note {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--doj-accent);
}

.doj-wide-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.doj-copy-panel {
  padding: 40px 34px;
  border-radius: 6px;
  background: rgba(251, 247, 241, 0.95);
  border: 1px solid rgba(23, 18, 15, 0.08);
  box-shadow: 0 12px 26px rgba(17, 16, 14, 0.05);
}

.doj-copy-panel h3 {
  margin: 10px 0 14px;
  font-size: clamp(2.3rem, 3.2vw, 3.5rem);
  line-height: 0.98;
}

.doj-copy-panel p {
  margin: 0 0 16px;
  color: var(--doj-muted);
  line-height: 1.95;
}

@media (max-width: 1080px) {
  .doj-feature-grid-3,
  .doj-feature-grid-2,
  .doj-wide-panel,
  .doj-page-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .doj-page-shell {
    width: min(100% - 24px, 1240px);
  }

  .doj-page-hero-copy {
    width: min(100% - 28px, 720px);
    margin-left: 14px;
  }
}
