/*
Theme Name: Mark Plante Journal
Theme URI: https://markplante.com
Author: Mark Plante
Description: A clean, editorial personal journal theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: markplante
*/
:root {
  --content-width: 1300px;
  --accent: #4077aa;
  --text-muted: #4b5563;
  --rule: #e5e7eb; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #1f2933;
  background-color: #fafafa; }

.site-content {
  max-width: var(--content-width);
  margin: 64px auto;
  padding: 0 20px; }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.3;
  margin: 2.5rem 0 1rem; }

h1 {
  font-size: 2.2rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.25rem; }

p {
  margin: 1.2rem 0; }

a {
  color: var(--accent);
  text-decoration: none; }

a:hover {
  color: #2f5d88;
  /* slightly deeper on hover */
  text-decoration: underline; }

.site-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 24px 0; }

.site-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 790px) {
    .site-header__inner {
      display: block; } }

.site-title {
  font-size: 2.25rem;
  margin: 0; }
  .site-title img {
    max-height: 2.25rem; }

.site-title a {
  color: inherit;
  text-decoration: none;
  color: var(--accent); }

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0; }

.site-footer {
  border-top: 1px solid #e5e7eb;
  margin-top: 80px;
  padding: 32px 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #6b7280; }

.home-intro {
  position: relative;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 4rem 20px 3.5rem;
  color: #ffffff; }

.home-intro h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem; }

.home-intro p {
  font-size: 1.1rem;
  color: #ffffff; }

/*
.home-intro-wrap {
  background-color: #f1f3f5;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border: 1px solid #4077aa;
}
*/
.home-intro-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-image: url("/wp-content/uploads/2026/01/fenway10.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff; }

.home-intro-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); }

@media (min-width: 768px) {
  .home-intro-wrap {
    background-attachment: fixed; } }

/*
.home-intro {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 4rem 20px 3.5rem;
}
*/
.home-intro h1 {
  margin-top: 0;
  color: #ffffff; }

.home-featured,
.home-recent {
  margin-bottom: 4rem; }

.home-featured article,
.home-recent article {
  margin-bottom: 1.5rem; }

article {
  margin-bottom: 5rem; }

article > *:first-child {
  margin-top: 0; }

article > *:last-child {
  margin-bottom: 0; }

blockquote {
  margin: 2.5rem 0;
  padding-left: 1.25rem;
  border-left: 3px solid var(--accent);
  color: var(--text-muted);
  font-style: italic; }

section + section {
  padding-top: 3rem;
  border-top: 1px solid var(--rule); }

.home-intro p {
  max-width: 520px;
  font-size: 2.15rem;
  color: #ffffff; }

.home-featured h2,
.home-recent h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted); }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  padding-left: 1.5rem; }

li {
  margin: 0.5rem 0; }

.post-header {
  margin-bottom: 3rem; }

.post-meta {
  font-size: 0.9rem;
  color: var(--text-muted); }

.post-meta span {
  white-space: nowrap; }

.archive-header {
  margin-bottom: 3rem; }

.is-essay .site-content {
  max-width: 920px;
  /* slightly wider for long reads */ }

.is-essay .post-content > p:first-of-type::first-letter {
  float: left;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  line-height: 1;
  margin: 0.15rem 0.6rem 0 0;
  color: #111827; }

.post-content h2 {
  margin-top: 3rem;
  margin-bottom: 1rem; }

.post-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem; }

.pull-quote {
  margin: 3rem 0;
  padding: 1.5rem 1.5rem;
  border-left: 3px solid var(--accent);
  background: #f3f4f6;
  color: #111827;
  font-size: 1.2rem;
  line-height: 1.6; }

pre {
  background: #0b1220;
  color: #e5e7eb;
  padding: 16px 18px;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 0.95rem;
  line-height: 1.6; }

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em; }

.post-content img {
  display: block;
  margin: 2rem auto;
  border-radius: 14px; }

.featured-essay {
  margin-bottom: 3rem; }

.featured-essay h3 {
  margin-bottom: 0.25rem; }

.featured-meta {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem; }

.featured-excerpt {
  margin: 0;
  color: #374151; }

.featured-essay h3 a:hover {
  text-decoration: underline; }

.archive-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem; }
  @media (max-width: 790px) {
    .archive-item {
      display: block; } }

.archive-thumb img {
  width: 160px;
  height: auto;
  border-radius: 12px;
  display: block; }
  @media (max-width: 790px) {
    .archive-thumb img {
      max-width: 800px; } }

.archive-content {
  flex: 1; }

.archive-title {
  margin: 0 0 0.5rem; }

.archive-excerpt {
  margin: 0;
  color: var(--text-muted); }

.archive-meta {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem; }

.post-date,
.archive-meta,
.featured-meta {
  letter-spacing: 0.02em;
  color: #a2a2a2;
  font-weight: 100; }

/* Main nav layout */
.site-nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0; }

