/* SUNDAY JOURNAL — luxury editorial magazine */

.page-editorial {
  background:
    radial-gradient(1200px 480px at 12% -8%, rgba(232, 168, 130, 0.18), transparent 58%),
    linear-gradient(180deg, #f7f1ea 0%, #efe4d8 42%, #f4ebe4 100%);
}

.page-editorial .site-header {
  background: rgba(247, 241, 234, 0.88);
}

.jr-wrap {
  width: min(1320px, 92vw);
  margin: 0 auto;
}

.jr-masthead {
  padding: clamp(2.2rem, 6vw, 4.4rem) 0 1.4rem;
  text-align: center;
}

.jr-kicker {
  margin: 0 0 0.7rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
}

.jr-brand {
  margin: 0;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 0.9;
  color: var(--ink);
}

.jr-sub {
  margin: 0.35rem 0 0.85rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(1.15rem, 2.6vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

.jr-lead {
  margin: 0 auto;
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--muted);
}

.jr-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.15rem;
  margin: 1.5rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.jr-cats a,
.jr-cat-btn {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 0.45rem 0.85rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jr-cats a:hover,
.jr-cat-btn:hover,
.jr-cats a.is-active,
.jr-cat-btn.is-active {
  color: var(--accent-deep);
}

.jr-slider {
  position: relative;
  margin: 1.6rem auto 2.6rem;
  width: min(1320px, 94vw);
  min-height: min(72vh, 680px);
  overflow: hidden;
  background: #1a1411;
}

.jr-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s var(--ease-out), visibility 0.9s;
}

.jr-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.jr-slide a {
  display: block;
  position: absolute;
  inset: 0;
  color: inherit;
  text-decoration: none;
}

.jr-slide img,
.jr-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.jr-slide-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 14, 11, 0.62) 0%, rgba(20, 14, 11, 0.18) 46%, transparent 72%),
    linear-gradient(180deg, transparent 42%, rgba(20, 14, 11, 0.55) 100%);
  pointer-events: none;
}

.jr-slide-copy {
  position: absolute;
  left: clamp(1.2rem, 4vw, 3.4rem);
  bottom: clamp(1.6rem, 4.5vw, 3.2rem);
  right: clamp(1.2rem, 28vw, 18rem);
  z-index: 2;
  color: #f7f1ea;
  max-width: 36rem;
}

.jr-slide-copy .jr-kicker {
  color: #e8a882;
}

.jr-slide-copy h2 {
  margin: 0 0 0.55rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(2rem, 5.4vw, 4.1rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.jr-slide-copy p {
  margin: 0;
  max-width: 28rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(247, 241, 234, 0.86);
}

.jr-slider-nav {
  position: absolute;
  right: 1.1rem;
  bottom: 1.15rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.jr-slider-btn,
.jr-dot {
  appearance: none;
  border: 0;
  background: rgba(247, 241, 234, 0.18);
  color: #f7f1ea;
  cursor: pointer;
}

.jr-slider-btn {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  font-size: 1.15rem;
  line-height: 1;
}

.jr-slider-btn:hover {
  background: rgba(247, 241, 234, 0.32);
}

.jr-dots {
  display: flex;
  gap: 0.35rem;
  margin: 0 0.2rem;
}

.jr-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  padding: 0;
}

.jr-dot.is-active {
  background: var(--accent);
}

.jr-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.15rem;
}

.jr-section-head h2 {
  margin: 0;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.jr-section-head span {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.jr-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.15rem 1.05rem;
  padding-bottom: 3.5rem;
}

.jr-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  background: transparent;
}

.jr-card:nth-child(1),
.jr-card.jr-card--xl { grid-column: span 7; }
.jr-card:nth-child(2),
.jr-card.jr-card--tall { grid-column: span 5; }
.jr-card:nth-child(n + 3) { grid-column: span 4; }

.jr-card-media {
  position: relative;
  overflow: hidden;
  background: #d8c4b5;
}

.jr-card:nth-child(1) .jr-card-media,
.jr-card--xl .jr-card-media { aspect-ratio: 16 / 10; }
.jr-card:nth-child(2) .jr-card-media,
.jr-card--tall .jr-card-media { aspect-ratio: 4 / 5; }
.jr-card:nth-child(n + 3) .jr-card-media { aspect-ratio: 4 / 5; }

.jr-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
  transition: transform 0.8s var(--ease-out);
}

.jr-card:hover .jr-card-media img {
  transform: scale(1.045);
}

.jr-card-body {
  padding: 0.95rem 0.1rem 0.35rem;
}

.jr-card-body .jr-kicker {
  margin-bottom: 0.35rem;
}

.jr-card-body h3 {
  margin: 0 0 0.4rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.18;
  color: var(--ink);
}

.jr-card-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.jr-card-meta {
  margin: 0.55rem 0 0;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.jr-empty {
  grid-column: 1 / -1;
  padding: 3rem 0;
  text-align: center;
  color: var(--muted);
}

/* Article */

.jr-article-hero {
  position: relative;
  min-height: calc(100svh - 13.25rem);
  max-height: 820px;
  background: #1a1411;
  overflow: hidden;
}

.jr-article-hero img,
.jr-article-hero video {
  width: 100%;
  height: 100%;
  min-height: calc(100svh - 13.25rem);
  max-height: 820px;
  object-fit: cover;
  object-position: 50% 16%;
}

.jr-article-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 14, 11, 0.18) 0%, rgba(20, 14, 11, 0.18) 38%, rgba(20, 14, 11, 0.72) 100%);
}

