@font-face {
  font-family: "Butler";
  src: url("local/Butler_Regular.otf");
}

:root {
  --blue: #e7f4f8;
  --yellow: #ffe600;
  --ink: #111;
  --muted: #7a7a7a;
  --line: #d8d8d8;
  --wrap: 1510px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.category-template,
.bons-template {
  background: var(--blue);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-shell {
  width: min(calc(100% - 16px), var(--wrap));
  margin: 0 auto;
  background: #fff;
}

.page-frame,
.home-frame {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.site-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: auto;
  height: auto;
  padding: 28px 16px 22px;
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.brand img {
  width: 56px;
  height: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.site-menu nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.site-nav a,
.site-menu nav a {
  padding: 2px 6px;
}

.site-nav a.active,
.site-menu nav a.active {
  background: var(--yellow);
}

.category-hero {
  height: 760px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: start center;
}

.hero-disc {
  width: min(1400px, 92vw);
  height: 700px;
  margin-top: -92px;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background: #fff;
  text-align: center;
  position: relative;
}

.hero-illustration {
  width: 360px;
  margin: 72px auto 80px;
}

.hero-illustration--lottie {
  width: clamp(620px, 68vw, 860px);
  height: clamp(340px, 38vw, 500px);
  margin: 28px auto 38px;
  display: grid;
  place-items: center;
}

.hero-lottie {
  width: 100%;
  height: 100%;
}

.hero-lottie svg {
  width: 100% !important;
  height: 100% !important;
}

.hero-illustration svg {
  width: 100%;
  height: auto;
}

.hero-illustration .sun,
.hero-illustration .sun-pulse {
  fill: var(--yellow);
}

.hero-illustration .sun-pulse {
  animation: sunPulse 3s ease-in-out infinite;
}

@keyframes sunPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.88; transform: scale(1.04); }
}

.hero-illustration .line,
.hero-illustration .animated-line {
  fill: none;
  stroke: #111;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-illustration .animated-line path,
.hero-illustration .animated-line circle:not(.sun):not(.sun-pulse) {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLoop 5s ease-in-out infinite;
}

@keyframes drawLoop {
  0% {
    stroke-dashoffset: 1000;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -1000;
    opacity: 0;
  }
}

.hero-illustration--raster {
  position: relative;
  width: 360px;
  margin: 72px auto 80px;
}

.hero-illustration--raster img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-illustration--raster .sun-pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  right: 12%;
  top: 8%;
  z-index: -1;
}

.hero-disc p {
  margin: 0 0 12px;
  font-family: Butler, Georgia, serif;
  font-size: 29px;
}

.hero-disc h1 {
  margin: 0;
  font-family: Butler, Georgia, serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 14px;
  font-weight: 800;
}

.hero-disc h1 span {
  display: inline-block;
  padding: 2px 33px 3px 43px;
  background: var(--yellow);
}

.category-grid,
.home-grid {
  padding: 58px 8% 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 80px 100px;
  align-items: start;
}

.category-card {
  min-width: 0;
  text-align: center;
  position: relative;
}

.category-card .image-wrap {
  position: relative;
  width: 100%;
  min-height: 74px;
  margin-bottom: 70px;
}

.category-card img,
.category-card video {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #cfd6d8;
  background: #fff;
}

.category-card h2 {
  max-width: 470px;
  margin: 0 auto 18px;
  font-family: Butler, Georgia, serif;
  font-size: 38px;
  line-height: 0.98;
  font-weight: 700;
}

.category-card p {
  max-width: 520px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.vertical-tag {
  position: absolute;
  z-index: 2;
  left: -32px;
  top: 46%;
  padding: 2px 4px;
  transform: rotate(-90deg);
  transform-origin: center;
  background: var(--yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-card.c1 {
  margin-top: 72px;
}

.category-card.c2 {
  margin-top: 0;
}

.category-card.c3 {
  margin-top: 20px;
}

.category-card.c4 {
  margin-top: -25px;
}

.category-card.c5 {
  grid-column: 1 / -1;
  margin: 10px -11vw 0;
  padding: 90px 18vw 50px;
  background: var(--blue);
  min-height: 430px;
  overflow: hidden;
}

.category-card.c5::before,
.category-card.c5::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

.category-card.c5::before {
  width: 230px;
  height: 230px;
  right: -70px;
  top: -10px;
}

.category-card.c5::after {
  width: 120px;
  height: 120px;
  left: 70px;
  bottom: -46px;
}

.category-card.c5 .image-wrap {
  margin: 0 auto 70px;
  max-width: 980px;
}

.category-card.c5 img,
.category-card.c5 video {
  height: 185px;
}

.category-card .video-thumb-wrap,
.category-card .video-thumb-wrap img,
.category-card.c5 .video-thumb-wrap,
.category-card.c5 .video-thumb-wrap img {
  height: auto;
  max-height: none;
}

.category-card.c5 .image-wrap:not(.video-thumb-wrap)::before,
.category-card.c5 .image-wrap:not(.video-thumb-wrap)::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--yellow);
}

.category-card.c5 .image-wrap:not(.video-thumb-wrap)::before {
  left: -230px;
  bottom: -240px;
}

.category-card.c5 .image-wrap:not(.video-thumb-wrap)::after {
  right: -280px;
  bottom: -55px;
}

.videos-grid .category-card.c4,
.videos-grid .category-card.c5 {
  grid-column: 1 / -1;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 35px 0 45px;
}

.page-numbers span,
.page-numbers a,
.page-numbers i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--yellow);
  font-size: 11px;
  font-style: normal;
}

.page-numbers span {
  background: var(--yellow);
}

.popular-posts {
  width: min(980px, 88%);
  margin: 0 auto;
  padding: 55px 0 90px;
  border-top: 1px solid var(--line);
  text-align: center;
  background: #fff;
}

.popular-posts h2 {
  margin: 0 0 55px;
  font-family: Butler, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

mark {
  background: var(--blue);
  padding: 0 8px;
}

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

.popular-grid article {
  position: relative;
}

.popular-grid img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 22px;
}

.popular-grid h3 {
  margin: 0 auto 22px;
  font-family: Butler, Georgia, serif;
  font-size: 24px;
  line-height: 1.12;
}

.popular-grid p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
}

