/*
Theme Name: Personal Vlog
Theme URI: https://github.com/yourusername/personal-vlog
Author: You
Description: A personal vlog WordPress theme inspired by Wix Personal Vlog template. Features hero section, video showcase, about section, Instagram grid, and contact form.
Version: 1.0
License: GPL v2 or later
Text Domain: personal-vlog
*/

@font-face {
  font-family: 'lulo-clean-w01-one-bold';
  src: url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/lulo-clean-w01-one-bold.eot?#iefix') format('embedded-opentype'),
       url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/lulo-clean-w01-one-bold.woff2') format('woff2'),
       url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/lulo-clean-w01-one-bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'dinneuzeitgroteskltw01-_812426';
  src: url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/dinneuzeitgroteskltw01-_812426.eot?#iefix') format('embedded-opentype'),
       url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/dinneuzeitgroteskltw01-_812426.woff2') format('woff2'),
       url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/dinneuzeitgroteskltw01-_812426.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'din-next-w01-light';
  src: url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/din-next-w01-light.eot?#iefix') format('embedded-opentype'),
       url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/din-next-w01-light.woff2') format('woff2'),
       url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/din-next-w01-light.woff') format('woff');
  font-display: swap;
}

:root {
  --color_11: 255,255,255;
  --color_12: 241,241,241;
  --color_13: 199,199,199;
  --color_14: 117,117,116;
  --color_15: 36,36,36;
  --color_16: 199,178,251;
  --color_17: 170,139,246;
  --color_18: 93,31,242;
  --color_19: 62,21,161;
  --color_20: 31,10,81;
  --color_21: 203,237,242;
  --color_22: 155,219,228;
  --color_23: 116,164,171;
  --color_24: 78,110,114;
  --color_25: 39,55,57;
  --color_26: 239,174,183;
  --color_27: 222,101,118;
  --color_28: 167,76,89;
  --color_29: 111,51,59;
  --color_30: 56,25,30;
  --color_31: 229,250,209;
  --color_32: 202,229,175;
  --color_33: 155,203,108;
  --color_34: 78,102,54;
  --color_35: 39,51,27;
  --color_36: 255,255,255;
  --color_37: 36,36,36;
  --color_38: 241,241,241;
  --color_39: 199,199,199;
  --color_40: 117,117,116;
  --color_41: 93,31,242;
  --color_42: 62,21,161;
  --color_43: 252,210,2;
  --color_44: 255,255,255;
  --color_45: 36,36,36;
  --color_46: 36,36,36;
  --color_47: 255,255,255;
  --color_48: 93,31,242;
  --color_49: 62,21,161;
  --color_50: 255,255,255;
  --color_51: 255,255,255;
  --color_52: 93,31,242;
  --color_53: 93,31,242;
  --color_54: 199,199,199;
  --color_55: 199,199,199;
  --color_56: 255,255,255;
  --color_57: 255,255,255;
  --color_58: 93,31,242;
  --color_59: 93,31,242;
  --color_60: 93,31,242;
  --color_61: 93,31,242;
  --color_62: 255,255,255;
  --color_63: 255,255,255;
  --color_64: 199,199,199;
  --color_65: 199,199,199;

  --font_0: normal normal normal 180px/1.4em lulo-clean-w01-one-bold,sans-serif;
  --font_1: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
  --fnt: normal normal 700 16px/1.4em din-next-w01-light,sans-serif;
  --font_2: normal normal normal 60px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
  --font_3: normal normal normal 40px/1.4em din-next-w01-light,sans-serif;
  --font_4: normal normal normal 30px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
  --font_5: normal normal normal 28px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
  --font_6: normal normal normal 25px/1.4em din-next-w01-light,sans-serif;
  --font_7: normal normal normal 20px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
  --font_8: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
  --font_9: normal normal normal 14px/1.4em din-next-w01-light,sans-serif;
  --font_10: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;

  --header-height: 89px;
  --site-width: 1189px;
  --side-padding: 80px;
}


*, *::before, *::after { box-sizing: border-box; }

