/*
Theme Name: NP Studio Theme
Theme URI: https://npstudiokyiv.com/
Author: NP Studio update
Author URI: https://npstudiokyiv.com/
Description: Standalone parent WordPress theme for NP Studio Kyiv. Includes a modern advertising landing page, responsive mobile menu, embedded images and conversion-focused blocks.
Version: 2.5.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: np-studio-theme
*/

:root {
  --np-page-ink: #191525;
  --np-page-muted: #6b6476;
  --np-page-bg: #fff8f1;
  --np-page-accent: #ff6b3d;
  --np-page-border: rgba(25, 21, 37, .12);
}

body {
  margin: 0;
  color: var(--np-page-ink);
  background: #fff;
  font-family: Inter, Manrope, Arial, sans-serif;
}

a { color: inherit; }

.np-default-page {
  min-height: 70vh;
  padding: 64px 18px;
  background: linear-gradient(180deg, var(--np-page-bg), #fff);
}

.np-default-page__inner {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 36px;
  border: 1px solid var(--np-page-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(25, 21, 37, .08);
}

.np-default-page h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.np-default-page p,
.np-default-page li {
  color: var(--np-page-muted);
  font-size: 17px;
  line-height: 1.7;
}

.np-default-header,
.np-default-footer {
  padding: 20px 18px;
  border-bottom: 1px solid var(--np-page-border);
  background: #fff;
}

.np-default-footer {
  border-top: 1px solid var(--np-page-border);
  border-bottom: 0;
}

.np-default-header__inner,
.np-default-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.np-default-logo {
  font-weight: 950;
  text-decoration: none;
}

.np-default-home {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--np-page-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 640px) {
  .np-default-page { padding: 36px 12px; }
  .np-default-page__inner { padding: 24px; border-radius: 22px; }
  .np-default-header__inner,
  .np-default-footer__inner { align-items: flex-start; flex-direction: column; }
}