.site-footer {
  width: 100%;
  margin: 0;
  background: var(--blue);
  text-align: center;
}

.insta-link {
  display: inline-block;
  padding: 20px 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.insta-link span {
  background: var(--yellow);
  padding: 1px 4px;
}

.insta-grid,
.insta-strip {
  display: flex;
  overflow: hidden;
}

.insta-grid img,
.insta-strip img {
  flex: 1 1 0;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.footer-bottom {
  min-height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 8%;
}

.footer-logo {
  width: 58px;
}

.footer-home-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.footer-home-link:hover {
  opacity: 0.72;
}

.footer-home-back {
  margin-top: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.3;
  opacity: 0.55;
}

.footer-home-link:hover .footer-home-back {
  opacity: 0.85;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.socials {
  display: none;
}

.socials img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.home-template {
  background: var(--blue);
}

.home-template .site-shell {
  background: #fff;
}

.top-carousel {
  position: relative;
  padding: 8px 0 28px;
  background: #fff;
}

.top-carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 56px 20px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-y;
}

.top-carousel-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.top-carousel-card {
  flex: 0 0 auto;
  width: clamp(260px, 32vw, 420px);
  scroll-snap-align: center;
  text-align: center;
}

.top-carousel-media {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.top-carousel-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border: 1px solid #e0e0e0;
  background: var(--blue);
}

.top-carousel-media .vertical-tag {
  left: -28px;
  top: 50%;
}

.top-carousel-title {
  margin: 0 auto;
  max-width: 380px;
  font-family: Butler, Georgia, serif;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.12;
  font-weight: 700;
}

.top-carousel-arrow {
  position: absolute;
  top: 38%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font: 800 20px/1 Arial, Helvetica, sans-serif;
}

.top-carousel-arrow:hover {
  background: var(--yellow);
}

.top-carousel-arrow--prev {
  left: 8px;
}

.top-carousel-arrow--next {
  right: 8px;
}

.insta-photo-template .category-grid {
  display: none;
}

.insta-feed-intro {
  max-width: 720px;
  margin: 0 auto 24px;
  padding: 0 11%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.insta-feed-intro a {
  text-decoration: underline;
}

.insta-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: min(940px, 88%);
  margin: 0 auto 72px;
  padding: 0 4px;
}

.about-intro .youtube-embed {
  width: min(980px, 86%);
  margin: 0 auto 48px;
}

.insta-feed-item {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--blue);
}

.insta-feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.image-card:hover img {
  transform: scale(1.02);
  opacity: 0.92;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(92vw, 960px);
  max-height: 82vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  border: 0;
  background: transparent;
  color: #fff;
  font: 800 28px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.lightbox-insta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
}

.video-thumb-wrap {
  position: relative;
  display: block;
  width: 100%;
  background: var(--blue);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.video-thumb-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: var(--blue);
  border: 0;
}

.video-thumb-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.16);
  pointer-events: none;
}