.container {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--side-padding);
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font: var(--fnt, var(--font_1));
  color: rgb(var(--color_15));
  background: rgb(var(--color_11));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }
a:hover { opacity: 0.8; }
img { max-width: 100%; height: auto; display: block; }

/* ===== HEADER ===== */
.site-header {
  position: relative;
  z-index: 1000;
}

.site-header.header-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.admin-bar .site-header.header-sticky {
  top: 32px;
}

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

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 80px;
  padding: 25px 0;
}

.site-logo {
  font-family: lulo-clean-w01-one-bold,sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: normal;
  white-space: nowrap;
  color: inherit;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 35px;
}

.main-navigation a {
  font: var(--font_8);
  color: inherit;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}

.menu-uppercase a { text-transform: uppercase; }
.menu-capitalize a { text-transform: capitalize; }
.menu-none a { text-transform: none; }
.menu-weight-300 a { font-weight: 300; }
.menu-weight-400 a { font-weight: 400; }
.menu-weight-500 a { font-weight: 500; }
.menu-weight-600 a { font-weight: 600; }
.menu-weight-700 a { font-weight: 700; }

.main-navigation a:hover { color: rgb(var(--color_18)); opacity: 1; }
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a { color: rgb(var(--color_18)); }

.header-social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-social a {
  display: flex;
  width: 24px; height: 24px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 7px);
  background: #5d1ff2;
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -7px);
  background: #5d1ff2;
}

/* Menu overlay */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 998;
}
.menu-overlay.open { display: block; }

/* ===== HERO ===== */
.hero {
  position: relative;
  margin: 0 80px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 100px 0 20px;
}

.hero-title {
  font: var(--font_0);
  color: rgb(var(--color_11));
  margin: 0 0 10px;
  line-height: 0.9;
  font-weight: 700;
}

.hero-subtitle {
  font: var(--font_7);
  color: rgb(var(--color_11));
  margin: 0 0 45px;
  font-weight: 300;
  font-style: italic;
}

.hero > .hero-content {
  z-index: 2;
}

.hero-divider {
  width: 80px;
  height: 2px;
  background: rgb(var(--color_11));
  margin: 20px auto 25px;
}

.btn {
  display: inline-block;
  padding: 14px 40px;
  font: var(--font_9);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-primary {
  background: rgb(var(--color_18));
  color: rgb(var(--color_11));
  border: none;
}

.btn-primary:hover {
  background: rgb(var(--color_19));
  opacity: 1;
}

.btn-outline {
  background: transparent;
  color: rgb(var(--color_11));
  border: 1px solid rgb(var(--color_11));
}

.btn-outline:hover {
  background: rgb(var(--color_11));
  color: rgb(var(--color_15));
  opacity: 1;
}

/* ===== SECTIONS ===== */
.section {
  padding: 80px var(--side-padding);
}

.section-dark {
  background: rgb(var(--color_15));
  color: rgb(var(--color_11));
}

.section-light {
  background: rgb(var(--color_12));
}

.section-primary {
  background: rgb(var(--color_41));
  color: rgb(var(--color_11));
}

.section-title {
  font: var(--font_2);
  color: rgb(var(--color_45));
  text-align: center;
  margin: 0 0 5px;
  letter-spacing: normal;
}

.section-subtitle {
  font: var(--font_7);
  color: rgb(var(--color_14));
  text-align: center;
  margin: 0 0 40px;
  font-weight: 300;
}

/* ===== VIDEO SECTION ===== */
.video-section {
  padding: 60px var(--side-padding) 80px;
}

.video-section-header {
  max-width: var(--site-width);
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-section-header .section-title {
  margin: 0;
}

.video-wrapper {
  max-width: 720px;
  margin: 0 auto;
}

.video-player {
  position: relative;
  background: #000;
  border: 6px solid rgb(var(--color_18));
  border-radius: 0;
  overflow: hidden;
}

.video-player-inner {
  position: relative;
  padding-top: 56.25%;
  background: #222;
}

.video-player-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background: rgb(var(--color_18));
  color: rgb(var(--color_11));
  border: none;
  font: var(--font_9);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s;
}

.play-btn:hover {
  background: rgb(var(--color_19));
}

.video-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 15px;
}

