/*
Theme Name: Lookonid Media
Theme URI: https://lookonid.com
Author: Lookonid
Description: Tema block WordPress untuk portal media Lookonid dengan berita terbaru, Inside Look YouTube, feed Instagram, dan motion logo ringan.
Version: 1.0.8
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: lookonid-media
*/

:root {
  --look-yellow: #f4cd25;
  --look-black: #1d1d1d;
  --look-white: #fffdf5;
  --look-gray: #666;
  --look-border: 2px solid var(--look-black);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--look-white);
  color: var(--look-black);
  font-family: Arial, Helvetica, sans-serif;
}

body.admin-bar .look-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }

.look-screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Motion logo */
html.look-intro-active { overflow: hidden; }
.look-intro {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--look-black);
  animation: look-intro-curtain 1.1s cubic-bezier(.76, 0, .24, 1) forwards;
}
html[data-look-intro="seen"] .look-intro { display: none; }
.look-intro__mark {
  width: clamp(150px, 22vw, 230px);
  overflow: hidden;
  animation: look-intro-reveal 720ms cubic-bezier(.2, .85, .25, 1) both;
}
.look-intro__mark img {
  display: block;
  width: 100%;
  height: auto;
  animation: look-intro-bounce 720ms cubic-bezier(.2, .85, .25, 1) both;
}
.look-intro__line {
  position: absolute;
  bottom: 12%;
  width: 54px;
  height: 5px;
  background: var(--look-yellow);
  border-radius: 999px;
  animation: look-intro-line 720ms 80ms cubic-bezier(.2, .85, .25, 1) both;
}
@keyframes look-intro-reveal {
  0% { clip-path: inset(0 100% 0 0); }
  68%, 100% { clip-path: inset(0); }
}
@keyframes look-intro-bounce {
  0% { transform: scale(.88) rotate(-3deg); }
  68% { transform: scale(1.06) rotate(1deg); }
  100% { transform: scale(1) rotate(0); }
}
@keyframes look-intro-line {
  0% { opacity: 0; transform: scaleX(0); }
  100% { opacity: 1; transform: scaleX(1); }
}
@keyframes look-intro-curtain {
  0%, 70% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}

/* Header */
.look-style-note {
  min-height: 34px;
  padding: 7px clamp(16px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--look-yellow);
  color: var(--look-black);
  border-bottom: var(--look-border);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}
.look-style-note strong {
  padding: 4px 7px;
  background: var(--look-black);
  color: var(--look-yellow);
}
.look-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 82px;
  padding: 0 clamp(16px, 4vw, 64px);
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 32px;
  background: rgba(29, 29, 29, .97);
  color: var(--look-white);
  border-bottom: 2px solid var(--look-yellow);
  backdrop-filter: blur(12px);
}
.look-brand-link { display: inline-flex; align-items: center; }
.look-brand-link img { width: 82px; height: auto; }
.look-nav { display: flex; justify-content: center; gap: clamp(20px, 4vw, 54px); }
.look-nav a {
  position: relative;
  padding-block: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.look-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--look-yellow);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.look-nav a:hover::after,
.look-nav a:focus-visible::after { transform: scaleX(1); }
.look-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: var(--look-yellow);
  color: var(--look-black);
  border: 2px solid var(--look-yellow);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