.video-thumb-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -10px 0 0 -4px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--ink);
  pointer-events: none;
}

.home-top {
  min-height: 1050px;
  padding-top: 145px;
}

.scroll-hint {
  margin-top: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 10px;
  cursor: pointer;
  font-family: inherit;
}

.scroll-hint img {
  width: 92px;
  margin-top: 20px;
}

.home-slider {
  height: 640px;
  margin-top: 70px;
  background: #b9b9b9;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.home-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.22;
}

.home-top h1 {
  margin: 28px 0 0;
  color: #62c4dc;
  font-size: 18px;
}

.home-slogan {
  padding: 48px 11% 35px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-grid {
  padding-top: 0;
}

.home-grid .category-card h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
}

.home-carousel {
  width: min(1180px, 88vw);
  margin: 0 auto;
  padding: 42px 0 88px;
}

.carousel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.carousel-heading h2 {
  margin: 0;
  font-family: Butler, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.carousel-controls button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font: 800 16px/1 Arial, Helvetica, sans-serif;
}

.carousel-controls button:hover {
  background: var(--yellow);
}

.carousel-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding: 6px 2px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.carousel-card {
  flex: 0 0 clamp(280px, 31vw, 390px);
  scroll-snap-align: start;
  text-align: center;
}

.carousel-image {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.carousel-image img,
.carousel-image video {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
  background: var(--blue);
}

.carousel-image span {
  position: absolute;
  left: 12px;
  top: 12px;
  background: var(--yellow);
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.carousel-card h2 {
  margin: 0 auto 12px;
  font-family: Butler, Georgia, serif;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 700;
}

.carousel-card p {
  margin: 0 auto;
  max-width: 340px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.filters {
  min-height: 1120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding-top: 180px;
  font-size: 15px;
  font-weight: 700;
}

.filters button {
  border: 0;
  background: transparent;
  font: inherit;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.filters button span {
  width: 20px;
  height: 18px;
  display: inline-block;
  border: 1px solid #ccd6da;
  background: #fff;
}

.article-frame {
  min-height: 100vh;
}

.article-main,
.content-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 24px 120px;
}

.single-article h1,
.content-page h1 {
  margin: 0 0 25px;
  font-family: Butler, Georgia, serif;
  font-size: 56px;
  line-height: 1;
}

.kicker,
.article-meta {
  color: #61bfd8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-hero {
  width: 100%;
  max-width: 900px;
  height: auto;
  max-height: 650px;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin: 35px auto;
}

.article-body {
  font-family: Butler, Georgia, serif;
  font-size: 22px;
  line-height: 1.55;
}

.full-article-template {
  background: #fff;
}

.article-hero-top {
  min-height: 760px;
  background: var(--blue);
  text-align: center;
}

.article-hero-top .site-menu {
  background: transparent;
}

.article-face {
  width: 150px;
  margin: 0 auto 45px;
}

.face-line {
  width: 100%;
  height: auto;
  overflow: visible;
}

.face-line circle {
  fill: #fff;
}

.face-line path {
  fill: none;
  stroke: #96a4a7;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 520;
  animation: face-draw 5s ease-in-out infinite alternate;
}

@keyframes face-draw {
  from { stroke-dashoffset: 80; opacity: .6; }
  to { stroke-dashoffset: 0; opacity: 1; }
}

.article-hero-top h1 {
  max-width: 1120px;
  margin: 0 auto 140px;
  font-family: Butler, Georgia, serif;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 400;
}

.hero-image-row {
  display: grid;
  grid-template-columns: 110px 1fr 110px;
  align-items: center;
  gap: 30px;
  width: min(1180px, 86%);
  margin: 0 auto;
}

.hero-image-row span,
.hero-image-row .portrait-nav-link {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: Butler, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-image-row span:last-child,
.hero-image-row .portrait-nav-link--next {
  transform: none;
}

.portrait-nav-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.portrait-nav-link:hover:not(.is-disabled) {
  opacity: 0.65;
}

.portrait-nav-link.is-disabled {
  visibility: hidden;
  pointer-events: none;
}

.hero-image-row img {
  width: 100%;
  max-width: 900px;
  height: auto;
  max-height: 650px;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin: 0 auto;
  border: 1px solid #cfd6d8;
  background: #fff;
}

.article-sheet {
  width: min(980px, 86%);
  margin: 0 auto;
  padding: 220px 0 60px;
  text-align: center;
}

.share-row,
.article-meta-row {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: #b5a500;
  font-size: 20px;
  margin-bottom: 35px;
}

.article-text {
  max-width: 560px;
  margin: 0 auto 65px;
  padding-top: 45px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.article-text p {
  margin: 0 0 1.4em;
}

.article-sheet blockquote {
  position: relative;
  max-width: 650px;
  margin: 85px auto 45px;
  font-family: Butler, Georgia, serif;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 400;
}

.article-sheet blockquote::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 190px;
  height: 88px;
  transform: translate(-50%, -42%) rotate(-13deg);
  background:
    linear-gradient(var(--yellow), var(--yellow)) 0 0 / 100% 30px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) 0 58px / 100% 30px no-repeat;
}

.inline-photo {
  width: min(760px, 100%);
  max-width: 900px;
  height: auto;
  max-height: 650px;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin: 50px auto 70px;
}

.more-info {
  margin: 170px 0 20px;
}

.more-info h2,
.similar-title {
  font-family: Butler, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.fler-question {
  width: min(700px, 100%);
  margin: 28px auto 55px;
  padding: 45px 40px;
  background: var(--blue);
}

.fler-question .face-line {
  width: 110px;
}

.fler-question h2 {
  margin: 20px 0 0;
  font-family: Butler, Georgia, serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}

.article-meta-row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #111;
  font-size: 11px;
  padding: 18px 0;
}

.reply-form {
  width: min(1060px, 84%);
  margin: 140px auto 190px;
  display: grid;
  gap: 18px;
  font-size: 15px;
  font-weight: 700;
}

.reply-form h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.reply-form p {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.reply-form textarea {
  width: 100%;
  height: 210px;
  border: 0;
  background: var(--blue);
}

.reply-form input {
  width: 265px;
  height: 34px;
  border: 0;
  background: var(--blue);
}

.reply-form input::placeholder {
  color: #111;
  opacity: 1;
  font-weight: 700;
}

.reply-form button {
  width: 220px;
  height: 40px;
  margin-top: 24px;
  border: 2px solid #111;
  background: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.similar-title {
  margin-bottom: 260px;
}

@media (min-width: 901px) {
  .reply-form {
    justify-items: start;
  }
}

.content-template {
  background: var(--blue);
}

.content-frame {
  background: #fff;
  overflow: hidden;
}

.about-intro,
.contribute {
  min-height: 1120px;
  padding: 140px 12% 120px;
  text-align: center;
}

.big-quote {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 170px;
  font-family: Butler, Georgia, serif;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 400;
}

.big-quote::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 92px;
  transform: translate(-50%, -45%) rotate(-13deg);
  background:
    linear-gradient(var(--yellow), var(--yellow)) 0 0 / 100% 32px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) 0 60px / 100% 32px no-repeat;
}

.big-quote span {
  position: relative;
  z-index: 1;
}

.intro-copy {
  max-width: 830px;
  margin: 0 auto 150px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
}

.intro-copy p {
  margin: 0 0 1.65em;
}

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

.video-placeholder {
  width: min(980px, 100%);
  height: 450px;
  margin: 0 auto;
  padding-top: 30px;
  background: #282828;
  color: #fff;
  display: grid;
  place-content: center;
  gap: 14px;
  font-size: 13px;
}

.video-placeholder p {
  width: 780px;
  max-width: 90%;
  margin: 0 auto 90px;
  padding: 24px;
  border: 4px solid #fff;
  border-radius: 0 0 12px 12px;
}

.video-placeholder strong {
  text-decoration: underline;
}

.video-placeholder span {
  color: #cfcfcf;
}

.youtube-embed,
.fler-video {
  position: relative;
  width: min(980px, 92vw);
  margin: 0 auto 65px;
  background: var(--blue);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.06);
}

.youtube-embed.is-playing,
.fler-video.is-playing {
  aspect-ratio: var(--fler-video-ratio, 16 / 9);
}

.youtube-embed.is-landscape,
.fler-video.is-landscape {
  width: min(980px, 92vw);
}

.youtube-embed.is-square,
.fler-video.is-square {
  width: min(680px, 88vw);
}

.youtube-embed.is-portrait,
.fler-video.is-portrait {
  width: min(380px, 78vw);
}

.youtube-embed.is-loading {
  background: linear-gradient(180deg, var(--blue) 0%, #fff 100%);
}

.youtube-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.youtube-embed.youtube-facade {
  background: var(--blue);
}

.youtube-embed .youtube-play {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: var(--blue);
}

.youtube-embed .youtube-thumb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: var(--blue);
}

.youtube-embed .youtube-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.18);
  pointer-events: none;
}