.jr-article-hero-copy {
  position: absolute;
  left: 50%;
  bottom: clamp(1.6rem, 5vw, 3.4rem);
  transform: translateX(-50%);
  width: min(820px, 90vw);
  text-align: center;
  color: #f7f1ea;
  z-index: 1;
}

.jr-article-hero-copy .jr-kicker {
  color: #e8a882;
}

.jr-article-hero-copy h1 {
  margin: 0 0 0.7rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.jr-article-hero-copy .jr-dek {
  margin: 0 auto 0.85rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(247, 241, 234, 0.88);
}

.jr-article-hero-copy .jr-meta {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 241, 234, 0.7);
}

.jr-article-body {
  width: min(720px, 90vw);
  margin: 0 auto;
  padding: 3rem 0 1.2rem;
}

.jr-source {
  margin: 0 0 2rem;
  padding: 0 0 1.35rem;
  border-bottom: 1px solid var(--line);
}

.jr-source .jr-kicker {
  margin-bottom: 0.4rem;
}

.jr-source-title {
  margin: 0 0 0.35rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.jr-source-title a {
  color: var(--ink);
  text-decoration: none;
}

.jr-source-title a:hover {
  color: var(--accent-deep);
}

.jr-source-meta {
  margin: 0 0 1.1rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.jr-source-cta {
  display: inline-flex;
  align-items: center;
  margin: 0.2rem 0 0;
  padding: 0.72rem 1.15rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #f7f1ea;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.jr-source-cta:hover {
  background: transparent;
  color: var(--ink);
}

.jr-article-body p,
.jr-article-body li {
  font-size: 1.05rem;
  line-height: 1.78;
  color: var(--ink-soft);
}

.jr-article-body p { margin: 0 0 1.25rem; }

.jr-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin: 2.2rem calc(50% - min(560px, 46vw));
  width: min(1120px, 92vw);
}

.jr-gallery--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.jr-gallery figure {
  margin: 0;
}

.jr-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 18%;
}

.jr-gallery figcaption {
  margin: 0.45rem 0.1rem 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.jr-article-body h2 {
  margin: 2.4rem 0 0.9rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 500;
  font-style: italic;
  color: var(--ink);
}

.jr-article-body h3 {
  margin: 1.7rem 0 0.55rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--ink);
}

.jr-quote {
  margin: 2.2rem 0;
  padding: 0.2rem 0 0.2rem 1.2rem;
  border-left: 2px solid var(--accent);
}

.jr-quote p {
  margin: 0;
  font-family: "Playfair Display", var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-style: italic;
  line-height: 1.35;
  color: var(--ink);
}

.jr-quote cite {
  display: block;
  margin-top: 0.7rem;
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.jr-figure {
  margin: 2.2rem calc(50% - 50vw);
  width: 100vw;
}

.jr-figure--in {
  margin: 2.2rem -8vw;
  width: calc(100% + 16vw);
}

.jr-figure img,
.jr-figure video {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: cover;
  object-position: 50% 18%;
}

.jr-figure figcaption {
  width: min(720px, 90vw);
  margin: 0.65rem auto 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.jr-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.6rem;
  align-items: center;
  margin: 2.4rem calc(50% - min(560px, 45vw));
  width: min(1120px, 92vw);
}

.jr-split img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 14%;
}

.jr-split h3 {
  margin: 0.35rem 0 0.7rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: 1.7rem;
  font-weight: 500;
  font-style: italic;
}

.jr-look {
  margin: 2.4rem 0 1.4rem;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--line);
}

.jr-look h3 {
  margin: 0 0 0.45rem;
  font-family: "Playfair Display", var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
}

.jr-look > p {
  margin: 0 0 1.1rem;
  color: var(--muted);
}

.jr-look-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.jr-look-grid a {
  color: inherit;
  text-decoration: none;
}

.jr-look-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 12%;
  background: #d8c4b5;
}

.jr-look-grid span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.jr-next {
  width: min(1120px, 92vw);
  margin: 1rem auto 3.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.jr-next h2 {
  margin: 0 0 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.jr-next-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.jr-next-grid a {
  color: inherit;
  text-decoration: none;
}

.jr-next-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 14%;
}

.jr-next-grid h3 {
  margin: 0.65rem 0 0;
  font-family: "Playfair Display", var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
}

.jr-crumb {
  width: min(720px, 90vw);
  margin: 1.4rem auto 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.jr-crumb a {
  color: inherit;
  text-decoration: none;
}

.jr-crumb a:hover { color: var(--accent-deep); }

.jr-script {
  font-family: Caveat, "Playfair Display", serif;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: var(--accent-deep);
}

@media (max-width: 980px) {
  .jr-card:nth-child(1),
  .jr-card:nth-child(2),
  .jr-card:nth-child(n + 3),
  .jr-card--xl,
  .jr-card--tall { grid-column: span 6; }
  .jr-split { grid-template-columns: 1fr; margin: 2rem auto; width: min(720px, 90vw); }
  .jr-slide-copy { right: 1.2rem; }
}

@media (max-width: 640px) {
  .jr-slider { min-height: 68vh; }
  .jr-article-hero,
  .jr-article-hero img,
  .jr-article-hero video {
    min-height: calc(100svh - 11.5rem);
  }
  .jr-card:nth-child(n),
  .jr-card--xl,
  .jr-card--tall { grid-column: span 12; }
  .jr-look-grid,
  .jr-next-grid { grid-template-columns: 1fr; }
  .jr-gallery,
  .jr-gallery--3 { grid-template-columns: 1fr; margin: 1.6rem 0; width: 100%; }
  .jr-figure--in { margin: 2rem 0; width: 100%; }
  .jr-slide-copy h2 { font-size: 2.05rem; }
}