/* Homepage hero */
.look-page { overflow: hidden; }
.look-hero {
  min-height: 680px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(520px, .96fr) !important;
  gap: 0 !important;
  background: var(--look-black);
  color: var(--look-white);
}
.look-hero-copy {
  position: relative;
  padding: clamp(64px, 7vw, 110px) clamp(26px, 6vw, 92px) !important;
  display: block !important;
  overflow: hidden;
}
.look-stickers { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.look-stickers span {
  padding: 7px 11px;
  background: var(--look-yellow);
  color: var(--look-black);
  border: 2px solid var(--look-black);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--look-white);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.look-stickers span:nth-child(2) { background: var(--look-white); transform: rotate(-2deg); }
.look-stickers span:nth-child(3) { transform: rotate(2deg); }
.look-kicker {
  margin: 0 0 14px;
  color: #bababa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.look-hero-title {
  max-width: 740px;
  margin: 0;
  color: var(--look-white);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(58px, 7.2vw, 108px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .84;
}
.look-hero-title span {
  display: block;
  width: max-content;
  padding: 0 .1em .05em;
  background: var(--look-yellow);
  color: var(--look-black);
  transform: rotate(-1deg);
}
.look-hero-title span:last-child {
  margin-top: 7px;
  background: var(--look-white);
  font-size: .61em;
  transform: rotate(1deg);
}
.look-hero-desc {
  max-width: 620px;
  margin: 34px 0 28px;
  color: #c8c8c8;
  font-size: 15px;
  line-height: 1.65;
}
.look-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--look-yellow);
  color: var(--look-black);
  border: 2px solid var(--look-yellow);
  box-shadow: 6px 6px 0 var(--look-white);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: transform 170ms ease, box-shadow 170ms ease;
}
.look-button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--look-white); }
.look-hero-visual {
  position: relative;
  min-width: 0;
  padding: clamp(28px, 5vw, 72px) !important;
  display: grid !important;
  place-items: center;
  overflow: hidden;
  background: var(--look-yellow);
}
.look-hero-visual::before,
.look-hero-visual::after {
  position: absolute;
  border: 18px solid var(--look-black);
  border-radius: 50%;
  content: "";
  opacity: .1;
}
.look-hero-visual::before { top: -85px; right: -70px; width: 240px; height: 240px; }
.look-hero-visual::after { bottom: -120px; left: -100px; width: 330px; height: 330px; }
.look-feature-grid {
  position: relative;
  z-index: 2;
  width: min(94%, 610px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 285px));
  grid-auto-flow: row;
  gap: 18px;
}
.look-feature-grid > :not(.look-headline-card):not(.look-podcast-card) {
  display: none !important;
}
.look-feature-grid > .look-headline-card {
  grid-column: 1;
  grid-row: 1;
}
.look-feature-grid > .look-podcast-card {
  grid-column: 1;
  grid-row: 2;
}
.look-feature-grid > .look-headline-card:not(:has(.look-feature-media)),
.look-feature-grid > .look-podcast-card:not(:has(.look-youtube)) {
  display: none !important;
}
.look-headline-card,
.look-podcast-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, .92fr);
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 3px solid var(--look-black);
  border-radius: 22px;
  box-shadow: 12px 12px 0 rgba(29, 29, 29, .2);
}
.look-headline-card { background: var(--look-black); color: var(--look-white); transform: rotate(1.2deg); }
.look-podcast-card { background: var(--look-white); color: var(--look-black); transform: rotate(-.8deg); }
.look-feature-media {
  position: relative;
  min-height: 100%;
  background: #343434 center / cover no-repeat;
  border-right: 3px solid var(--look-black);
}
.look-headline-card > .look-feature-media {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  min-height: 285px;
}
.look-headline-card > .look-feature-copy {
  grid-column: 2;
  grid-row: 1;
}
.look-feature-media::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45));
  content: "";
}
.look-feature-media--demo {
  background-size: 500% auto !important;
  background-position: 25% 0 !important;
}
.look-feature-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  background: var(--look-black);
  color: var(--look-yellow);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}