.video-thumb-item {
  cursor: pointer;
  text-align: center;
}

.video-thumb-img {
  position: relative;
}

.video-thumb-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
}

.thumb-badge {
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgb(var(--color_18));
  color: rgb(var(--color_11));
  font: var(--font_10);
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 10px;
}

.video-thumb-item.active .thumb-badge {
  display: block;
}

.video-thumb-item .thumb-duration {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0,0,0,0.8);
  color: rgb(var(--color_11));
  font: var(--font_10);
  padding: 1px 6px;
  font-size: 10px;
}

.thumb-title {
  display: block;
  font: var(--font_10);
  color: rgb(var(--color_15));
  margin-top: 8px;
  font-weight: 600;
}

.video-thumb-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

.video-thumb-item.active img,
.video-thumb-item:hover img {
  border-color: rgb(var(--color_18));
}

.video-thumb-item span {
  display: block;
  font: var(--font_10);
  color: rgb(var(--color_15));
  margin-top: 5px;
}

.thumb-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(var(--color_15), 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.3s, transform 0.3s;
}
.thumb-play-btn svg { margin-left: 2px; width: 18px; height: 18px; }
.video-thumb-item:hover .thumb-play-btn { background: rgb(var(--color_18)); transform: translate(-50%, -50%) scale(1.1); }

.video-more {
  text-align: center;
  margin-top: 30px;
}

/* ===== ABOUT SECTION ===== */
.about-section {
  margin: 0 80px;
  padding: 80px 0;
  color: rgb(var(--color_15));
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: var(--site-width);
  margin: 0 auto;
  gap: 40px;
  padding: 0;
  align-items: center;
}

.about-content {
  padding: 40px 0 40px 40px;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-content.revealed {
  opacity: 1;
  transform: translateX(0);
}

.about-title {
  font: var(--font_4);
  color: rgb(var(--color_15));
  margin: 0 0 25px;
  text-transform: uppercase;
}

.about-content p {
  font: var(--font_8);
  color: rgb(var(--color_14));
  line-height: 1.7;
  margin: 0 0 20px;
}

.about-content .btn-outline {
  color: rgb(var(--color_15));
  border-color: rgb(var(--color_15));
}

.about-content .btn-outline:hover {
  background: rgb(var(--color_15));
  color: rgb(var(--color_11));
}

.about-image-wrapper {
  position: relative;
  padding-left: 8px;
  height: 500px;
  overflow: hidden;
}

.about-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  animation: parallax-img linear;
  animation-timeline: view();
  animation-range: entry 0% exit 100%;
}

@keyframes parallax-img {
  0% { object-position: 50% 0%; }
  100% { object-position: 50% 100%; }
}

.about-image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: rgb(var(--color_18));
  z-index: 1;
}

/* ===== INSTAGRAM SECTION ===== */
.instagram-section {
  padding: 80px var(--side-padding);
  background: rgb(var(--color_11));
}

.instagram-grid {
  display: grid;
  grid-template-areas:
    "watergun peace    coffee  palm"
    "watergun sleepmask carnival carnival"
    "icecream selfie   carnival carnival";
  grid-template-columns: 2fr 1.2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 4px;
  max-width: var(--site-width);
  margin: 40px auto 0;
  padding: 0;
  min-height: 600px;
}

.instagram-grid-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.instagram-grid-item.area-watergun { grid-area: watergun; }
.instagram-grid-item.area-peace { grid-area: peace; }
.instagram-grid-item.area-coffee { grid-area: coffee; }
.instagram-grid-item.area-palm { grid-area: palm; }
.instagram-grid-item.area-sleepmask { grid-area: sleepmask; }
.instagram-grid-item.area-carnival { grid-area: carnival; }
.instagram-grid-item.area-icecream { grid-area: icecream; }
.instagram-grid-item.area-selfie { grid-area: selfie; }

