@font-face {
      font-family: 'Liber Grotesque';
      src: url('https://thelittleplayavenue.com/wp-content/uploads/2023/11/LiberGrotesqueFamily-Light.woff2') format('woff2');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'Liber Grotesque';
      src: url('https://thelittleplayavenue.com/wp-content/uploads/2023/11/LiberGrotesqueFamily-Regular.woff2') format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'Liber Grotesque';
      src: url('https://thelittleplayavenue.com/wp-content/uploads/2023/11/LiberGrotesqueFamily-SemiBold.woff2') format('woff2');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'Liber Grotesque';
      src: url('https://thelittleplayavenue.com/wp-content/uploads/2023/11/LiberGrotesqueFamily-Bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

:root {
      --creme-brulee: #F0ECDA;
      --sunday-brunch: #C39C55;
      --cherry-apple: #E22E2C;
      --cloudy-skies: #C2D2E3;
      --confetti-blue: #054158;
      --quiet-time: #2E3C3C;
      --lolli-pop: #EAD6D8;
      --corduroy-jacket: #962E31;
      --hushed-lullaby: #E0E6E4;
      --denim-jacket: #486A79;
    }

    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Work Sans', sans-serif;
      background: #FFFFFF;
      color: var(--confetti-blue);
      line-height: 1.7;
      overflow-x: hidden;
    }

    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-20px); }
    }
    @keyframes gentleSpin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    @keyframes drift {
      0%, 100% { transform: translateX(0); }
      50% { transform: translateX(18px); }
    }
    @keyframes wanderH {
      0%, 100% { transform: translateX(0); }
      25% { transform: translateX(12px); }
      75% { transform: translateX(-12px); }
    }
    @keyframes twinkle {
      0%, 100% { opacity: 0; transform: scale(0.4); }
      25% { opacity: 0.7; transform: scale(0.85); }
      50% { opacity: 0.9; transform: scale(1); }
      75% { opacity: 0.5; transform: scale(0.7); }
    }
    .hero-star path {
      fill: #FFFFFF;
      animation: starColorShift 5s ease-in-out infinite;
    }
    @keyframes starColorShift {
      0%, 15% { fill: #FFFFFF; }
      50%, 65% { fill: #C39C55; }
      100% { fill: #FFFFFF; }
    }
    @keyframes fadeUp {
      0% { opacity: 0; transform: translateY(25px); }
      100% { opacity: 1; transform: translateY(0); }
    }
    @keyframes logoEntrance {
      0% { opacity: 0; transform: scale(0.7) translateY(30px); filter: blur(6px); }
      40% { opacity: 0.6; transform: scale(1.03) translateY(-4px); filter: blur(0); }
      70% { opacity: 1; transform: scale(0.98) translateY(2px); }
      100% { opacity: 1; transform: scale(1) translateY(0); }
    }
    @keyframes pulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.04); }
    }
    @keyframes rayGlow {
      0%, 100% { opacity: 0.08; }
      50% { opacity: 0.2; }
    }
    @keyframes floatIcon {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      33% { transform: translateY(-15px) rotate(3deg); }
      66% { transform: translateY(-8px) rotate(-2deg); }
    }
    @keyframes driftSlow {
      0%, 100% { transform: translate(0, 0); }
      25% { transform: translate(8px, -12px); }
      50% { transform: translate(-5px, -20px); }
      75% { transform: translate(10px, -8px); }
    }

    .scroll-reveal {
      opacity: 0;
      transform: translateY(25px);
      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);
    }
    .scroll-reveal.revealed {
      opacity: 1;
      transform: translateY(0);
    }

    /* ===== HERO ===== */
    .hero {
      position: relative;
      min-height: 420px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 80px 24px 60px;
      background: var(--confetti-blue);
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 30%, rgba(194,210,227,0.12) 0%, transparent 65%);
      animation: rayGlow 10s ease-in-out infinite;
      pointer-events: none;
    }
    .hero::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--sunday-brunch), transparent);
      opacity: 0.4;
    }

    .hero-icon {
      position: absolute;
      opacity: 0.22;
      pointer-events: none;
      z-index: 0;
    }
    .hero-star {
      position: absolute;
      pointer-events: none;
      z-index: 0;
      opacity: 0;
    }

    .hero-logo {
      max-width: 460px;
      width: 80%;
      margin: 0 auto 36px auto;
      display: block;
      position: relative;
      z-index: 1;
      animation: logoEntrance 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
    }
    .hero h1 {
      font-family: 'Work Sans', sans-serif;
      font-weight: 200;
      font-size: clamp(1.4rem, 3.5vw, 2.2rem);
      color: var(--creme-brulee);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      width: 100%;
      text-align: center;
      animation: fadeUp 1.2s ease-out 0.2s both;
    }
    .hero-divider {
      width: 60px;
      height: 1px;
      background: var(--sunday-brunch);
      margin: 20px auto 16px;
      position: relative;
      z-index: 1;
      animation: fadeUp 1.2s ease-out 0.35s both;
    }
    .hero-subtitle {
      font-family: 'Work Sans', sans-serif;
      font-weight: 300;
      font-size: 0.92rem;
      color: var(--cloudy-skies);
      letter-spacing: 0.06em;
      position: relative;
      z-index: 1;
      opacity: 0.85;
      animation: fadeUp 1.2s ease-out 0.5s both;
    }

    /* ===== SECTION NAV ===== */
    .section-nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(255,255,255,0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(5,65,88,0.06);
      padding: 14px 20px;
      display: flex;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
    }
    .nav-pill {
      display: inline-block;
      padding: 9px 22px;
      border-radius: 50px;
      font-family: 'Work Sans', sans-serif;
      font-size: 0.98rem;
      font-weight: 400;
      letter-spacing: 0.04em;
      color: var(--confetti-blue);
      text-decoration: none;
      border: 1px solid rgba(5,65,88,0.12);
      transition: all 0.3s ease;
      white-space: nowrap;
    }
    .nav-pill:hover, .nav-pill.active {
      background: var(--cloudy-skies);
      color: var(--denim-jacket);
      border-color: var(--cloudy-skies);
    }

    /* ===== MAIN CONTENT ===== */
    .main-content {
      max-width: 780px;
      margin: 0 auto;
      padding: 50px 24px 60px;
    }

    .section-title {
      font-family: 'Work Sans', sans-serif;
      font-weight: 300;
      font-size: clamp(1.1rem, 2.2vw, 1.45rem);
      color: var(--confetti-blue);
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-bottom: 32px;
      position: relative;
    }
    .section-title::after {
      content: '';
      display: block;
      width: 40px;
      height: 1px;
      background: var(--sunday-brunch);
      margin: 14px auto 0;
    }

    .faq-section { margin-bottom: 16px; }
    .faq-list { display: flex; flex-direction: column; gap: 0; }
    .faq-item {
      border-bottom: 1px solid rgba(5,65,88,0.08);
    }
    .faq-item:first-child {
      border-top: 1px solid rgba(5,65,88,0.08);
    }
    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 4px;
      background: none;
      border: none;
      cursor: pointer;
      font-family: 'Work Sans', sans-serif;
      font-size: 0.98rem;
      font-weight: 400;
      color: var(--confetti-blue);
      text-align: left;
      letter-spacing: 0.01em;
      line-height: 1.5;
      transition: color 0.2s;
    }
    .faq-question:hover {
      opacity: 0.7;
    }
    .q-text { flex: 1; }
    .q-toggle {
      flex-shrink: 0;
      color: var(--sunday-brunch);
      transition: transform 0.35s ease;
      opacity: 0.7;
    }
    .faq-question[aria-expanded="true"] .q-toggle {
      transform: rotate(180deg);
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s ease;
    }
    .faq-answer.open {
      max-height: 600px;
      padding: 0 4px 24px 4px;
    }
    .faq-answer p {
      font-size: 0.93rem;
      line-height: 1.85;
      color: var(--quiet-time);
      font-weight: 300;
    }

    .section-decorator {
      text-align: center;
      padding: 36px 0;
    }
    .section-decorator img {
      width: 44px;
      height: auto;
      opacity: 0.15;
    }

    /* ===== CTA ===== */
    .cta-section {
      background: var(--confetti-blue);
      text-align: center;
      padding: 70px 24px;
      position: relative;
      overflow: hidden;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 50%, rgba(195,156,85,0.06) 0%, transparent 60%);
      animation: rayGlow 8s ease-in-out infinite;
    }
    .cta-tagline {
      max-width: 280px;
      width: 60%;
      margin: 0 auto 36px;
      position: relative;
      z-index: 1;
    }
    .cta-buttons {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }
    .cta-btn {
      display: inline-block;
      padding: 14px 36px;
      border-radius: 0;
      text-decoration: none;
      font-family: 'Work Sans', sans-serif;
      font-weight: 400;
      font-size: 0.85rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      transition: all 0.3s ease;
    }
    .cta-primary {
      background: var(--sunday-brunch);
      color: #fff;
    }
    .cta-primary:hover {
      background: #d4aa60;
    }
    .cta-secondary {
      background: transparent;
      color: var(--creme-brulee);
      border: 1px solid rgba(240,236,218,0.3);
    }
    .cta-secondary:hover {
      background: #FFFFFF;
      color: var(--sunday-brunch);
      border-color: #FFFFFF;
    }

    /* ===== FOOTER ===== */
    .site-footer {
      background: #C1D1E2;
      color: #054157;
      padding: 30px 0 20px;
    }
    .footer-inner {
      max-width: 1270px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      gap: 0;
    }
    .footer-nav-cols {
      width: 40%;
      display: flex;
      gap: 0;
    }
    .footer-col {
      flex: 1;
      text-align: center;
    }
    .footer-col h6 {
      font-family: 'Liber Grotesque', 'Work Sans', sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 35px;
      color: #054157;
      margin: 0;
      text-transform: lowercase;
    }
    .footer-col p {
      font-family: 'Liber Grotesque', 'Work Sans', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 35px;
      color: #054157;
      margin: 0;
    }
    .footer-col a {
      font-family: 'Liber Grotesque', 'Work Sans', sans-serif;
      color: #054157;
      text-decoration: none;
      transition: opacity 0.2s;
    }
    .footer-col a:hover { opacity: 0.7; }
    .footer-right {
      width: 60%;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .footer-social-row {
      display: flex;
      justify-content: flex-end;
      gap: 0;
    }
    .footer-social-row a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      color: #054157;
      transition: opacity 0.2s;
    }
    .footer-social-row a:hover { opacity: 0.7; }
    .footer-social-row svg { width: 25px; height: 25px; }
    .footer-logo-area {
      text-align: right;
      margin-bottom: 20px;
    }
    .footer-logo-area img {
      max-width: 180px;
      height: auto;
    }
    .footer-contact {
      text-align: right;
    }
    .footer-contact span {
      font-family: 'Work Sans', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 27px;
      color: #054157;
    }
    .footer-contact a { color: #054157; text-decoration: none; }
    .footer-bottom {
      max-width: 1270px;
      margin: 0 auto;
      padding: 10px 20px 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 5px;
    }
    .footer-copyright {
      font-family: 'Work Sans', sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 17px;
      color: #054157;
    }
    .footer-legal {
      display: flex;
      gap: 5px;
      font-family: 'Work Sans', sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 17px;
      color: #054157;
    }
    .footer-legal a { color: #054157; text-decoration: none; }
    .footer-legal a:hover { text-decoration: underline; }

    .hero-logo-link {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
    }

    /* Tablet */
    @media (max-width: 1024px) {
      .footer-nav-cols { width: 50%; }
      .footer-right { width: 50%; }
      .main-content { padding: 40px 20px 50px; }
      .cta-section { padding: 55px 20px; }
    }

    /* Mobile */
    @media (max-width: 768px) {
      .hero { min-height: 320px; padding: 55px 20px 45px; }
      .hero-logo { width: 75%; max-width: 340px; }
      .hero h1 { font-size: 1.2rem; letter-spacing: 0.08em; }
      .hero-subtitle { font-size: 0.82rem; }
      .hero-icon { display: none; }
      .section-nav { gap: 6px; padding: 12px 16px; }
      .nav-pill { padding: 6px 14px; font-size: 0.78rem; }
      .main-content { padding: 30px 16px 40px; }
      .section-title { font-size: 1rem; letter-spacing: 0.1em; margin-bottom: 24px; }
      .faq-question { padding: 16px 2px; font-size: 0.92rem; }
      .faq-answer.open { padding: 0 2px 20px 2px; }
      .faq-answer p { font-size: 0.88rem; line-height: 1.75; }
      .section-decorator { padding: 24px 0; }
      .section-decorator img { width: 36px; }
      .cta-section { padding: 50px 20px; }
      .cta-tagline { width: 70%; max-width: 240px; }
      .cta-btn { padding: 12px 28px; font-size: 0.8rem; }
      .footer-inner { flex-direction: column; align-items: center; gap: 25px; }
      .footer-nav-cols { width: 100%; justify-content: center; }
      .footer-right { width: 100%; align-items: center; }
      .footer-social-row { justify-content: center; }
      .footer-logo-area { text-align: center; }
      .footer-contact { text-align: center; }
      .footer-bottom { align-items: center; }
    }

    /* Small mobile */
    @media (max-width: 480px) {
      .hero { min-height: 280px; padding: 45px 16px 38px; }
      .hero-logo { width: 80%; max-width: 300px; }
      .hero h1 { font-size: 1rem; }
      .nav-pill { padding: 5px 10px; font-size: 0.72rem; }
      .section-nav { gap: 4px; padding: 10px 12px; }
      .faq-question { gap: 10px; }
    }