.youtube-embed .youtube-play-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -5px;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--ink);
}

.youtube-embed.is-playing {
  background: var(--blue);
}

.hero-image-row.video-hero-thumb {
  position: relative;
  background: var(--blue);
  max-width: min(980px, 92vw);
  margin-left: auto;
  margin-right: auto;
}

.hero-image-row.video-hero-thumb.is-portrait {
  max-width: min(380px, 78vw);
}

.hero-image-row.video-hero-thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.16);
  pointer-events: none;
}

.hero-image-row.video-hero-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin: -10px 0 0 -4px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--ink);
  pointer-events: none;
}

.hero-image-row.video-hero-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  background: var(--blue);
}

.video-article-template {
  background: #fff;
}

.video-hero-top {
  position: relative;
  min-height: 820px;
}

.video-hero-top h1 {
  max-width: 1200px;
  margin-bottom: 0;
  font-size: 48px;
}

.video-side-label {
  position: absolute;
  top: 470px;
  font-family: Butler, Georgia, serif;
  font-size: 24px;
  writing-mode: vertical-rl;
  color: inherit;
  text-decoration: none;
}

.video-side-label.prev {
  left: 7%;
  transform: rotate(180deg);
}

.video-side-label.next {
  right: 7%;
}

.video-article-sheet {
  width: min(1240px, 96%);
  min-height: 760px;
  margin: -120px auto 0;
  padding: 0 0 135px;
  text-align: center;
  background: #fff;
  position: relative;
}