.site-nav li {
  position: relative; }

/* Submenu */
.site-nav ul ul {
  position: absolute;
  top: 100%;
  /* attach directly under parent */
  left: 0;
  display: none;
  min-width: 280px;
  padding: 12px 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  z-index: 999; }

/* Remove gap */
.site-nav ul ul li {
  padding: 0 14px; }

/* Show dropdown */
.site-nav li:hover > ul {
  display: block; }

.site-nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease; }

.site-nav li:hover > ul {
  opacity: 1;
  visibility: visible; }

.home-section {
  margin-bottom: 4rem; }

.home-section h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 1.5rem; }

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

@media (max-width: 900px) {
  .home-grid {
    grid-template-columns: 1fr; } }

.home-card h3 {
  font-size: 1.1rem;
  margin: 0.75rem 0 0.5rem; }

.home-excerpt {
  font-size: 0.95rem;
  color: var(--text-muted); }

.home-thumb img {
  border-radius: 12px; }

/* Section Divider */
.home-section {
  margin-bottom: 5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--rule); }

.home-section:first-of-type {
  border-top: none;
  padding-top: 0; }

/* Section Header */
.home-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.5rem; }

.home-section h2 {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted); }

.view-all {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent); }

/* Layout */
.home-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem; }

@media (max-width: 900px) {
  .home-layout {
    grid-template-columns: 1fr; } }

/* Featured Article */
.home-feature img {
  border-radius: 14px;
  margin-bottom: 1rem; }

.home-feature h3 {
  margin: 0.5rem 0;
  font-size: 1.4rem; }

.home-feature p {
  color: var(--text-muted); }

/* Side Articles */
.home-side-item {
  margin-bottom: 1.5rem; }

.home-side-item h4 {
  margin: 0 0 0.4rem;
  font-size: 1rem; }

.home-side-item p {
  font-size: 0.9rem;
  color: var(--text-muted); }

/* Hover Lift Effect */
.home-feature,
.home-side-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

.home-feature:hover,
.home-side-item:hover {
  transform: translateY(-4px); }

.home-section {
  position: relative;
  margin-bottom: 6rem;
  padding: 3rem 0 3rem 3rem;
  border-top: 1px solid var(--rule); }

.home-section:first-of-type {
  border-top: none; }

.section-label {
  position: absolute;
  left: 0;
  top: 3rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #cbd5e1; }

.section-sports h2 {
  color: #0c3c26; }

.section-disney h2 {
  color: #1e40af; }

.section-projects h2 {
  color: #6b21a8; }

.section-blog h2 {
  color: #374151; }

.section-sports .view-all {
  color: #0c3c26; }

.section-disney .view-all {
  color: #1e40af; }

.section-projects .view-all {
  color: #6b21a8; }

.section-sports {
  padding: 3vh;
  background: linear-gradient(to bottom, rgba(12, 60, 38, 0.05), transparent); }

.section-disney {
  background: rgba(30, 64, 175, 0.04);
  border-radius: 18px;
  padding: 3rem; }

.home-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.75rem; }

.home-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem; }

@media (max-width: 900px) {
  .home-layout {
    grid-template-columns: 1fr; } }

.image-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px; }

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.post-date {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 0.5rem; }

.home-feature h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0; }

.home-feature p {
  color: var(--text-muted); }

.home-side-item {
  margin-bottom: 2rem; }

.home-side-item h4 {
  margin: 0.4rem 0;
  font-size: 1rem; }

.home-side-item p {
  font-size: 0.9rem;
  color: var(--text-muted); }

.home-feature,
.home-side-item {
  transition: transform 0.25s ease, box-shadow 0.25s ease; }

.home-feature:hover,
.home-side-item:hover {
  transform: translateY(-6px); }

.sports-dominant {
  background: linear-gradient(to bottom, rgba(12, 60, 38, 0.08), rgba(12, 60, 38, 0.02));
  padding: 4rem 3rem;
  border-radius: 20px; }

.featured-badge {
  display: inline-block;
  background: #0c3c26;
  color: #ffffff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-radius: 4px; }

.sports-feature h3 {
  font-size: 1.9rem;
  margin: 0.75rem 0; }

.sports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem; }

@media (max-width: 900px) {
  .sports-grid {
    grid-template-columns: 1fr; } }

.sports-card h4 {
  margin: 0.5rem 0;
  font-size: 1.05rem; }

/* Featured Layout */
.sports-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3rem; }

@media (max-width: 900px) {
  .sports-feature {
    grid-template-columns: 1fr; } }

/* Image */
.sports-feature-image .image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px; }

.sports-feature-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* Text Side */
.sports-feature-content h3 {
  font-size: 1.8rem;
  margin: 0.75rem 0;
  line-height: 1.2; }

.sports-feature-content p {
  color: var(--text-muted);
  font-size: 1rem; }

/*# sourceMappingURL=style.map */