/* ============================================================
   lynnanticha.com — Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;800&display=swap');

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #2a2a2a;
  background: #fff;
  line-height: 1.75;
}

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }


/* ============================================================
   HEADER
   ============================================================ */

.site-header {
  position: relative;
  background-color: #1a2a16;
  background-image: url('../assets/images/header-forest.jpg');
  background-size: 120%;
  background-position: center top;
  padding: 48px clamp(32px, 11vw, 160px) 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 210px;
}

/* Two-layer overlay: deep green base + directional fade keeps text readable
   over a bright forest image without killing the background entirely */
.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(15,24,11,0.82) 0%, rgba(15,24,11,0.55) 60%, rgba(15,24,11,0.40) 100%),
    rgba(15, 24, 11, 0.45);
  z-index: 0;
}

.site-header > * { position: relative; z-index: 1; }

/* Brand / name block */
.header-brand a { text-decoration: none; }
.header-brand a:hover { text-decoration: none; }

.site-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.01em;  /* tighter — was 0.04em */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.site-subtitle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;  /* bolder — was 300 */
  font-size: 0.75rem;
  color: #c4b088;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  margin-top: 8px;
}

/* Nav */
.site-nav {
  display: flex;
  gap: 36px;
  padding-top: 6px;
}

.site-nav a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;  /* bolder — was 400 */
  font-size: 1.08rem;
  color: #c4b088;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: lowercase !important;
  transition: color 0.2s;
}

.site-nav a:hover { color: #fff; text-decoration: none; }
.site-nav a.active { color: #fff; font-weight: 600; }


/* ============================================================
   PAGE TITLE (advocacy / about me pages)
   ============================================================ */

.page-title-bar {
  padding: 44px clamp(32px, 11vw, 160px) 0;
}

.page-title-bar h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}


/* ============================================================
   MAIN CONTENT
   ============================================================ */

.site-main {
  padding: 64px clamp(32px, 11vw, 160px) 80px;
}


/* ---- Intro text ---- */

.intro {
  max-width: none;
  margin-bottom: 48px;
}

.intro p {
  font-size: 1.0rem;
  line-height: 1.9;
  color: #2a2a2a;
  margin-bottom: 28px;
}

.intro p:last-child { margin-bottom: 0; }

.intro a {
  text-decoration: underline;
  text-decoration-color: #bbb;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}

.intro a:hover { text-decoration-color: #2a2a2a; }


/* ---- Section ---- */

.section { margin-bottom: 80px; }

.section-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 44px;
}

.section-divider hr {
  width: 280px;
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 18px;
}

.section-divider h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.45rem;
  color: #2a2a2a;
  letter-spacing: 0.07em;
}

.resume-section-link {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  color: #9a8e80;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

.resume-section-link:hover { text-decoration: underline; }


/* ---- Sub-sections ---- */

.sub-section { margin-bottom: 44px; }

.sub-section-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  color: #9a8e80;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 6px;
}


/* ---- Article list ---- */

.article-list { list-style: none; padding: 0; }

.article-list li {
  border-top: 1px solid #e5e2dc;
  padding: 7px 0;
}

.article-list li a {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  color: inherit;
}

.article-list li a:hover .article-title { text-decoration: underline; }

/* Client label (publication / episode) */
.article-client {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #9a8e80;
  white-space: nowrap;
  margin-right: 14px;
  flex-shrink: 0;
}

/* Article title */
.article-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.55;
}


/* ============================================================
   FILM SECTION
   ============================================================ */

.film-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px 32px;
  margin-bottom: 20px;
}

.film-item {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}
.film-item:hover .film-thumb img { transform: scale(1.04); }

.film-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #d8d4ce;
  overflow: hidden;
}

.film-thumb img { transition: transform 0.3s ease; }
.film-item:hover .film-thumb img { transform: scale(1.03); }

.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.play-btn span {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}

.play-btn span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #1a1a1a;
  margin-left: 4px;
}

.film-client {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #9a8e80;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 2px;
  min-height: 1em;
}

.film-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.film-desc {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.55;
}

.btn-load-more {
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  color: #555;
  border: none;
  background: none;
  border-bottom: 1px solid #aaa;
  padding-bottom: 2px;
  cursor: pointer;
  margin-top: 4px;
  transition: color 0.2s, border-color 0.2s;
}