.video-article-sheet .article-video {
  width: min(980px, 92vw);
  margin: 0 auto 75px;
  background: var(--blue);
}

.video-article-sheet .youtube-embed {
  margin: 0 auto 75px;
}

.video-intro {
  max-width: 760px;
  margin: 0 auto 55px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.discover-button {
  display: inline-block;
  min-width: 210px;
  padding: 14px 22px;
  border: 3px solid #111;
  border-radius: 9px;
  box-shadow: 8px 8px 0 var(--yellow);
  background: var(--yellow);
  font-size: 16px;
  font-weight: 800;
}

.team-section {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 40px;
  padding: 95px 12%;
  overflow: hidden;
}

.team-section.blue {
  background: var(--blue);
}

.team-section.white {
  background: #fff;
}

.team-section.blue::before,
.team-section.blue::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

.team-section.blue::before {
  width: 230px;
  height: 230px;
  right: -70px;
  top: 95px;
}

.team-section.blue::after {
  width: 128px;
  height: 128px;
  right: 190px;
  bottom: 45px;
}

.team-section .team-media::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--yellow);
  left: 34px;
  bottom: 190px;
}

.team-media {
  position: relative;
  padding-left: 70px;
}

.team-media h2 {
  display: inline-block;
  margin: 0 0 24px;
  font-family: Butler, Georgia, serif;
  font-size: 58px;
  line-height: 0.9;
  background: linear-gradient(to top, var(--yellow) 42%, transparent 42%);
}