.look-feature-copy { padding: 22px 20px; display: flex; flex-direction: column; }
.look-feature-copy > span {
  color: var(--look-yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
}
.look-podcast-card .look-feature-copy > span { color: #5d5d5d; }
.look-feature-copy h2,
.look-feature-copy h3 {
  margin: 11px 0 auto;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.look-feature-link {
  width: max-content;
  margin-top: 18px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  flex-shrink: 0;
}
.look-headline-card .look-feature-link { padding: 0; color: var(--look-white); }
.look-podcast-card .look-feature-copy { padding-bottom: 28px; }
.look-podcast-card .look-feature-link { margin-bottom: 6px; background: var(--look-yellow); border: var(--look-border); }
.look-youtube { min-width: 0; height: 100%; background: #000; border-right: 3px solid var(--look-black); }
.look-youtube iframe { display: block; width: 100%; height: 100%; border: 0; }
.look-podcast-card > .look-youtube {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
}
.look-podcast-card > .look-feature-copy {
  grid-column: 2;
  grid-row: 1;
}

.look-marquee {
  padding: 10px 0;
  overflow: hidden;
  background: var(--look-yellow);
  border-block: var(--look-border);
  white-space: nowrap;
}
.look-marquee > div {
  width: max-content;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  animation: look-marquee 22s linear infinite;
}
@keyframes look-marquee { to { transform: translateX(-50%); } }

/* Homepage sections */
.look-section {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
  padding-block: 105px !important;
}
.look-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 36px;
}
.look-section-heading h2 {
  margin: 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .9;
}
.look-section-heading p { max-width: 340px; margin: 0; color: var(--look-gray); font-size: 13px; line-height: 1.5; }
.look-mini-label {
  display: inline-block;
  margin-bottom: 11px;
  padding: 5px 8px;
  background: var(--look-black);
  color: var(--look-yellow);
  border-radius: 5px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}
.look-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(310px, auto);
  gap: 16px;
  align-items: stretch;
}
.look-latest-grid > :not(.look-news-card),
.look-latest-grid > .look-news-card:empty {
  display: none !important;
}
.look-news-card {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: var(--look-white);
  border: var(--look-border);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--look-black);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.look-news-card__hit { color: inherit; }
.look-news-card__hit::after { position: absolute; z-index: 2; inset: 0; content: ""; }
.look-news-card:nth-child(3n + 1) { background: var(--look-yellow); }
.look-news-card:nth-child(3n) { background: var(--look-black); color: var(--look-white); }
.look-news-card:hover { transform: translate(4px, 4px) rotate(.4deg); box-shadow: 2px 2px 0 var(--look-black); }
.look-news-card__top,
.look-news-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.look-news-card__top { flex-shrink: 0; }
.look-news-card__category {
  padding: 5px 8px;
  background: var(--look-black);
  color: var(--look-yellow);
  border-radius: 5px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}
.look-news-card:nth-child(3n) .look-news-card__category { background: var(--look-yellow); color: var(--look-black); }
.look-news-card__number { font-family: "Arial Black", Arial, sans-serif; font-size: 34px; letter-spacing: -.08em; }
.look-news-card h3 {
  margin: 20px 0 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(20px, 1.8vw, 28px);
  letter-spacing: -.05em;
  line-height: 1.04;
}
.look-news-card__excerpt {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: var(--look-gray);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.look-news-card:nth-child(3n) .look-news-card__excerpt { color: #bdbdbd; }
.look-news-card__bottom { margin-top: auto; padding-top: 20px; flex-shrink: 0; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.look-news-card__arrow {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  background: var(--look-black);
  color: var(--look-white);
  border-radius: 50%;
  font-size: 18px;
}
.look-news-card:nth-child(3n) .look-news-card__arrow { background: var(--look-yellow); color: var(--look-black); }
.look-empty {
  grid-column: 1 / -1;
  padding: 40px;
  background: #f2efe5;
  border: 2px dashed var(--look-black);
  border-radius: 16px;
  text-align: center;
}
.look-empty strong { display: block; margin-bottom: 8px; font-size: 20px; }
.look-empty p { margin: 0; color: var(--look-gray); }

/* Instagram */
.look-instagram-handle {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  background: var(--look-yellow);
  border: var(--look-border);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}
.look-instagram-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.look-instagram-demo {
  min-height: 390px;
  overflow: hidden;
  background: var(--look-yellow);
  border: var(--look-border);
  border-radius: 18px;
  box-shadow: 5px 5px 0 var(--look-black);
}
.look-instagram-demo__image {
  aspect-ratio: 1 / 1.04;
  background-image: var(--look-instagram-image);
  background-repeat: no-repeat;
  background-size: 500% auto;
  border-bottom: var(--look-border);
}
.look-instagram-demo:nth-child(1) .look-instagram-demo__image { background-position: 0 0; }
.look-instagram-demo:nth-child(2) .look-instagram-demo__image { background-position: 25% 0; }
.look-instagram-demo:nth-child(3) .look-instagram-demo__image { background-position: 50% 0; }
.look-instagram-demo:nth-child(4) .look-instagram-demo__image { background-position: 75% 0; }
.look-instagram-demo__copy { padding: 16px; }
.look-instagram-demo__copy span {
  padding: 4px 7px;
  background: var(--look-white);
  border: 1px solid var(--look-black);
  border-radius: 5px;
  font-size: 8px;
  font-weight: 900;
}
.look-instagram-demo__copy p {
  margin: 12px 0 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.15;
}
.look-instagram-note {
  margin-top: 30px;
  padding: 20px 24px;
  background: var(--look-black);
  color: var(--look-white);
  border-radius: 16px;
  font-size: 12px;
  line-height: 1.55;
}
.look-instagram-note strong { color: var(--look-yellow); }

/* YouTube feed */
.look-youtube-section {
  margin-bottom: 72px;
  padding-inline: 36px !important;
  background: var(--look-black);
  color: var(--look-white);
  border: var(--look-border);
  border-radius: 30px;
  box-shadow: 9px 9px 0 var(--look-yellow);
}
.look-youtube-section .look-section-heading h2 { color: var(--look-white); }
.look-youtube-channel {
  flex: 0 0 auto;
  padding: 10px 13px;
  background: var(--look-yellow);
  color: var(--look-black);
  border: 2px solid var(--look-white);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.look-youtube-fallback-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.look-youtube-fallback-card {
  min-width: 0;
  overflow: hidden;
  background: var(--look-white);
  color: var(--look-black);
  border: 2px solid var(--look-white);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--look-yellow);
}
.look-youtube-fallback-card__thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #333 center / cover no-repeat;
  border-bottom: 2px solid var(--look-black);
}
.look-youtube-fallback-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 48px;
  height: 34px;
  place-items: center;
  background: #ff0033;
  color: #fff;
  border-radius: 9px;
  transform: translate(-50%, -50%);
  font-size: 17px;
}
.look-youtube-fallback-card h3 {
  margin: 0;
  padding: 14px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.look-youtube-note {
  margin-top: 18px;
  padding: 12px 14px;
  background: var(--look-yellow);
  color: var(--look-black);
  border-radius: 9px;
  font-size: 12px;
}
.look-youtube-feed-live .sb_youtube { width: 100% !important; padding: 0 !important; }
.look-youtube-feed-live .sby_items_wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 !important;
}
.look-youtube-feed-live .sby_item {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: hidden;
  background: var(--look-white);
  color: var(--look-black);
  border: 2px solid var(--look-white);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--look-yellow);
}
.look-youtube-feed-live .sby_inner_item {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
}
.look-youtube-feed-live .sby_video_thumbnail_wrap,
.look-youtube-feed-live .sby_item_video_thumbnail_wrap {
  height: auto !important;
  min-height: 0 !important;
}
.look-youtube-feed-live .sby_video_thumbnail_wrap > p,
.look-youtube-feed-live .sby_item_video_thumbnail_wrap > p {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
}
.look-youtube-feed-live .sby_video_thumbnail,
.look-youtube-feed-live .sby_item_video_thumbnail {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}
.look-youtube-feed-live .sby_load_btn,
.look-youtube-feed-live .sby_follow_btn { margin-top: 24px !important; }

/* Category section */
.look-categories {
  padding: 105px max(24px, calc((100vw - 1320px) / 2)) !important;
  display: grid !important;
  grid-template-columns: .72fr 1.28fr !important;
  gap: clamp(50px, 9vw, 150px) !important;
  background: var(--look-yellow);
  border-block: var(--look-border);
}
.look-category-copy h2 {
  max-width: 470px;
  margin: 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(52px, 6.5vw, 88px);
  letter-spacing: -.075em;
  line-height: .88;
}
.look-category-copy span {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 11px;
  background: var(--look-black);
  color: var(--look-yellow);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  transform: rotate(-2deg);
}
.look-category-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.look-category-links a {
  min-height: 170px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--look-white);
  border: var(--look-border);
  border-radius: 18px;
  box-shadow: 6px 6px 0 var(--look-black);
  transition: transform 180ms ease;
}
.look-category-links a:nth-child(2),
.look-category-links a:nth-child(3) { background: var(--look-black); color: var(--look-white); }
.look-category-links a:hover { transform: rotate(-1.5deg) translateY(-3px); }
.look-category-links b { font-family: "Arial Black", Arial, sans-serif; font-size: clamp(21px, 2.4vw, 34px); letter-spacing: -.05em; }
.look-category-links small { font-size: 11px; font-weight: 700; }

/* Footer */
.look-footer {
  min-height: 240px;
  padding: 52px clamp(20px, 5vw, 72px) !important;
  display: grid !important;
  grid-template-columns: auto minmax(280px, 1fr) auto !important;
  align-items: start;
  gap: 40px;
  background: var(--look-black);
  color: var(--look-white);
  border-top: 8px solid var(--look-yellow);
}
.look-footer img { width: 108px; height: auto; }
.look-footer p { margin-top: 0; }
.look-footer__main { max-width: 680px; }
.look-footer__tagline { margin-bottom: 18px; color: var(--look-yellow); font-family: "Arial Black", Arial, sans-serif; font-size: clamp(18px, 2.3vw, 31px); }
.look-footer__contact { margin-bottom: 6px; font-size: 14px; font-weight: 800; }
.look-footer__contact a { color: var(--look-yellow); }
.look-footer__description { margin-bottom: 22px; color: #c9c9c9; font-size: 12px; line-height: 1.6; }
.look-footer__pages,
.look-footer__links { display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.look-footer__side { display: flex; min-height: 132px; flex-direction: column; align-items: flex-end; justify-content: space-between; text-align: right; }
.look-footer__links { justify-content: end; }
.look-footer__copyright { margin: 28px 0 0; color: #a9a9a9; font-size: 10px; }

/* Article and archive */
.look-content-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; padding-block: 70px; }
.look-article { width: min(820px, 100%); margin-inline: auto; }
.look-article__meta { color: var(--look-gray); font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.look-article h1,
.look-archive-title {
  margin: 14px 0 24px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(40px, 6vw, 76px);
  letter-spacing: -.06em;
  line-height: .95;
}
.look-article .wp-block-post-featured-image { margin-block: 28px; }
.look-article .wp-block-post-featured-image img { width: 100%; border: var(--look-border); border-radius: 20px; }
.look-article .wp-block-post-content { font-size: 18px; line-height: 1.75; }
.look-article .wp-block-post-content a { text-decoration: underline; text-decoration-color: var(--look-yellow); text-decoration-thickness: 4px; }
.look-article-youtube {
  margin: 28px 0 34px;
  overflow: hidden;
  background: var(--look-black);
  border: var(--look-border);
  border-radius: 20px;
  box-shadow: 8px 8px 0 var(--look-yellow);
}
.look-article-youtube__frame { aspect-ratio: 16 / 9; background: #000; }
.look-article-youtube iframe { display: block; width: 100%; height: 100%; border: 0; }
.look-article-youtube__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 17px;
  color: var(--look-white);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.look-article-youtube__link span { color: var(--look-yellow); font-size: 18px; }
.look-archive-grid .wp-block-post-template { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.look-archive-grid .wp-block-post { padding: 20px; border: var(--look-border); border-radius: 16px; box-shadow: 5px 5px 0 var(--look-black); }
.look-archive-grid .wp-block-post-title { font-family: "Arial Black", Arial, sans-serif; font-size: 24px; line-height: 1.05; }
.look-archive-grid .wp-block-post-featured-image img { aspect-ratio: 16 / 10; object-fit: cover; border-radius: 10px; }
.look-pagination { margin-top: 36px; }

@media (max-width: 1024px) {
  body.admin-bar .look-header { top: 32px; }
  .look-header { grid-template-columns: 1fr auto; }
  .look-nav { display: none; }
  .look-hero { grid-template-columns: 1fr !important; }
  .look-hero-visual { min-height: 650px; }
  .look-latest-grid { grid-template-columns: 1fr 1fr; }
  .look-instagram-grid { grid-template-columns: 1fr 1fr; }
  .look-youtube-fallback-grid,
  .look-youtube-feed-live .sby_items_wrap { grid-template-columns: 1fr 1fr; }
  .look-categories { grid-template-columns: 1fr !important; }
  .look-footer { grid-template-columns: 1fr 1fr !important; }
  .look-footer__main { grid-column: 2; }
  .look-footer__side { grid-column: 1 / -1; min-height: 0; align-items: flex-start; text-align: left; }
  .look-footer__links { justify-content: start; }
  .look-archive-grid .wp-block-post-template { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  body.admin-bar .look-header { top: 46px; }
}

@media (max-width: 640px) {
  .look-style-note { justify-content: space-between; }
  .look-style-note span { display: none; }
  .look-header { min-height: 72px; padding-inline: 14px; }
  .look-brand-link img { width: 72px; }
  .look-follow { padding: 8px 11px; }
  .look-hero { min-height: 0; }
  .look-hero-copy { padding: 58px 20px 70px !important; }
  .look-hero-title { font-size: clamp(52px, 18vw, 76px); }
  .look-stickers span { font-size: 8px; }
  .look-hero-visual { min-height: 0; padding: 38px 18px 48px !important; }
  .look-feature-grid { width: min(94%, 560px); grid-template-rows: none; }
  .look-headline-card,
  .look-podcast-card { height: auto; grid-template-columns: 1fr; border-radius: 16px; }
  .look-headline-card > .look-feature-media,
  .look-podcast-card > .look-youtube {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
  }
  .look-headline-card > .look-feature-copy,
  .look-podcast-card > .look-feature-copy {
    grid-column: 1;
    grid-row: 2;
  }
  .look-feature-media,
  .look-youtube { height: auto; aspect-ratio: 16 / 9; border-right: 0; border-bottom: 3px solid var(--look-black); }
  .look-feature-copy { min-height: 215px; padding: 20px; }
  .look-section { width: calc(100% - 28px); padding-block: 76px !important; }
  .look-youtube-section { margin-bottom: 38px; padding-inline: 16px !important; border-radius: 20px; }
  .look-section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .look-section-heading > p { display: none; }
  .look-latest-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .look-news-card { height: auto; min-height: 260px; }
  .look-instagram-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .look-youtube-fallback-grid,
  .look-youtube-feed-live .sby_items_wrap { grid-template-columns: 1fr 1fr; gap: 9px; }
  .look-youtube-fallback-card h3 { padding: 10px; font-size: 13px; }
  .look-instagram-demo { min-height: 280px; border-radius: 12px; box-shadow: 3px 3px 0 var(--look-black); }
  .look-instagram-demo__copy { padding: 11px; }
  .look-instagram-demo__copy p { font-size: 13px; }
  .look-categories { padding: 74px 14px !important; }
  .look-category-links { grid-template-columns: 1fr; }
  .look-category-links a { min-height: 135px; }
  .look-footer { min-height: 260px; grid-template-columns: 1fr !important; gap: 22px; }
  .look-footer__main,
  .look-footer__side { grid-column: auto; }
  .look-archive-grid .wp-block-post-template { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .look-intro { display: none; }
  .look-marquee > div { animation: none; }
  *, *::before, *::after { transition: none !important; }
}