.btn-load-more:hover { color: #1a1a1a; border-bottom-color: #1a1a1a; }


/* ============================================================
   PHOTOGRAPHY SECTION
   ============================================================ */

.photo-gallery { position: relative; }

/* Clip to ~1.45 rows — calc uses same clamp as the site padding */
.photo-gallery-wrap {
  overflow: hidden;
  max-height: calc((100vw - clamp(64px, 22vw, 320px) - 24px) * 1.45 / 4);
  transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.photo-gallery-wrap.expanded {
  max-height: 4000px;
}

/* Gradient + blur reveal bar sits over the bottom of the clipped grid */
.photo-gallery-reveal {
  position: relative;
  height: 110px;
  margin-top: -110px;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  transition: opacity 0.4s;
}
.photo-gallery-reveal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(255,255,255,0.55) 30%,
    rgba(255,255,255,0.88) 65%,
    #fff 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* only blur the fade zone, not everything above */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 45%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 45%);
}
.photo-gallery-reveal.hidden {
  opacity: 0;
  pointer-events: none;
}

.photo-expand-btn {
  position: relative; /* sit above the ::before pseudo-element */
  pointer-events: all;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 6px 18px;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: #444;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.photo-expand-btn:hover {
  background: #1f2d1b;
  color: #fff;
  border-color: #1f2d1b;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

.photo-expand-arrow {
  display: inline-block;
  transition: transform 0.35s ease;
}
.photo-expand-btn[aria-expanded="true"] .photo-expand-arrow {
  transform: rotate(180deg);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.photo-item {
  aspect-ratio: 4 / 3;
  background: #d8d4ce;
  overflow: hidden;
  cursor: pointer;
}

.photo-item img { transition: transform 0.3s ease; }
.photo-item:hover img { transform: scale(1.04); }


/* ============================================================
   PODCAST SECTION
   ============================================================ */

.podcast-block { margin-bottom: 36px; }

.podcast-series-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  color: #9a8e80;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 6px;
}


/* ============================================================
   CAMPAIGNS SECTION  (placeholder)
   ============================================================ */

.placeholder-note {
  font-size: 0.88rem;
  color: #aaa;
  font-style: italic;
}

/* ============================================================
   CAMPAIGN / MULTIMEDIA SECTION
   ============================================================ */

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}

.campaign-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.campaign-thumb {
  aspect-ratio: 4 / 3;
  background: #d8d4ce;
  overflow: hidden;
  margin-bottom: 14px;
}

.campaign-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.campaign-card:hover .campaign-thumb img {
  transform: scale(1.04);
}

.campaign-type {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #9a8e80;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.campaign-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.campaign-desc {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #555;
}

/* ============================================================
   INSTAGRAM SECTION
   ============================================================ */

behold-widget {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}

.instagram-handle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  color: #9a8e80;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

.instagram-handle a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #c4b088;
  transition: color 0.2s;
}

.instagram-handle a:hover { color: #1a1a1a; }

.instagram-widget-placeholder {
  background: #f7f5f2;
  border: 1px dashed #d0ccc5;
  padding: 40px;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  color: #aaa;
  border-radius: 2px;
}

.instagram-widget-placeholder a { color: #9a8e80; }

/* ============================================================
   CAMPAIGN DETAIL PAGES
   ============================================================ */

.detail-back {
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  color: #888;
  text-decoration: none;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.detail-back:hover { color: #1a1a1a; }

.detail-header { margin-bottom: 40px; }

.detail-type {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  color: #888;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.detail-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.detail-client {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  color: #888;
  margin-bottom: 4px;
}

.detail-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #d8d4ce;
  overflow: hidden;
  margin-bottom: 40px;
}

.detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-body {
  max-width: 100%;
}

.detail-body p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #333;
  margin-bottom: 20px;
}

.detail-body blockquote {
  border-left: 3px solid #c4b088;
  margin: 28px 0;
  padding: 4px 0 4px 20px;
  font-style: italic;
  color: #555;
}

.detail-credits {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-size: 0.8rem;
  color: #888;
  line-height: 2;
}

.detail-credits strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #555;
}

.detail-pdf {
  margin-top: 48px;
}

.detail-pdf-fallback {
  font-size: 0.78rem;
  color: #aaa;
  margin-top: 8px;
}

.detail-pdf-fallback a { color: #9a8e80; }


/* ============================================================
   PAGE INTRO (advocacy / about / stories)
   ============================================================ */

.page-intro {
  max-width: none;
  margin-bottom: 48px;
}

.page-intro p {
  font-size: 1.0rem;
  line-height: 1.9;
  color: #2a2a2a;
  margin-bottom: 28px;
}

.page-intro p:last-child { margin-bottom: 0; }

.page-full-image {
  width: 100%;
  margin-bottom: 80px;
}

.page-full-image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-two-col {
  display: flex;
  gap: 0;
  align-items: flex-start;
  margin-bottom: 80px;
}

.page-two-col .page-intro {
  flex: 1;
  margin-bottom: 0;
  padding-right: 48px;
}

.page-two-col .page-col-image {
  flex: 1;
  flex-shrink: 0;
}

.page-two-col .page-col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 680px) {
  .page-two-col { flex-direction: column; }
  .page-two-col .page-intro { padding-right: 0; margin-bottom: 32px; }
}


/* ---- Outreach / CV sections ---- */

.content-section { margin-bottom: 52px; }

.content-section-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  color: #9a8e80;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 6px;
}