.instagram-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  display: block;
}

.instagram-grid-item:hover img { transform: scale(1.05); }

.btn-load-more {
  display: block;
  margin: 40px auto 0;
  padding: 12px 40px;
  font: var(--font_9);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: transparent;
  border: 1px solid rgb(var(--color_15));
  color: rgb(var(--color_15));
  cursor: pointer;
  transition: all 0.3s;
}

.btn-load-more:hover {
  background: rgb(var(--color_15));
  color: rgb(var(--color_11));
}

/* ===== LET'S CHAT BUTTON ===== */


/* ===== SOCIAL SIDEBAR ===== */
.social-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgb(var(--color_18));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px;
  gap: 18px;
  z-index: 999;
  border-radius: 0 6px 6px 0;
}

.social-sidebar a {
  display: flex;
  width: 22px;
  height: 22px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.social-sidebar a:hover {
  opacity: 1;
}

.social-sidebar img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

/* ===== FOOTER ===== */
.site-footer {
  margin: 0 80px;
  padding: 0 80px;
  background: rgb(93, 31, 242);
  color: #fff;
}

.footer-contact-section {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 60px 0;
}

.footer-heading h3 {
  font: var(--font_2);
  text-align: center;
  margin: 0 0 30px;
}

.footer-social-center {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.footer-social-center a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  transition: background 0.3s;
}

.footer-social-center a:hover {
  background: rgba(255,255,255,0.4);
}

.footer-social-center img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-subtitle {
  font: var(--font_4);
  text-transform: uppercase;
  margin: 0 0 30px;
}

.footer-contact-item {
  margin-bottom: 30px;
}

.footer-contact-item h4 {
  font: var(--font_8);
  font-weight: 600;
  margin: 0 0 8px;
}

.footer-contact-item a {
  font: var(--font_9);
  text-decoration: none;
  opacity: 0.8;
}

.footer-contact-item a:hover {
  opacity: 1;
}

.contact-form label {
  display: block;
  font: var(--font_9);
  margin: 0 0 5px;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font: var(--font_9);
  margin-bottom: 20px;
  box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,255,255,0.5);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(255,255,255,0.6);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form .btn-submit {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 12px 40px;
  border: none;
  font: var(--font_9);
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form .btn-submit:hover {
  background: rgba(0,0,0,0.5);
}

.footer-bottom {
  text-align: center;
  padding: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font: var(--font_10);
}

/* ===== BLOG ===== */
.blog-posts {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 60px var(--side-padding);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background: rgb(var(--color_11));
  border: 1px solid rgb(var(--color_12));
}

.blog-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-card-meta {
  font: var(--font_10);
  color: rgb(var(--color_14));
  margin: 0 0 8px;
}

.blog-card-title {
  font: var(--font_8);
  font-weight: 600;
  margin: 0 0 8px;
}

.blog-card-excerpt {
  font: var(--font_9);
  color: rgb(var(--color_14));
  margin: 0 0 15px;
}

.blog-card .btn {
  background: rgb(var(--color_18));
  color: rgb(var(--color_11));
  padding: 8px 20px;
  border: none;
  font: var(--font_10);
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
}

.blog-card .btn:hover {
  background: rgb(var(--color_19));
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  :root {
    --side-padding: 40px;
  }
  .hero { margin: 0 40px; }
  .about-section { margin: 0 40px; }
  .site-footer { margin: 0 40px; padding: 0 40px; }
  .header-inner { margin: 0 40px; }
}

@media (max-width: 768px) {
  :root {
    --side-padding: 20px;
    --font_0: normal normal normal 60px/1.1em lulo-clean-w01-one-bold,sans-serif;
    --font_2: normal normal normal 36px/1.2em dinneuzeitgroteskltw01-_812426,sans-serif;
    --font_4: normal normal normal 24px/1.3em dinneuzeitgroteskltw01-_812426,sans-serif;
  }

  .header-inner { margin: 0 20px; padding: 15px 0; }
  .site-logo { font-size: 22px; }

  .site-header.header-sticky { position: relative; top: auto; }

  .menu-toggle { display: flex; }
  .main-navigation {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    max-width: 80vw;
    background: rgb(var(--color_21));
    flex-direction: column;
    padding: 80px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    box-shadow: none;
  }
  .main-navigation.open {
    display: flex;
    transform: translateX(0);
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
  }
  .main-navigation ul { flex-direction: column; gap: 12px; padding: 0 10px; margin-top: 40px; text-align: right; }
  .main-navigation a { font-family: dinneuzeitgroteskltw01-_812426, sans-serif; font-size: 28px; color: #242424; padding: 4px 0; display: block; }
  .main-navigation a:hover { color: #5d1ff2; opacity: 1; }
  .current-menu-item a { color: #5d1ff2; }
  .header-social { display: none; }

  .social-sidebar { display: none; }

  .hero {
    margin: 0;
    min-height: 70vh;
    background-attachment: scroll;
  }
  .hero-content { padding: 140px 20px 40px; }
  .hero-title,
  .hero-section h2.wp-block-heading { font-size: 48px !important; line-height: 1 !important; }
  .hero-subtitle,
  .hero-section p { font-size: 14px !important; }
  .hero-divider { margin: 15px auto 20px; }

  .section-title { font-size: 28px; }

  .video-section { padding: 40px 20px 60px; }
  .video-section-header { flex-direction: column; gap: 10px; }
  .video-wrapper { width: 100%; max-width: 100%; position: relative; }
  .video-player { display: none; }
  .video-thumbnails {
    display: block;
    position: relative;
  }
  .video-thumb-item {
    display: none;
    width: 100%;
    position: relative;
  }
  .video-thumb-item.active {
    display: block;
  }
  .video-thumb-img img { height: auto; aspect-ratio: 16/9; min-height: 180px; width: 100%; }
  .video-thumb-img { position: relative; }
  .thumb-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(var(--color_15), 0.6);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s, transform 0.3s;
  }
   .thumb-play-btn svg { margin-left: 2px; width: 24px; height: 24px; }
  .thumb-play-btn:hover { background: rgb(var(--color_18)); transform: translate(-50%, -50%) scale(1.1); }
  .video-slider-dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 3;
    margin: 0;
  }
  .video-slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }
  .video-slider-dots .dot.active {
    background: #fff;
  }

  .about-section {
    margin: 0;
    padding: 40px 20px;
  }
  .about-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-content {
    padding: 0;
    order: 2;
  }
  .about-content h2 { font-size: 24px; }
  .about-image-wrapper {
    height: 280px;
    order: 1;
  }

  .instagram-section { padding: 40px 20px; }
  .instagram-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: none;
    grid-template-rows: auto;
    min-height: auto;
    gap: 3px;
  }
  .instagram-grid-item.area-watergun { min-height: 200px; }
  .instagram-grid-item.area-carnival { min-height: 180px; }
  .instagram-grid-item { grid-area: unset !important; }

  .site-footer { margin: 0; padding: 0 20px; }
  .footer-contact-section { padding: 40px 20px; }
  .footer-heading h3 { font-size: 24px; }
  .footer-layout { grid-template-columns: 1fr; gap: 30px; }
  .footer-social-center { gap: 15px; }
  .contact-form .form-row { grid-template-columns: 1fr; }

  .blog-posts { grid-template-columns: 1fr; padding: 40px 20px; }
}

@media (max-width: 480px) {
  .hero-title,
  .hero-section h2.wp-block-heading { font-size: 36px !important; }
  .hero { min-height: 60vh; }

  .about-image-wrapper { height: 220px; }

  .instagram-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
  .instagram-grid-item.area-watergun { min-height: 160px; }
  .instagram-grid-item.area-carnival { min-height: 140px; }
  .instagram-grid-item { grid-area: unset !important; }

  .contact-form input,
  .contact-form textarea { padding: 10px 14px; }
}


