/** Shopify CDN: Minification failed

Line 37:12 Unexpected "<"
Line 1356:0 Expected "}" to go with "{"

**/
/*
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet" />


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">


@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*/


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --gold: #fdd835;
    --gold-light: #fdd835;
    --sand: #F5F0E8;
    --lavender: #D8D8F0;
    --dark: #1A1A2E;
    --charcoal: #5f5f5fff;
    --white: #FFFFFF;
    --text: #545252;
    --text-muted: #666680;
    --radius: 12px;
  }



.montserrat-<uniquifier> {
  font-family: 'Montserrat', serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  html { scroll-behavior: smooth; }

  body {
    font-family: 'Montserrat', serif;
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
  }
h1, h2, h3, h4, h5, h6, p, a, li {
   font-family: 'Montserrat', serif;
}

  .mobile-show {
    display: none;
  }
  .desktop-show {
    display: block;
  }


  /* ── ANNOUNCEMENT BAR ── */
  .topbar {
    background: var(--lavender);
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--charcoal);
  }

  /* ── NAV ── */
  nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.92);
   /* backdrop-filter: blur(12px);*/
    border-bottom: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 64px;
  }
  .header[data-sticky-state=active] {
    background: #00000061;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
    li.menu-list__list-item a {
    color: #ffffff !important;
    font-family: 'Montserrat', serif;
  }
  a.menu-list__link.menu-list__link--active span {
   border-bottom: 2px solid #ffffff;
   padding-bottom: 5px;
  }
  a.menu-list__link span {
    padding-bottom: 5px;
}
  .header-section {
    padding: 0 12%;
  }
  .header-actions__action, .account-button__icon, .account-button__text {
    color: #ffffff !important;
  }
  .logo {
    font-family: 'Montserrat', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--charcoal);
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }
  .logo svg { width: 28px; height: 28px; }

  .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
  }
  .nav-links a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--charcoal);
    position: relative;
    padding-bottom: 4px;
    transition: color 0.2s;
  }
  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--gold);
    transition: width 0.25s ease;
  }
  .nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
  .nav-links a.active { color: var(--charcoal); }

  /* ── HERO ── */
  .hero {
    position: relative;
    height: 580px;
    /*background: linear-gradient(135deg, #c8dea8 0%, #8db5c8 50%, #a8c5d0 100%);*/
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  /*.hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 80% at 70% 50%, rgba(135,185,210,0.6) 0%, transparent 70%),
      linear-gradient(160deg, #b8d8a0 0%, #7ab0c8 40%, #90b8c8 100%);
  }*/

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url(/cdn/shop/files/Hero-Banner-Slider.jpg?v=1779346605);
    background-color: #cccccc;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


  /* Decorative geometric cube */
  .hero-cube {
    position: absolute;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    opacity: 0.85;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 0px 0px 0px 160px;
    max-width: 700px;
    animation: fadeUp 0.8s ease both;
  }

  .hero-content h1 {
    font-family: 'Montserrat', serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--white);
    text-shadow: 0 2px 20px rgba(0,0,0,0.15);
    margin-bottom: 0px;
    letter-spacing: 0.5px;
  }

  .hero-content p {
    font-size: 26px;
    color: rgba(255,255,255,0.92);
    margin-bottom: 32px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.2px;
  }

  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
  .hero-btns a { font-size: 18px; letter-spacing: 2.2px;}
  .btn-gold {
    background: var(--gold);
    color: var(--white);
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(245,166,35,0.4);
  }
  .btn-gold:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 28px rgba(245,166,35,0.5) !important; color: #000000 !important }
  .btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.8);
    padding: 10px 28px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
  }
  .btn-outline:hover { background: rgba(255,255,255,0.15); transform: translateY(-2px); }

  /* floating kid silhouette */
  .hero-kid {
    position: absolute;
    right: 80px;
    bottom: 0;
    height: 480px;
    opacity: 0.9;
    animation: float 4s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* ── SECTION BASE ── */
  section { padding: 80px 64px; }

  .section-label {
    font-size: 14px !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold) !important;
    font-weight: 700;
    margin-bottom: 12px !important;
  }

  .section-title {
    font-family: 'Montserrat', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .section-title_about {
    font-family: 'Montserrat', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .section-text {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.4;
    max-width: 700px;
    margin: 0 auto;
  }
 .section-text_about {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.2;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 500;
  }

  /* ── LEARNING THROUGH WONDER ── */
  .wonder {
    text-align: center;
    background: var(--white);
  }

  .video-wrapper {
    margin: 44px auto 0;
    max-width: 700px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 10px rgba(0,0,0,0.13);
    cursor: pointer;
  }

  .video-thumb {
    width: 100%;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #b8d0b0 0%, #8ab0b8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  /* Kids activity circle illustration */
  .video-kids-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 30% 70%, rgba(160,200,140,0.5) 0%, transparent 50%),
      radial-gradient(circle at 70% 30%, rgba(130,170,190,0.4) 0%, transparent 50%),
      linear-gradient(160deg, #c0d8b0 0%, #90b8c8 100%);
  }

  .play-btn {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    transition: transform 0.2s;
  }
  .video-wrapper:hover .play-btn { transform: scale(1.1); }
  .play-btn svg { margin-left: 4px; }

  /* ── DISCOVERY SET ── */
  .discovery {
     background-image: url(/cdn/shop/files/book-bg-img.jpg?v=1779519957);
    background-color: #cccccc;
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 80px 100px;
  }
.discovery-content {
    width: 60%;
}
  .discovery-img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .book-stack {
    width: 260px;
    position: relative;
  }
  /* Book stack illustration */
  .book-spine {
    width: 260px;
    height: 180px;
    border-radius: 8px;
    position: relative;
    margin-bottom: -140px;
  }
  .book-spine:nth-child(1) { background: linear-gradient(135deg, #1a1a4e, #2a2a6e); transform: rotate(-2deg) translateY(0); }
  .book-spine:nth-child(2) { background: linear-gradient(135deg, #2a1a4e, #4a2a6e); transform: rotate(1deg) translateY(-20px); }
  .book-spine:nth-child(3) { background: linear-gradient(135deg, #4e2a1a, #6e4a2a); transform: rotate(-1deg) translateY(-40px); }
  .book-spine:nth-child(4) { background: linear-gradient(135deg, #1a3a1a, #2a5a2a); transform: rotate(2deg) translateY(-60px); }

  .book-cover {
    width: 200px;
    height: 260px;
    background: linear-gradient(135deg, #1a1050 0%, #2a208a 50%, #1a1050 100%);
    border-radius: 8px;
    position: absolute;
    left: 20px;
    top: -280px;
    box-shadow: 6px 6px 30px rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
  }
  .book-cover-star {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
  .book-cover-title {
    font-family: 'Montserrat', serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: var(--gold-light);
    text-shadow: 0 0 20px rgba(255,200,80,0.5);
  }
  .book-cover-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    margin-top: 6px;
    text-align: center;
  }

  .discovery-content h2 {
    font-family: 'Montserrat', serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .discovery-content p {
    color: var(--text);
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.25;
    font-weight: 500;
  }

  .check-list {
    list-style: none;
    margin-bottom: 36px;
  }
  .check-list li {
    font-size: 14px;
    color: var(--text);
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
  }
  .check-list li::before {
    content: '✓';
    color: var(--gold);
    font-weight: 800;
    font-size: 16px;
  }
  .course .btn-gold {
    font-size: 20px !important;
    padding: 15px 50px;
   }
  /* ── SACRED GEOMETRY COURSE ── */
  .course {
     background-image: url(/cdn/shop/files/Sales-background.jpg?v=1779521908);
    background-color: #000000ff;
    height: 515px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 80px 100px;
  }
  .course-online {
    color: #eeddc8;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .course-device {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .device-tablet {
    width: 220px;
    height: 160px;
    background: linear-gradient(135deg, #1a2a4e, #2a3a6e);
    border-radius: 16px;
    border: 3px solid rgba(255,255,255,0.12);
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .device-phone {
    width: 90px;
    height: 140px;
    background: linear-gradient(135deg, #2a1a4e, #3a2a6e);
    border-radius: 16px;
    border: 3px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    position: absolute;
    right: 40px;
    bottom: -20px;
    z-index: 3;
  }

  .geo-shape {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }

  .course-content h2 {
    font-family: 'Montserrat', serif;
    color: var(--white);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  ul.check-list em {
    padding-left: 25px;
  }
  .course-subtitle {
    font-size: 14px !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold) !important;
    font-weight: 700;
    margin-bottom: 12px !important;
  }

  .feature-list {
    list-style: none;
    margin-bottom: 36px;
  }
  .feature-list li {
    font-size: 18px;
    color: #ffffff;
    padding: 7px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    line-height: 0;
  }
  .dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /*background: var(--gold);*/
    flex-shrink: 0;
  }

  /* ── GALLERY ── */
  .gallery-section {
    padding: 80px 64px;
    text-align: center;
    background: var(--white);
  }

  .gallery-lead {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 40px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 32px;
  }

  .gallery-item {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
  }

  .gallery-item-bg {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
  }
  .gallery-item:hover .gallery-item-bg { transform: scale(1.06); }

  .g1 { background: linear-gradient(135deg, #b0c8e0 0%, #8090a8 100%); }
  .g2 { background: linear-gradient(135deg, #c8b0d0 0%, #907098 100%); }
  .g3 { background: linear-gradient(135deg, #d0c890 0%, #a8a068 100%); }
  .g4 { background: linear-gradient(135deg, #90b0c8 0%, #607888 100%); }

  /* small people icons */
  .gallery-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    opacity: 0.6;
  }

  /* ── FOOTER ── */

.spacing-style.layout-panel-flex.layout-panel-flex--column.section-content-wrapper.mobile-column {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 50px;
}

 .footer-main {
    display: flex;
    flex-direction: row;
    width: 100%;
 }
  footer {
    background: linear-gradient(135deg, #e8e8f5 0%, #d8d8f0 100%);
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-columns: 1fr 1fr;*/
    min-height: 260px;
  }

  .footer-left {
    padding: 60px 80px 60px 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:50%;
    background-image: url(/cdn/shop/files/footer-left-bg-img-0.jpg?v=1779795050);
    background-color: #cccccc;
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-logo {
    font-family: 'Montserrat', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 24px;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
  }
  .footer-links a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
    text-transform: uppercase;
  }
  .footer-links a:hover { color: var(--gold); }

  .social-icons {
    display: flex;
    gap: 12px;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: rgb(255 255 255 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 25px;
    font-weight: bold;
  }
  .social-icon:hover { background: var(--gold); color: white; }

  .footer-copyright {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 20px;
  }

  .footer-right {
    background: linear-gradient(135deg, #7ab0c8 0%, #90b8c8 100%);
    padding: 220px 80px 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width:50%;
    background-image: url(/cdn/shop/files/footer-right-bg-img.jpg?v=1779794477);
    background-color: #cccccc;
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-right::before {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
  }
  .footer-content {
    display: none !important;
  }
  .footer-logo img
 {
    width: 55%;
 }
 div#shopify-section-sections--22176345981181__17796107057729eeb8 .section.section--page-width.color-scheme-1 {
    background: #ffffff !important;
}
  .newsletter-title {
    font-family: 'Montserrat', serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
  }

  .newsletter-sub {
    font-size: 20px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 28px;
    line-height: 1.2;
  }

  .newsletter-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .newsletter-form input {
    flex: 1;
    min-width: 140px;
    padding: 12px 18px;
    border-radius: 40px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    outline: none;
    background: rgba(255,255,255,0.95);
    color: var(--text);
    margin-left: 5px;
  }

  .newsletter-form button {
    padding: 12px 24px;
    background: var(--gold);
    color: white;
    border: none;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-transform: uppercase;
  }
  .newsletter-form button:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(245,166,35,0.4); }

  .footer-bottom {
    background: var(--white);
    text-align: center;
    padding: 14px;
    font-size: 11px;
    color: var(--text-muted);
    border-top: 1px solid rgba(0,0,0,0.06);
    display: flex;
    justify-content: space-between;
    padding: 14px 64px;
  }
  .footer-bottom a { color: var(--text-muted); text-decoration: none; }
  .footer-bottom a:hover { color: var(--gold); }

  /* divider */
  .divider {
    width: 48px;
    height: 3px;
    background: var(--gold);
    border-radius: 2px;
    margin: 16px auto 0;
  }

  /* book decoration on discovery side */
  .vitruvian-note {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    background: white;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    text-align: center;
    font-size: 11px;
    color: var(--charcoal);
    font-weight: 600;
    line-height: 1.4;
  }

  .trusted-bar {
    background: var(--sand);
    padding: 18px 64px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .trusted-bar span {
    color: var(--gold);
    font-weight: 700;
  }

  /* stars in bg */
  .star-sparkle {
    display: inline-block;
    animation: sparkle 2s ease-in-out infinite;
  }
  .announcement-bar__text {
    color: #9276dd;
  }
  @keyframes sparkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.8); }
  } 
 .announcement-bar__text {
    color: #9276dd;
  }
  .header__underlay-closed {
    background: transparent !important;
}
section.hero {
    margin-top: -5.5%;
}
nav.menu-list {
    background: transparent !important;
    border: none;
}

span.menu-list__link-title {
    margin: 0 15px;
    /*font-size: 10px;*/
}
.header__column--center {
    grid-area: center;
    min-width: 175%;
    display: flex;
    justify-content: flex-end;
}
 .course-content .btn-gold {
    color: #000000;
}
.course-content .btn-gold:hove {
    color: #ffffff !important;
}
rte-formatter.spacing-style.text-block.text-block--AS1AvVjV3UUFhYzFFW__text_hWWQYd.paragraph.text-block--align-center.text-block--full-width.rte p {
    font-size: 20px;
}
.email-signup__fields-row {
    display: flex;
    flex-direction: row;
}


/*  ABOUT CSS  */

.about-banner-desktop { margin-top: -80px; }
.about_bg_img {
    background-image: url(/cdn/shop/files/about-mid-bg-desktop_jpg.png?v=1780471949);
    background-color: rgb(204, 204, 204);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*  Books Page*/
.stars-gray
 {
    font-size: 16px;
    font-weight: 600;
    color: #545252;
    display: flex;
    align-items: center;
}
.stars-gray img
 {
    width: 110px;
    padding-right: 10px;
}
.main-three
 {
    display: flex;
    align-content: center;
    align-items: center;
}
.first-three {
    width: 33%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 1.2;
}
.first-three img
 {
    width: 35px;
    height: auto;
}
.first-three span
 {
    padding-left: 5px;
}
.ecom-column>div.core__column--wrapper, .ec-flex-wp {
    padding: 2px !important;
}
.shipped_class
 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: -20px;
    color: #545252;
    margin-top: 10px;
    line-height:1.2;
}
.shopify-payment-button__more-options {
    font-size: 10px !important;
}
.text-content.ecom-html.has-drop-cap-view-framed {
    color: #636363 !important;
    line-height: 1.2;
}
.ec-product__tax.caption.rte
 {
    font-size: 20px;
    font-weight: 500;
    color: #545252;
}
.ecom-core.ecom-51bkph66v8g .ecom-accordion__title {
    border-style: solid;
    border-bottom-width: 1px !important;
    border-color: #dedede !important;
}
.ecom-block.ecom-core.core__block.elmspace.ecom-kkl2v988wsf
 {
    height: 47.5%;
    overflow: hidden;
    margin-top: 6%;
    margin-bottom: 6%;
}
.ecom-product-single__media--featured img {
    padding: 3px;
}













 /* ── TABLET (≤ 900px) ── */
  @media (max-width: 900px) {
    .header__column--center {
    min-width: 100%;
}

    nav { padding: 14px 32px; }

    /* Discovery & Course: stack vertically */
    .discovery, .course {
      grid-template-columns: 1fr;
      padding: 60px 40px;
      gap: 40px;
      text-align: center;
    }
    .discovery { padding-top: 60px; }
    .discovery-img-wrap { justify-content: center; margin-bottom: 20px; }

    /* Hide vitruvian floating note on tablet */
    .discovery-img-wrap > div > div[style*="right:-70px"] { display: none; }

    .course-device { margin-bottom: 10px; }
    .course-content h2, .course-content .course-subtitle,
    .discovery-content h2, .discovery-content p { text-align: left; }
    .check-list, .feature-list { text-align: left; }

    /* Hero */
    .hero { height: auto; min-height: 480px; padding: 60px 0 0; }
    .hero-content { padding: 0 40px; max-width: 480px; }
    .hero-content h1 { font-size: 40px; }
    .hero-kid { height: 340px; right: 20px; }
    .hero-cube { right: 120px; width: 150px; height: 150px; }

    /* Gallery */
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-section { padding: 60px 32px; }

    /* Footer */
    footer { grid-template-columns: 1fr; }
    .footer-left { padding: 48px 40px 32px; }
    .footer-right { padding: 40px 40px 48px; }
    .footer-bottom { padding: 14px 32px; }

    section { padding: 60px 40px; }
  }

  /* ── MOBILE (≤ 600px) ── */
  @media (max-width: 600px) {
    form#product_form_9304453841149_ecom-52zl56yfgvb {
    margin-top: 40px;
    padding: 10px;
}
 .mobile-show{
    display: block;
  }
  .desktop-show{
    display: none;
  }


   p.announcement-bar__text {
    font-size: 12px;
    font-weight: bold;
   }
   section.hero {
    margin-top: -14.5% !important;
   }
    .hero-content {
    padding-top: 115% !important;
    padding-bottom: 20% !important;
    }
    /* Topbar */
    .topbar { font-size: 10px; letter-spacing: 0.8px; padding: 7px 12px; }

    /* Nav */
    nav {
      padding: 14px 20px;
      flex-wrap: wrap;
      position: relative;
    }
    .nav-toggle { display: flex; }
    .nav-links {
      display: none;
      flex-direction: column;
      gap: 0;
      width: 100%;
      margin-top: 12px;
      border-top: 1px solid rgba(0,0,0,0.07);
      padding-top: 12px;
      padding-bottom: 8px;
    }
    .nav-links.open { display: flex; }
    .nav-links li { width: 100%; }
    .nav-links a {
      display: block;
      padding: 10px 4px;
      font-size: 14px;
      border-bottom: 1px solid rgba(0,0,0,0.04);
    }
   .header__icon--summary .header-drawer-icon {
    margin: auto;
    width: 50px !important;
    height: 50px !important;
    }
    .nav-links a::after { display: none; }
    span.header-logo__image-container.header-logo__image-container--original {
    margin-left: -250%;
    padding-top: 15px;
    }
    details#Details-menu-drawer-container {
    margin-right: -230%;
    }
    /* Hero */
    .hero {
      height: auto;
      min-height: unset;
      padding: 0px 20px 0px;
      align-items: flex-start;
    }
    .hero-content {
      padding: 0;
      max-width: 100%;
    }
    .hero-content h1 { font-size: 30px; line-height: 1.15; text-align: center;}
    .hero-content p { font-size: 15px; margin-bottom: 24px; text-align: center;}
    .hero-btns { flex-direction: column; gap: 12px; flex-wrap: wrap; align-content: center;}
    .btn-gold, .btn-outline { text-align: center; width: 100%; max-width: 280px; padding: 6px 15px;}
    .btn-gold:hover { transform: translateY(-2px) !important;}
    .header__column.header__column--left {
    display: flex !important;
    flex-direction: row-reverse !important;
    width: 100% !important;
    margin-left: -50% !important;
    }
    
  .menu-drawer-container .header__icon--summary {
    color: rgb(255 255 255 / 81%) !important;
    margin-top: 15px;
  }
  .header-section {
    margin-top: -75px;
}
    .hero-kid { height: 220px; right: 10px; bottom: 0; }
    .hero-cube { display: none; }

    /* Sections */
    section { padding: 48px 20px; }
    .section-title { font-size: 26px; }
    .section-title_about { font-size: 22px; }
    .section-text { font-size: 15px; }
    .section-text_about { font-size: 14px; }

    /* Video */
    .video-wrapper { margin-top: 28px; border-radius: 12px; }

    /* Discovery */
    .discovery {
      grid-template-columns: 1fr;
      padding: 48px 20px;
      gap: 0;
      background-image: url(/cdn/shop/files/Section-3-books-mobile-new.png?v=1780380168);
      background-color: #cccccc;
      height: 750px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: grid;
      align-items: center;
    }
    /* Shrink book illustration on mobile */
    .discovery-img-wrap > div {
      transform: scale(0.72);
      transform-origin: top center;
      margin-bottom: -100px;
    }
    .discovery-img-wrap > div > div[style*="right:-70px"] { display: none; }
    .discovery-content h2 { font-size: 24px; text-align: center;}
    .discovery-content { width: 100%; padding: 0 5%;}
    .check-list, .feature-list { text-align: center; }
    /* Course */
    .course {
      grid-template-columns: 1fr;
      padding: 48px 20px;
      gap: 32px;
    }
    .check-list li { padding: 0px 15%; }
      .course {
     background-image: url(/cdn/shop/files/Sales-background-mobile.jpg?v=1780381787);
    background-color: #000000ff;
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
  }
    .course-content h2, .course-content .course-subtitle, .discovery-content h2, .discovery-content p {
        text-align: center; }
    .course-content h2 { font-size: 26px;  text-align: center; padding: 0 6%; }
    .course-device { display: flex; flex-direction: column;}
    .course-device h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    }
    .course .btn-gold { font-size: 20px !important; padding: 20px 60px;}
    #shopify-section-sections--22176345981181__17796107057729eeb8 .size-style {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    }
    .email-signup__fields-row {
    display: flex;
    flex-direction: column;
    }
    form#contact_form input {
    margin-bottom: 10px !important;
    }
    ul.feature-list { padding: 0 15%; }
    rte-formatter.spacing-style.text-block.text-block--AcHpiWmk4VzIwUklDS__text_LEjeGw.rte.text-block--align-center.rte h3 {
    padding: 0 15%;
    font-size: 40px;
    }
    rte-formatter.spacing-style.text-block.text-block--AS1AvVjV3UUFhYzFFW__text_hWWQYd.paragraph.text-block--align-center.text-block--full-width.rte p {
    padding: 0 10%;
    line-height: 1.2;
    }
    .device-phone { display: none; }
    .device-tablet { width: 180px; height: 130px; }

    /* Gallery */
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .gallery-section { padding: 48px 20px; }
    .gallery-icon { font-size: 32px; }

    .instafeed-new-layout-wrapper {
    grid-template-columns: repeat(2, 2fr) !important;
    }
    .instafeed-new-layout-item.image-loaded {
    width: 200px !important;
    height: 200px !important;
    }
   .shipped_class
   {
    font-size: 11px;
   }
   /* ABOUT US*/
   .about-banner-desktop { margin-top: -65px; }
   .about_bg_img {
    background-image: url(/cdn/shop/files/about-mid-bg-mobile_e804ef47-c8f3-474c-828a-6a4f8679ede9.jpg?v=1780476049);
   }

    .footer-main {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    }

    /* Footer */
    footer { grid-template-columns: 1fr; }
    .footer-left { padding: 40px 20px 28px; width:100%; text-align: center; height: auto;}
    .footer-right { padding: 46% 10% 5% 10%; width:100%; text-align: center;
    
    background-image: url(/cdn/shop/files/footer-mobile10.jpg?v=1780395161);
    background-color: #cccccc;
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input { width: 100%; min-width: unset; }
    .newsletter-form button { width: 60%; padding: 5px 24px;}
    .newsletter-sub {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.1;
    }
    .newsletter-form input {
    padding: 4px 18px;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: center;
      gap: 6px;
      padding: 14px 20px;
      text-align: center;
    }
    .footer-bottom span:first-child { display: block; }
    .footer-logo {
    display: flex;
    justify-content: center;
    }
    .social-icons {
    display: flex;
    gap: 12px;
    justify-content: center;
    }

* {

    /* Typography scale-down */
    .discovery-content h2,
    .course-content h2 { font-size: 24px; }
    .newsletter-title { font-size: 22px; margin-bottom: 0px; }
    .hero-bg {
    position: absolute;
    inset: 0;
    background-image: url(/cdn/shop/files/home-mobile-banner-img.jpg?v=1780326824);
    background-color: #cccccc;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  }
