/*
Theme Name: Neeha Premium
Theme URI: https://neeha.art/
Author: Neeha Arts
Author URI: https://neeha.art/
Description: A premium single-page theme for Neeha Arts — custom framing and curated artwork in Aundh, Pune. Editorial light visual system, GSAP scroll choreography, an interactive frame visualiser, and full text/image editing through the Customizer or Elementor.
Version: 1.6.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neeha
Tags: one-column, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, translation-ready
*/

/* ───────────────────────────────────────────────────────────────────────
   The design system lives in assets/css/neeha.css (enqueued separately).
   This file carries the theme header plus WordPress-specific glue only.
   ─────────────────────────────────────────────────────────────────────── */

.screen-reader-text{
  border:0; clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden;
  padding:0; position:absolute; width:1px; word-wrap:normal;
}
.screen-reader-text:focus{
  clip-path:none; height:auto; width:auto; z-index:100000;
  background:#15120E; color:#F5F2EB; display:block;
  font-size:.8rem; letter-spacing:.14em; text-transform:uppercase;
  left:16px; top:16px; padding:14px 22px; border-radius:999px;
}

/* honeypot — never shown to a human */
.nh-hp{
  position:absolute !important; left:-9999px !important;
  width:1px; height:1px; opacity:0; pointer-events:none;
}

/* admin bar offset — the hide transform has to clear the bar's height too, or
   the header stalls that far down the screen instead of leaving it. */
body.admin-bar .nav{ top:32px; }
body.admin-bar .nav.is-hidden{ transform:translateY(calc(-101% - 32px)); }
@media screen and (max-width:782px){
  body.admin-bar .nav{ top:46px; }
  body.admin-bar .nav.is-hidden{ transform:translateY(calc(-101% - 46px)); }
}
body.admin-bar .menu{ top:32px; }
@media screen and (max-width:782px){ body.admin-bar .menu{ top:46px; } }

/* fallback templates (index.php / page.php / 404.php) */
.nh-page{
  max-width:var(--maxw); margin-inline:auto;
  padding:clamp(140px,20vh,220px) var(--gut) var(--sec);
}
.nh-page__title{ margin-bottom:clamp(24px,4vw,48px); }
.nh-page__content > * + *{ margin-top:1.2em; }
.nh-page__content h2,.nh-page__content h3{ font-family:var(--ff-d); font-weight:400; margin-top:1.6em; }
.nh-page__content a{ border-bottom:1px solid var(--line); }
.nh-page__content img{ height:auto; }
.nh-page__content ul{ list-style:disc; padding-left:1.3em; }
.nh-page__content ul li{ list-style:disc; }

/* Elementor: let a dropped Neeha section span the full canvas width */
.elementor-widget-container > .hero,
.elementor-widget-container > section,
.elementor-widget-container > .ticker{ width:100%; }
