/*
	Theme Name: Play With Lira
	Theme URI: https://fw16.us
	Description: 
	Author: FW16 USA
	Author URI: https://fw16.us
	Version: 3.4.7
	Stable tag: 3.4.7
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


/* ─── RESET & ROOT ─── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --black:   #080808;
    --deep:    #101010;
    --panel:   #181818;
    --gold:    #C9A96E;
    --gold-lt: #E8D5A8;
    --rose:    #C47B6F;
    --cream:   #F0E6D0;
    --muted:   #8a8070;
    --border:  rgba(201,169,110,.18);
    --sans: 'Jost', sans-serif;
    --serif: 'Cormorant Garamond', serif;
    --display: 'Cinzel', serif;
  }
  html { scroll-behavior: smooth; font-size: 16px; }
  body {
    background-color: var(--black) !important;
    color: var(--cream);
    font-family: var(--sans);
    font-weight: 300;
    line-height: 1.7;
    overflow-x: hidden;
  }

  /* ─── GRAIN OVERLAY ─── */
  body::before {
    content: '';
    position: fixed; inset: 0; z-index: 999; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
    opacity: .035;
  }

	a{text-decoration:none !important;}

  /* ─── NAV ─── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 900;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.4rem 3rem;
    background: linear-gradient(to bottom, rgba(8,8,8,.9), transparent);
    transition: background .4s;
  }
  nav.scrolled { background: rgba(8,8,8,.96); border-bottom: 1px solid var(--border); }
  .nav-logo {
    font-family: var(--display);
    font-size: 1.15rem; letter-spacing: .35em; color: var(--gold);
    text-decoration: none;
  }
  .nav-links { display: flex; gap: 2.4rem; }
  .nav-links a {
    font-family: var(--sans); font-size: .75rem; font-weight: 400;
    letter-spacing: .2em; text-transform: uppercase; color: var(--cream);
    text-decoration: none; opacity: .7;
    transition: opacity .2s, color .2s;
  }
  .nav-links a:hover { opacity: 1; color: var(--gold); }
  .nav-cta {
    font-family: var(--sans); font-size: .72rem; font-weight: 500;
    letter-spacing: .18em; text-transform: uppercase;
    background: transparent; border: 1px solid var(--gold);
    color: var(--gold); padding: .55rem 1.4rem;
    text-decoration: none; transition: background .25s, color .25s;
  }
  .nav-cta:hover { background: var(--gold); color: var(--black); }

  /* ─── HERO ─── */
  #hero {
    position: relative; height: 100svh; min-height: 620px;
    display: grid; grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }
  .hero-left {
    display: flex; flex-direction: column;
    justify-content: flex-end; padding: 0 4rem 6rem 5rem;
    position: relative; z-index: 2;
  }
  .hero-tag {
    font-family: var(--sans); font-size: .7rem; font-weight: 400;
    letter-spacing: .35em; text-transform: uppercase; color: var(--gold);
    margin-bottom: 1.6rem; opacity: 0; animation: fadeUp .9s .3s forwards;
    display: flex; align-items: center; gap: .8rem;
  }
  .hero-tag::before {
    content: ''; display: block; width: 2.5rem; height: 1px; background: var(--gold);
  }
  .hero-h1 {
    font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6.5rem);
    font-weight: 300; line-height: 1.05;
    color: var(--cream); margin-bottom: 1.8rem;
    opacity: 0; animation: fadeUp .9s .5s forwards;
  }
  .hero-h1 em { font-style: italic; color: var(--gold-lt); }
  .hero-sub {
    font-size: .95rem; font-weight: 300; color: var(--muted); max-width: 38ch;
    line-height: 1.8; margin-bottom: 2.8rem;
    opacity: 0; animation: fadeUp .9s .7s forwards;
  }
  .hero-actions {
    display: flex; gap: 1.2rem; align-items: center;
    opacity: 0; animation: fadeUp .9s .9s forwards;
  }
  .btn-primary {
    font-family: var(--sans); font-size: .72rem; font-weight: 500;
    letter-spacing: .18em; text-transform: uppercase;
    background: var(--gold); color: var(--black); border: none;
    padding: 1rem 2.4rem; text-decoration: none; display: inline-block;
    transition: background .25s, transform .2s;
  }
  .btn-primary:hover { background: var(--gold-lt); transform: translateY(-2px); }
  .btn-ghost {
    font-family: var(--sans); font-size: .72rem; font-weight: 400;
    letter-spacing: .18em; text-transform: uppercase; color: var(--cream);
    text-decoration: none; display: flex; align-items: center; gap: .6rem;
    opacity: .65; transition: opacity .2s;
  }
  .btn-ghost:hover { opacity: 1; }
  .btn-ghost::after { content: '→'; font-size: .9rem; }

  .hero-right {
    position: relative; overflow: hidden;
  }
  .hero-img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    transform: scale(1.06); animation: zoomOut 1.8s .2s forwards cubic-bezier(.22,1,.36,1);
  }
  .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to right, var(--black) 0%, rgba(8,8,8,.3) 60%, transparent 100%);
  }
  .hero-scroll-hint {
    position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
    font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted);
    display: flex; flex-direction: column; align-items: center; gap: .6rem; z-index: 3;
    opacity: 0; animation: fadeIn 1s 1.4s forwards;
  }
  .scroll-line {
    width: 1px; height: 50px; background: linear-gradient(to bottom, var(--gold), transparent);
    animation: lineDrop 2s 1.6s infinite;
  }

  /* ─── SECTION BASE ─── */
  section { padding: 7rem 5rem; }
  .section-label {
    font-family: var(--sans); font-size: .68rem; font-weight: 400;
    letter-spacing: .35em; text-transform: uppercase; color: var(--gold);
    margin-bottom: 1rem; display: flex; align-items: center; gap: .8rem;
  }
  .section-label::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--gold); }
  .section-h2 {
    font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 300; line-height: 1.1; color: var(--cream); margin-bottom: .5rem;
  }
  .section-h2 em { font-style: italic; color: var(--gold-lt); }

  /* ─── ABOUT ─── */
  #about {
    background: var(--deep);
    display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
  }
  .about-img-wrap {
    position: relative;
  }
  .about-img-wrap img {
    width: 100%; aspect-ratio: 3/4; object-fit: cover;
    display: block;
  }
  .about-img-frame {
    position: absolute; inset: 1.2rem; border: 1px solid rgba(201,169,110,.25); pointer-events: none;
  }
  .about-img-badge {
    position: absolute; bottom: -1.5rem; right: -1.5rem;
    width: 9rem; height: 9rem; border-radius: 50%;
    background: var(--gold); color: var(--black);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-family: var(--serif); font-size: 1.6rem; font-weight: 600; line-height: 1;
  }
  .about-img-badge span { font-family: var(--sans); font-size: .6rem; letter-spacing: .1em; font-weight: 400; }
  .about-text .section-h2 { margin-bottom: 1.8rem; }
  .about-text p { color: var(--muted); font-size: .95rem; margin-bottom: 1.2rem; }
  .about-stats {
    display: flex; gap: 2.5rem; margin-top: 2.5rem; padding-top: 2rem;
    border-top: 1px solid var(--border);
  }
  .stat-num {
    font-family: var(--serif); font-size: 2.4rem; font-weight: 300; color: var(--gold); line-height: 1;
  }
  .stat-label { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-top: .3rem; }

  /* ─── GALLERY ─── */
  #portfolio { background: var(--black); }
  .gallery-intro { max-width: 60%; margin-bottom: 3.5rem; }
  .gallery-intro p { color: var(--muted); font-size: .95rem; }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 280px 280px;
    gap: 12px;
  }
  .gallery-item {
    overflow: hidden; position: relative; 
  }
  .gallery-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 2; }
  .gallery-item:nth-child(2) { grid-column: 3; grid-row: 1; }
  .gallery-item:nth-child(3) { grid-column: 4; grid-row: 1 / 3; }
  .gallery-item:nth-child(4) { grid-column: 1; grid-row: 2; }
  .gallery-item:nth-child(5) { grid-column: 2; grid-row: 2; }
  .gallery-item:nth-child(6) { grid-column: 3; grid-row: 2; }
  .gallery-item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .7s cubic-bezier(.22,1,.36,1);
    display: block;
  }
  .gallery-item:hover img { transform: scale(1.07); }
  .gallery-item-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,.7) 0%, transparent 50%);
    opacity: 0; transition: opacity .4s;
    display: flex; align-items: flex-end; padding: 1.2rem;
  }
  .gallery-item:hover .gallery-item-overlay { opacity: 1; }
  .gallery-item-overlay span {
    font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
  }

  /* ─── PLATFORMS ─── */
  #platforms {
    background: var(--deep);
  }
  .platforms-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 3.5rem;
  }
  .platform-card {
    border: 1px solid var(--border); padding: 2.2rem 1.8rem;
    display: flex; flex-direction: column; gap: .8rem;
    text-decoration: none; position: relative; overflow: hidden;
    transition: border-color .3s, transform .3s;
    background: var(--panel);
  }
  .platform-card::before {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
    background: var(--gold); transform: scaleX(0); transition: transform .35s;
    transform-origin: left;
  }
  .platform-card:hover::before { transform: scaleX(1); }
  .platform-card:hover { border-color: rgba(201,169,110,.4); transform: translateY(-4px); }
  .platform-icon {
    font-size: 1.4rem; margin-bottom: .4rem;
  }
  .platform-name {
    font-family: var(--display); font-size: .85rem; letter-spacing: .15em; color: var(--gold);
  }
  .platform-desc { font-size: .82rem; color: var(--muted); line-height: 1.6; }
  .platform-cta {
    margin-top: auto; padding-top: 1rem;
    font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cream);
    display: flex; align-items: center; gap: .5rem; opacity: .6; transition: opacity .2s;
  }
  .platform-card:hover .platform-cta { opacity: 1; color: var(--gold); }
  .platform-cta::after { content: '→'; }

  /* ─── BRANDS / AURENSIA ─── */
  #brands {
    background: var(--black);
    display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
  }
  .brands-visual {
    position: relative;
  }
  .brands-visual img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover;
    filter: brightness(.85);
  }
  .brands-visual::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(201,169,110,.12), transparent);
    pointer-events: none;
  }
  .brand-badge-row {
    display: flex; align-items: center; gap: 1.2rem;
    margin-top: 2.5rem; padding: 1.4rem 1.8rem;
    border: 1px solid var(--border); background: var(--panel);
  }
  .brand-logo-placeholder {
    font-family: var(--display); font-size: 1.1rem; letter-spacing: .15em; color: var(--gold);
    padding: .6rem 1.4rem; border: 1px solid var(--gold);
  }
  .brand-badge-text { font-size: .82rem; color: var(--muted); }
  .brand-badge-text strong { color: var(--cream); font-weight: 400; }
  .brands-text p { color: var(--muted); font-size: .95rem; margin-bottom: 1.2rem; }
  .brands-text .section-h2 { margin-bottom: 1.8rem; }
  .brand-features {
    margin-top: 2rem; display: flex; flex-direction: column; gap: .9rem;
  }
  .brand-feature {
    display: flex; align-items: center; gap: 1rem;
    font-size: .85rem; color: var(--muted);
  }
  .brand-feature::before {
    content: ''; display: block; width: 6px; height: 6px;
    background: var(--gold); border-radius: 50%; flex-shrink: 0;
  }

  /* ─── FAQ ─── */
  #faq { background: var(--deep); }
  .faq-wrap { margin-top: 3.5rem; }
  .faq-item {
    border-bottom: 1px solid var(--border);
    overflow: hidden;
  }
  .faq-q {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.4rem 0; 
    font-family: var(--serif); font-size: 1.15rem; color: var(--cream);
    transition: color .2s;
  }
  .faq-item.open .faq-q { color: var(--gold); }
  .faq-icon {
    font-size: 1.3rem; color: var(--gold); flex-shrink: 0;
    transition: transform .35s;
  }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  .faq-a {
    font-size: .88rem; color: var(--muted); line-height: 1.8;
    max-height: 0; overflow: hidden;
    transition: max-height .45s cubic-bezier(.22,1,.36,1), padding .35s;
  }
  .faq-item.open .faq-a { max-height: 200px; padding-bottom: 1.4rem; }

  /* ─── CONTACT ─── */
  #contact {
    background: var(--black);
    text-align: center; padding: 8rem 5rem;
  }
  #contact .section-label { justify-content: center; }
  #contact .section-label::before { display: none; }
  #contact .section-h2 { max-width: 16ch; margin: 0 auto 2rem; }
  #contact p { color: var(--muted); font-size: .95rem; max-width: 50ch; margin: 0 auto 3rem; }
  .contact-email {
    font-family: var(--serif); font-size: 1.6rem; color: var(--gold);
    text-decoration: none; border-bottom: 1px solid rgba(201,169,110,.4);
    padding-bottom: .3rem; transition: border-color .25s;
  }
  .contact-email:hover { border-color: var(--gold); }

  /* ─── FOOTER ─── */
  footer {
    background: var(--deep); padding: 2.5rem 5rem;
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid var(--border);
  }
  .footer-logo { font-family: var(--display); font-size: 1rem; letter-spacing: .3em; color: var(--gold); }
  .footer-links { display: flex; gap: 2rem; }
  .footer-links a { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color .2s; }
  .footer-links a:hover { color: var(--gold); }
  .footer-copy { font-size: .72rem; color: var(--muted); }


  /* ─── KEYFRAMES ─── */
  @keyframes fadeUp { from { opacity:0; transform: translateY(22px); } to { opacity:1; transform: none; } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes zoomOut { from { transform: scale(1.06); } to { transform: scale(1); } }
  @keyframes lineDrop { 0%,100% { opacity:0; transform: scaleY(.3); transform-origin: top; } 50% { opacity:1; transform: scaleY(1); } }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 1024px) {
    nav { padding: 1.2rem 2rem; }
    section { padding: 5rem 2.5rem; }
    #hero { grid-template-columns: 1fr; }
    .hero-right { position: absolute; inset: 0; z-index: 0; }
    .hero-left { z-index: 2; padding: 0 2.5rem 5rem; justify-content: flex-end; }
    .hero-overlay { background: linear-gradient(to top, rgba(8,8,8,.88) 30%, rgba(8,8,8,.4) 100%); }
    #about, #brands { grid-template-columns: 1fr; gap: 3rem; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-item { grid-column: auto !important; grid-row: auto !important; height: 240px; }
    .platforms-grid { grid-template-columns: 1fr 1fr; }
    footer { flex-direction: column; gap: 1rem; text-align: center; }
    .nav-links { display: none; }
  }
  @media (max-width: 600px) {
    section { padding: 4rem 1.5rem; }
    .platforms-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item { height: 280px !important; }
    .about-img-badge { width: 7rem; height: 7rem; font-size: 1.3rem; }
  }