.content-section h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: #2a2a2a;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

/* CV experience list */
.cv-list { list-style: none; padding: 0; }

.cv-list li {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #2a2a2a;
  padding: 4px 0;
}

/* Resume link button */
.resume-link {
  display: inline-block;
  font-size: 0.82rem;
  color: #555;
  border-bottom: 1px solid #aaa;
  padding-bottom: 2px;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}

.resume-link:hover {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  text-decoration: none;
}


/* ============================================================
   FOOTER / CONTACT
   ============================================================ */

.site-footer {
  padding: 48px clamp(32px, 11vw, 160px) 64px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  gap: 72px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-group h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #888;
  text-transform: lowercase;
  margin-bottom: 8px;
}

.footer-group a,
.footer-group p {
  font-size: 0.88rem;
  color: #2a2a2a;
  display: block;
  margin-bottom: 4px;
}

.footer-group a:hover { text-decoration: underline; }

.footer-social-icons {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 2px;
}

.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  color: #2a2a2a;
  transition: color 0.2s;
}

.footer-social-icons a:hover { color: #555; text-decoration: none; }

.footer-social-icons svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Sodalacken thumbnail zoom — anchored top center */
.film-thumb-zoomed img {
  transform: scale(1.2);
  transform-origin: top center;
}

/* ============================================================
   FILM GALLERY (show more / less — mirrors photo gallery)
   ============================================================ */

.film-gallery { position: relative; }

.film-gallery-wrap {
  overflow: hidden;
  max-height: calc((100vw - clamp(64px, 22vw, 320px)) / 3 * 0.5625 * 2 + 200px);
  transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.film-gallery-wrap.expanded { max-height: 4000px; }

.film-gallery-reveal {
  position: relative;
  height: 110px;
  margin-top: -110px;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  transition: opacity 0.4s;
}

.film-gallery-reveal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(255,255,255,0.55) 30%,
    rgba(255,255,255,0.88) 65%,
    #fff 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 45%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 45%);
}

.film-gallery-reveal.hidden { opacity: 0; pointer-events: none; }

/* ============================================================
   INSTAGRAM GALLERY (show more / less)
   ============================================================ */

.ig-gallery { position: relative; }

.ig-gallery-wrap {
  overflow: hidden;
  max-height: 520px;
  transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.ig-gallery-wrap.expanded { max-height: 4000px; }

behold-widget {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}

.ig-gallery-reveal {
  position: relative;
  height: 110px;
  margin-top: -110px;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  transition: opacity 0.4s;
}

.ig-gallery-reveal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(255,255,255,0.55) 30%,
    rgba(255,255,255,0.88) 65%,
    #fff 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 45%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 45%);
}

.ig-gallery-reveal.hidden { opacity: 0; pointer-events: none; }

/* ============================================================
   PHOTO LIGHTBOX
   ============================================================ */

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.lightbox.active { display: flex; }

.lightbox-img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  user-select: none;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 28px;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px 8px;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10000;
}
.lightbox-close:hover { opacity: 1; }

.lightbox-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300;
  cursor: pointer;
  background: none;
  border: none;
  padding: 12px 20px;
  opacity: 0.7;
  transition: opacity 0.2s;
  z-index: 10000;
  user-select: none;
}
.lightbox-arrow:hover { opacity: 1; }
.lightbox-arrow-prev { left: 12px; }
.lightbox-arrow-next { right: 12px; }

.photo-item { cursor: zoom-in; }


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-header {
    flex-direction: column;
    gap: 24px;
    min-height: auto;
    padding-bottom: 40px;
  }

  .site-name { font-size: 1.75rem; }
  .site-nav { gap: 20px; }

  .film-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }

  .site-footer { gap: 36px; flex-direction: column; }
}