.team-media img {
  width: min(360px, 100%);
  height: 460px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid #cfd6d8;
  background: #fff;
}

.role {
  width: 305px;
  margin-top: 28px;
  padding: 22px;
  background: var(--yellow);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
}

.team-section.blue .role {
  background: #fff;
}

.team-text {
  max-width: 650px;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}

.team-text p {
  margin: 0;
}

.contribute-frame {
  min-height: 1780px;
}

.contribute {
  padding-top: 260px;
}

.contribute .big-quote {
  max-width: 860px;
  margin-bottom: 70px;
  font-size: 46px;
  font-weight: 400;
}

.contact-form {
  display: grid;
  justify-items: center;
  gap: 55px;
}

.contact-form label {
  display: grid;
  justify-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
}

.contact-form label span {
  background: var(--yellow);
  padding: 1px 7px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  width: 395px;
  height: 38px;
  border: 0;
  background: var(--blue);
}

.contact-form textarea {
  width: 1120px;
  max-width: 82vw;
  height: 285px;
  border: 0;
  background: var(--blue);
}

.contact-form .check {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 20px;
}

.contact-form button {
  width: 120px;
  height: 48px;
  border: 3px solid #111;
  border-radius: 8px;
  background: var(--yellow);
  font-weight: 700;
}

.legal-frame {
  min-height: 4160px;
}

.legal-content {
  width: min(560px, 80%);
  margin: 0 auto;
  padding: 120px 0 90px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.8;
}

.legal-content > img {
  width: 220px;
  height: 18px;
  object-fit: cover;
  margin: 0 auto 170px;
  border: 1px solid #cfd6d8;
}

.legal-content h2 {
  display: table;
  margin: 48px auto 14px;
  padding: 0 4px;
  background: var(--blue);
  font-size: 12px;
  text-align: center;
}

.legal-content p {
  margin: 0 0 24px;
}

@media (max-width: 768px) {
  .site-shell {
    width: 100%;
  }

  .category-grid,
  .home-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popular-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .top-carousel-track {
    padding-left: 44px;
    padding-right: 44px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .page-frame,
  .home-frame,
  .site-footer {
    width: 100%;
  }

  .category-hero {
    height: 560px;
  }

  .hero-disc {
    height: 540px;
    margin-top: -70px;
  }

  .hero-illustration {
    width: 250px;
    margin-bottom: 42px;
  }

  .site-menu {
    height: auto;
    grid-template-columns: 70px 1fr;
    justify-content: stretch;
    column-gap: 18px;
    padding: 18px;
  }

  .site-menu nav {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 18px;
  }

  .category-grid,
  .popular-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .category-card.c5 {
    margin: 0 -24px;
    padding: 70px 24px;
  }

  .insta-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .insta-feed {
    grid-template-columns: repeat(2, 1fr);
    width: min(94%, 520px);
  }

  .about-intro .youtube-embed {
    width: min(94%, 520px);
  }

  .footer-nav {
    flex-wrap: wrap;
    letter-spacing: 2px;
  }

  .big-quote {
    font-size: 34px;
  }

  .team-section {
    grid-template-columns: 1fr;
    padding: 80px 24px;
  }

  .team-section.blue::before,
  .team-section.blue::after {
    display: none;
  }

  .team-media {
    padding-left: 0;
  }

  .team-media img {
    width: 100%;
    height: 420px;
  }

  .role {
    margin-top: 24px;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    width: min(82vw, 520px);
  }

  .hero-carousel {
    padding: 16px 0 24px;
  }

  .hero-carousel-arrow {
    width: 36px;
    height: 36px;
    font-size: 18px;
    top: 38%;
  }

  .hero-carousel-arrow--prev {
    left: 6px;
  }

  .hero-carousel-arrow--next {
    right: 6px;
  }

  .hero-carousel-card {
    flex-basis: min(78vw, 280px);
  }

  .hero-carousel-media .vertical-tag {
    left: -22px;
    font-size: 9px;
  }

  .home-slogan {
    padding-top: 32px;
  }
}
