/*
Theme Name: Prof NaKo
Theme URI: https://www.instagram.com/prof.nako
Author: Prof NaKo – Natali
Author URI: https://www.instagram.com/prof.nako
Description: Tema professionale per Prof NaKo – Social Media & Video Marketing in Sardegna. Design minimale editoriale, desktop + mobile, palette oro/dark, ottimizzato per conversioni WhatsApp.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: profnako
Tags: one-page, business, marketing, custom-menu, custom-logo, editorial, minimal, responsive
*/

/* Fonts: Cormorant (display serif) · Manrope (text) · Dancing Script (accent) */

:root {
  --ink:        #1c1a17;
  --ink-soft:   #423d35;
  --paper:      #ffffff;
  --paper-warm: #faf7f2;
  --cream:      #f3ede2;
  --gold:       #b08d3f;
  --gold-deep:  #8a6e2f;
  --gold-soft:  #d8c393;
  --muted:      #7a7266;
  --line:       #eae3d6;
  --white:      #ffffff;

  --font-body:  'Manrope', system-ui, -apple-system, sans-serif;
  --font-sans:  'Manrope', system-ui, -apple-system, sans-serif;
  --font-serif: 'Cormorant', Georgia, 'Times New Roman', serif;
  --font-hand:  'Dancing Script', 'Segoe Script', cursive;

  --sidebar-w:  280px;
  --topbar-h:   66px;
  --radius:     12px;
  --radius-lg:  20px;
  --shadow-sm:  0 4px 18px rgba(28,26,23,0.06);
  --shadow:     0 14px 50px rgba(28,26,23,0.10);
  --shadow-dark:0 24px 70px rgba(0,0,0,0.28);
  --wrap:       1180px;
  --ease:       cubic-bezier(.2,.7,.3,1);
}

/* prevent horizontal scroll (clip does NOT break position:sticky) */
html, body { max-width: 100%; overflow-x: clip; }
#page, .site { max-width: 100%; overflow-x: clip; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: clip; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  font-family: var(--font-body); color: var(--ink); background: var(--paper);
  overflow-x: clip; width: 100%; font-weight: 400; line-height: 1.65; letter-spacing: -0.005em;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img, video { max-width: 100%; display: block; }
::selection { background: var(--gold-soft); color: var(--ink); }

/* ===== TYPO HELPERS ===== */
.eyebrow {
  font-family: var(--font-hand); font-weight: 600; color: var(--gold-deep);
  font-size: clamp(22px, 2.4vw, 30px); line-height: 1; display: inline-block; margin-bottom: 6px;
}
.eyebrow.center { display: block; text-align: center; }

/* ===== GOLD ICON TILES ===== */
.pn-ic { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0; background: var(--cream); color: var(--gold-deep); }
.pn-ic svg { width: 22px; height: 22px; }
.pn-ic--lg { width: 50px; height: 50px; border-radius: 14px; }
.pn-ic--lg svg { width: 26px; height: 26px; }
.pn-ic--dark { background: rgba(255,255,255,0.14); color: #fff; }

/* ===== LAYOUT ===== */
#page { padding: 0; }
main { display: block; }
.container { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }
.pn-section { padding: clamp(52px, 6vw, 96px) 0; }

.section-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-hand); font-weight: 600; font-size: clamp(20px, 2.1vw, 27px);
  letter-spacing: 0; text-transform: none; color: var(--gold-deep); margin-bottom: 6px; line-height: 1;
}
.section-label::before { content: ""; width: 26px; height: 1px; background: var(--gold); }
.section-label.center { display: flex; justify-content: center; }
.section-label.center::after { content: ""; width: 26px; height: 1px; background: var(--gold); }
.section-title { font-family: var(--font-serif); font-size: clamp(33px, 4.6vw, 60px); font-weight: 700; line-height: 0.98; letter-spacing: -0.015em; color: var(--ink); }
.section-title em { font-style: italic; font-family: var(--font-serif); font-weight: 600; color: var(--gold-deep); font-size: 0.86em; }
.section-title.center { text-align: center; }
.section-title { margin-bottom: clamp(22px, 2.6vw, 32px); }
.section-title:has(+ .section-sub) { margin-bottom: 10px; }
.about-text .section-title { margin-bottom: 18px; }
.section-sub { color: var(--muted); font-size: clamp(15px, 1.5vw, 20px); max-width: 660px; line-height: 1.7; text-align: center; margin: 0 auto clamp(26px, 3vw, 40px); }

/* ===== BUTTONS ===== */
.btn-primary { display: inline-flex; align-items: center; gap: 9px; background: var(--ink); color: #fff; padding: 15px 30px; border-radius: 999px; font-family: var(--font-sans); font-weight: 600; font-size: 14px; letter-spacing: 0.2px; transition: transform .3s var(--ease), background .3s, box-shadow .3s; white-space: nowrap; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--gold-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(138,110,47,0.30); }
.btn-primary svg { width: 18px; height: 18px; }
.btn-primary.btn-white { background: #fff; color: var(--ink); }
.btn-primary.btn-white:hover { background: var(--cream); color: var(--ink); }
.btn-primary.btn-gold { background: var(--gold); }
.btn-primary.btn-gold:hover { background: var(--gold-deep); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); border: 1.5px solid var(--ink); padding: 14px 28px; border-radius: 999px; font-family: var(--font-sans); font-weight: 600; font-size: 14px; transition: all .3s var(--ease); }
.btn-secondary:hover { background: var(--ink); color: #fff; }

/* ═══ PROMO BANNER ═══ */
.pn-promo-banner { position: relative; z-index: 5; background: var(--gold); color: #fff; text-align: center; padding: 12px 50px; font-family: var(--font-hand); font-weight: 600; font-size: clamp(19px, 2.1vw, 24px); line-height: 1.25; }
.pn-promo-banner.hidden { display: none; }
.promo-close { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #fff; font-size: 19px; cursor: pointer; line-height: 1; padding: 6px; opacity: .9; transition: opacity .2s; }
.promo-close:hover { opacity: 1; }

/* ═══ TOPBAR — sticky ═══ */
.pn-topbar { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.9); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 26px; height: var(--topbar-h); padding: 0 clamp(18px, 4vw, 44px); transition: transform .38s var(--ease), box-shadow .3s; }
.pn-topbar.pn-hide { transform: translateY(-102%); }
.pn-topbar.pn-scrolled { box-shadow: 0 6px 24px rgba(28,26,23,0.07); }
body.admin-bar .pn-topbar { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .pn-topbar { top: 46px; } }

.pn-menu-btn { display: none; align-items: center; gap: 12px; background: none; border: none; cursor: pointer; padding: 6px 2px; color: var(--ink); }
.pn-menu-btn .bars { display: flex; flex-direction: column; gap: 5px; }
.pn-menu-btn .bar { display: block; width: 26px; height: 2px; background: currentColor; border-radius: 2px; transition: all .3s; }
.pn-menu-btn.is-open .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pn-menu-btn.is-open .bar:nth-child(2) { opacity: 0; }
.pn-menu-btn.is-open .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.menu-label { font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: 2px; color: var(--ink); }

.pn-brand { display: flex; align-items: center; margin-right: auto; }
.pn-brand img, .pn-brand .custom-logo { height: 42px; width: auto; }

.pn-nav { display: flex; align-items: center; gap: 28px; }
.pn-nav a { font-family: var(--font-sans); font-size: 15.5px; font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0; transition: color .2s; }
.pn-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--gold); transition: width .28s var(--ease); }
.pn-nav a:hover, .pn-nav a.active { color: var(--ink); }
.pn-nav a:hover::after, .pn-nav a.active::after { width: 100%; }

.pn-topbar-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; border: 2px solid var(--ink); padding: 10px 20px; border-radius: 999px; white-space: nowrap; font-family: var(--font-sans); font-size: 13px; font-weight: 600; letter-spacing: .2px; transition: background .2s, color .2s, transform .2s; }
.pn-topbar-cta:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: #fff; transform: translateY(-1px); }
.pn-topbar-cta svg { width: 16px; height: 16px; }

/* ===== SIDEBAR DRAWER (mobile menu) ===== */
#profnako-sidebar { position: fixed; left: 0; top: 0; bottom: 0; width: var(--sidebar-w); max-width: 84vw; background: var(--cream); display: flex; flex-direction: column; z-index: 1200; transform: translateX(-100%); transition: transform .35s var(--ease); overflow-y: auto; box-shadow: 8px 0 40px rgba(28,26,23,0.22); }
#profnako-sidebar.open { transform: translateX(0); }
.sidebar-logo { padding: 30px 26px 22px; border-bottom: 1px solid rgba(28,26,23,0.10); display: flex; justify-content: center; }
.sidebar-logo img, .sidebar-logo .custom-logo { width: 150px; height: auto; }
.sidebar-menu { flex: 1; padding: 18px 0; }
.sidebar-menu li { padding: 1px 0; }
.sidebar-menu a { display: flex; align-items: center; gap: 14px; padding: 13px 26px; color: var(--ink-soft); font-family: var(--font-sans); font-size: 15px; font-weight: 500; border-left: 2px solid transparent; transition: all .2s; }
.sidebar-menu a:hover, .sidebar-menu .active, .sidebar-menu .current-menu-item > a { color: var(--ink); background: rgba(176,141,63,0.16); border-left-color: var(--gold); }
.nav-icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; color: var(--gold-deep); }
.nav-icon svg { width: 19px; height: 19px; }
.sidebar-cta { padding: 18px 26px; border-top: 1px solid rgba(28,26,23,0.10); }
.btn-cta-side { display: block; text-align: center; background: var(--gold); color: #fff; padding: 13px 16px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: background .2s; }
.btn-cta-side:hover { background: var(--gold-deep); }
.sidebar-socials { display: flex; justify-content: center; gap: 18px; padding: 16px 26px 28px; }
.soc-icon { color: rgba(28,26,23,0.5); width: 26px; height: 26px; transition: color .2s, transform .2s; }
.soc-icon svg { width: 100%; height: 100%; }
.soc-icon:hover { color: var(--gold-deep); transform: translateY(-2px); }
.pn-overlay { display: none; position: fixed; inset: 0; z-index: 1150; background: rgba(20,18,15,0.55); backdrop-filter: blur(2px); }
.pn-overlay.active { display: block; }

/* ═══ HERO ═══ */
.pn-hero { position: relative; overflow: hidden; padding: clamp(52px, 7vw, 96px) 0 clamp(60px, 8vw, 110px); background: radial-gradient(circle at 82% 30%, rgba(176,141,63,0.09), transparent 55%), linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%); }
.hero-grid { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(32px, 5vw, 72px); }
.hero-content { position: relative; z-index: 2; }
.hero-title { font-family: var(--font-serif); font-weight: 700; font-size: clamp(44px, 4.8vw, 64px); line-height: 0.95; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 22px; }
.hero-title-accent { font-family: var(--font-hand); font-weight: 600; font-style: normal; color: var(--gold-deep); font-size: 1.06em; }
.hero-subtitle { font-size: clamp(16px, 1.55vw, 20px); color: var(--muted); line-height: 1.7; max-width: 500px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust-num { font-family: var(--font-serif); font-size: 30px; font-weight: 600; color: var(--ink); line-height: 1; }
.hero-trust-label { font-size: 13.5px; color: var(--muted); letter-spacing: .3px; margin-top: 4px; }
.hero-trust-divider { width: 1px; height: 34px; background: var(--line); }

.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-phone { position: relative; }
.phone-frame { position: relative; width: clamp(240px, 30vw, 300px); aspect-ratio: 9 / 19; background: #17140f; border-radius: 44px; padding: 11px; box-shadow: var(--shadow-dark); border: 1px solid rgba(255,255,255,0.06); }
.phone-screen { position: relative; width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #0d0b09; }
.phone-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phone-media--placeholder { background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.35)), linear-gradient(150deg, #8a6e2f, #b08d3f 55%, #1f1b16); }
.phone-top { position: absolute; top: 0; left: 0; right: 0; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 16px 14px 26px; background: linear-gradient(180deg, rgba(0,0,0,0.55), transparent); }
.phone-avatar { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); border: 1.5px solid rgba(255,255,255,0.85); }
.phone-user-name { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: #fff; line-height: 1.1; }
.phone-user-loc { font-size: 10px; color: rgba(255,255,255,0.85); }
.phone-bottom { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; display: flex; align-items: center; gap: 16px; padding: 30px 14px 16px; background: linear-gradient(0deg, rgba(0,0,0,0.55), transparent); color: #fff; }
.phone-stat { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; }
.phone-stat svg { width: 16px; height: 16px; }
.phone-play { position: absolute; z-index: 4; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,0.18); border: 1.5px solid rgba(255,255,255,0.6); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; pointer-events: none; }
.phone-play svg { width: 22px; height: 22px; fill: #fff; margin-left: 3px; }
.phone-frame.has-video .phone-play { display: none; }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,0.96); border: 1px solid var(--line); border-radius: 14px; padding: 11px 15px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 9px; white-space: nowrap; animation: float 3.4s ease-in-out infinite; }
.floating-card .fc-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.floating-card .fc-num { font-family: var(--font-serif); font-weight: 600; font-size: 20px; color: var(--ink); line-height: 1; }
.floating-card .fc-label { font-size: 12.5px; color: var(--muted); }
.floating-card .fc-col { display: flex; flex-direction: column; gap: 1px; }
.fc-1 { top: 12%; right: -6%; animation-delay: 0s; }
.fc-2 { top: 46%; left: -12%; animation-delay: .9s; }
.fc-3 { bottom: 10%; right: -8%; animation-delay: 1.8s; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }

/* ═══ ABOUT ═══ */
.pn-about { background: #c3c7ca; }
.pn-about .section-label { color: var(--gold-deep); margin-bottom: clamp(14px, 2vw, 26px); position: relative; z-index: 3; }
.about-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; align-items: end; gap: clamp(8px, 1.4vw, 22px); }
.about-img-wrap { position: relative; display: flex; align-items: flex-end; justify-content: center; }
.about-photo { position: static; display: block; width: 100%; height: auto; max-width: 100%; object-fit: contain; }
.about-badge-sardinia { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.92); color: var(--ink); backdrop-filter: blur(6px); padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; box-shadow: var(--shadow-sm); z-index: 2; }
.about-badge-sardinia svg { width: 15px; height: 15px; color: var(--gold-deep); }
.about-text { display: flex; flex-direction: column; justify-content: flex-start; }
.about-text .section-title { margin-bottom: 20px; }
.about-text p { color: var(--ink-soft); line-height: 1.8; margin-bottom: 16px; font-size: clamp(15px, 1.4vw, 19px); }
.about-text p:last-child { margin-bottom: 0; }
.about-values--row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: clamp(30px, 4vw, 48px); }
.value-item { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(28,26,23,0.12); border-radius: 12px; font-weight: 600; font-size: clamp(14.5px, 1.3vw, 16px); color: var(--ink); background: rgba(255,255,255,0.55); }
.value-item .pn-ic { width: 36px; height: 36px; border-radius: 9px; background: #fff; }
.value-item .pn-ic svg { width: 19px; height: 19px; }
.about-cta { text-align: center; margin-top: clamp(26px, 3.5vw, 40px); }

/* ═══ PAIN ═══ */
.pn-pain { background: var(--paper-warm); }
.pain-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-bottom: 44px; }
.pain-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; gap: 16px; align-items: flex-start; transition: transform .3s var(--ease), box-shadow .3s; }
.pain-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.pain-card p { font-size: clamp(14px, 1.3vw, 17px); color: var(--ink-soft); line-height: 1.65; }
.pain-solution { background: var(--ink); border-radius: var(--radius-lg); padding: clamp(36px, 5vw, 56px); text-align: center; color: #fff; }
.solution-label { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-hand); font-weight: 600; font-size: 26px; color: var(--gold-soft); margin-bottom: 16px; }
.solution-label .pn-ic--dark { width: 38px; height: 38px; border-radius: 10px; }
.solution-label .pn-ic--dark svg { width: 20px; height: 20px; }
.pain-solution p { font-family: var(--font-serif); font-size: clamp(20px, 2.6vw, 30px); font-weight: 500; line-height: 1.35; max-width: 680px; margin: 0 auto 26px; }

/* ═══ SERVICES ═══ */
.pn-services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.service-icon-wrap { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--cream); color: var(--gold-deep); }
.service-svg, .service-icon-wrap svg, .service-icon-wrap img { width: 23px; height: 23px; }
.service-card h3 { font-family: var(--font-serif); font-size: 23px; font-weight: 600; color: var(--ink); margin: 0; letter-spacing: -0.01em; line-height: 1.1; }
.service-card p { font-size: clamp(14px, 1.3vw, 17px); color: var(--muted); line-height: 1.7; }
.service-card--cta { grid-column: 1 / -1; background: var(--ink); color: #fff; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 28px; padding: 34px 40px; border: none; }
.service-card--cta:hover { transform: none; box-shadow: none; }
.service-card--cta h3 { color: #fff; margin-bottom: 6px; }
.service-card--cta p { color: rgba(255,255,255,0.7); margin: 0; }

/* ═══ PACKAGES ═══ */
.pn-packages { background: var(--cream); }
.packages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 40px; }
.pkg-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 26px; position: relative; transition: all .3s var(--ease); }
.pkg-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pkg-card--featured { background: var(--ink); border-color: var(--ink); }
.pkg-ribbon { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; padding: 5px 18px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .5px; white-space: nowrap; }
.pkg-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-deep); background: var(--cream); padding: 5px 12px; border-radius: 6px; margin-bottom: 18px; }
.pkg-card--featured .pkg-badge { background: rgba(216,195,147,0.18); color: var(--gold-soft); }
.pkg-name { font-family: var(--font-serif); font-size: 27px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 10px; color: var(--ink); }
.pkg-card--featured .pkg-name { color: #fff; }
.pkg-desc { font-size: clamp(15px, 1.2vw, 17px); color: var(--muted); line-height: 1.6; margin-bottom: 22px; }
.pkg-card--featured .pkg-desc { color: rgba(255,255,255,0.62); }
.pkg-features { margin-bottom: 26px; }
.pkg-features li { display: flex; align-items: flex-start; gap: 14px; font-size: clamp(15px, 1.3vw, 16.5px); padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-weight: 500; }
.pkg-features li svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; margin-top: 1px; stroke-width: 2.2; }
.pkg-card--featured .pkg-features li { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.12); }
.pkg-card--featured .pkg-features li svg { color: var(--gold-soft); }
.btn-pkg { display: block; text-align: center; border: 1.5px solid var(--ink); color: var(--ink); padding: 12px 16px; border-radius: 999px; font-weight: 600; font-size: 13px; transition: all .25s; }
.btn-pkg:hover { background: var(--ink); color: #fff; }
.btn-pkg--featured { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-pkg--featured:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.packages-note { background: var(--paper); border: 1px dashed var(--gold-soft); border-radius: var(--radius-lg); padding: 32px 40px; text-align: center; max-width: 720px; margin: 0 auto; }
.packages-note-main { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; font-family: var(--font-serif); font-size: clamp(22px, 2.4vw, 27px); font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.3; }
.packages-note-main .pn-ic { width: 40px; height: 40px; }
.packages-note-sub { font-size: 15px; color: var(--muted); line-height: 1.6; margin-bottom: 8px; }
.packages-note-bold { font-family: var(--font-hand); font-size: 20px; color: var(--gold-deep); }

/* ═══ CAROUSEL ═══ */
.pn-carousel { position: relative; margin-bottom: 40px; }
.pn-carousel-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 16px 4px; margin-top: -16px; scrollbar-width: none; -ms-overflow-style: none; }
.pn-carousel-track::-webkit-scrollbar { display: none; }
.pn-carousel-track > * { scroll-snap-align: center; flex: 0 0 calc((100% - 44px) / 3); min-width: 0; }
.pn-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 50px; height: 50px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--ink); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 22px rgba(28,26,23,0.16); transition: background .2s, color .2s, transform .2s; }
.pn-carousel-btn:hover { background: var(--ink); color: #fff; transform: translateY(-50%) scale(1.06); }
.pn-carousel-btn svg { width: 22px; height: 22px; }
.pn-carousel-prev { left: -18px; }
.pn-carousel-next { right: -18px; }
.pn-carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.pn-carousel-dots button { width: 8px; height: 8px; border-radius: 50%; border: none; cursor: pointer; background: var(--line); padding: 0; transition: background .25s, width .25s; }
.pn-carousel-dots button.active { background: var(--gold); width: 24px; border-radius: 4px; }
/* reels variant */
.pn-carousel--reels .pn-carousel-track { justify-content: safe center; padding-inline: 0; gap: 20px; align-items: flex-start; }
.pn-carousel--reels .pn-carousel-track > * { flex: 0 0 min(90vw, 340px); scroll-snap-align: center; }
.reel-card .instagram-media, .reel-card iframe { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
@media (min-width: 1025px) { .pn-carousel--reels .pn-carousel-btn { display: none; } }

/* ═══ PORTFOLIO — reels ═══ */
.pn-portfolio { background: var(--paper); }
.reels-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 40px; }
.reel-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s; }
.reel-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.reel-card .instagram-media { margin: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; min-width: 0 !important; width: 100% !important; }
.reel-fallback { display: flex; flex-direction: column; aspect-ratio: 9/16; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 24px; color: #fff; position: relative; overflow: hidden; }
.reel-fallback::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 22%, rgba(255,255,255,0.12), transparent 55%); }
.reel-fallback--1 { background: linear-gradient(155deg,#8a6e2f,#b08d3f 60%,#d8c393); }
.reel-fallback--2 { background: linear-gradient(155deg,#1c1a17,#3a332a 70%,#b08d3f); }
.reel-fallback--3 { background: linear-gradient(155deg,#b08d3f,#d8c393 55%,#efe2c2); }
.reel-play-circle { width: 60px; height: 60px; border-radius: 50%; z-index: 1; background: rgba(255,255,255,0.16); border: 1.5px solid rgba(255,255,255,0.6); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; transition: transform .25s, background .25s; }
.reel-card:hover .reel-play-circle { transform: scale(1.08); background: rgba(255,255,255,0.26); }
.reel-play-circle svg { width: 22px; height: 22px; fill: #fff; margin-left: 3px; }
.reel-fallback-label { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 20px; line-height: 1.3; z-index: 1; }
.reel-fallback-tag { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.85); z-index: 1; }
.insta-cta-strip { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px; background: var(--paper-warm); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 34px; max-width: 820px; margin: 0 auto; }
.insta-cta-left { display: flex; align-items: center; gap: 16px; }
.insta-cta-avatar { width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0; padding: 2px; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); }
.insta-cta-avatar span { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--font-serif); font-weight: 600; font-size: 22px; }
.insta-cta-handle { font-family: var(--font-serif); font-size: 23px; font-weight: 600; color: var(--ink); }
.insta-cta-sub { font-size: 14px; color: var(--muted); margin-top: 2px; }
.btn-insta-follow { display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--ink); color: #fff; padding: 13px 24px; border-radius: 999px; font-family: var(--font-sans); font-weight: 600; font-size: 13px; transition: background .2s, transform .2s; }
.btn-insta-follow svg { width: 18px; height: 18px; }
.btn-insta-follow:hover { background: var(--gold-deep); transform: translateY(-2px); }

/* ═══ REVIEWS ═══ */
.pn-reviews { background: var(--paper-warm); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; transition: all .3s var(--ease); }
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.review-stars { color: var(--gold); font-size: 16px; margin-bottom: 18px; letter-spacing: 3px; }
.review-text { font-family: var(--font-serif); font-style: italic; font-size: clamp(17px, 1.7vw, 20px); font-weight: 500; color: var(--ink-soft); line-height: 1.5; margin-bottom: 26px; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--cream); color: var(--gold-deep); font-family: var(--font-serif); font-weight: 700; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.review-avatar-img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.review-name { font-weight: 700; font-size: 15px; color: var(--ink); }
.review-role { font-size: 13px; color: var(--muted); }

/* ═══ FAQ ═══ */
.pn-faq { background: var(--paper); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 24px 0; text-align: left; font-family: var(--font-serif); font-size: clamp(19px, 2.1vw, 24px); font-weight: 600; color: var(--ink); transition: color .2s; }
.faq-q:hover { color: var(--gold-deep); }
.faq-arrow { font-family: var(--font-sans); font-size: 20px; color: var(--gold); transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding-bottom: 24px; font-size: clamp(15px, 1.2vw, 17px); color: var(--muted); line-height: 1.75; }
.faq-item.open .faq-a { max-height: 400px; }

/* ═══ CTA ═══ */
.pn-cta-section { position: relative; overflow: hidden; background: var(--ink); }
.cta-bg { position: absolute; inset: 0; background: radial-gradient(circle at 72% 40%, rgba(176,141,63,0.22), transparent 60%), radial-gradient(circle at 10% 80%, rgba(176,141,63,0.10), transparent 55%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-top-row { display: flex; justify-content: center; gap: 0; border: 1px solid rgba(255,255,255,0.10); border-radius: var(--radius-lg); overflow: hidden; max-width: 780px; margin: 0 auto 52px; }
.cta-info-block { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 30px 20px; border-right: 1px solid rgba(255,255,255,0.10); }
.cta-info-block:last-child { border-right: none; }
.cta-info-block svg { width: 26px; height: 26px; color: var(--gold); }
.cta-info-block-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.cta-info-block-value { font-size: 15px; font-weight: 600; color: #fff; }
.cta-title { font-family: var(--font-serif); font-size: clamp(34px, 5vw, 60px); font-weight: 500; letter-spacing: -0.01em; color: #fff; line-height: 1.05; margin-bottom: 20px; }
.cta-inner > p { color: rgba(255,255,255,0.68); font-size: clamp(16px,1.6vw,20px); line-height: 1.7; max-width: 580px; margin: 0 auto 32px; }
.btn-cta-big { display: inline-flex; align-items: center; gap: 12px; background: var(--gold); color: #fff; padding: 19px 40px; border-radius: 999px; font-family: var(--font-sans); font-weight: 700; font-size: 16px; box-shadow: 0 12px 44px rgba(176,141,63,0.4); transition: all .3s var(--ease); }
.btn-cta-big svg { width: 22px; height: 22px; }
.btn-cta-big:hover { background: var(--gold-deep); color: #fff; transform: translateY(-3px); box-shadow: 0 18px 56px rgba(176,141,63,0.5); }
.cta-disclaimer { color: rgba(255,255,255,0.45); font-size: 14px; margin: 16px 0 22px; }
.cta-urgency { display: inline-flex; align-items: center; gap: 8px; background: rgba(176,141,63,0.14); border: 1px solid rgba(176,141,63,0.4); color: var(--gold-soft); padding: 10px 24px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.cta-urgency svg { width: 16px; height: 16px; }

/* ═══ FOOTER ═══ */
.site-footer { background: var(--paper-warm); border-top: 1px solid var(--line); padding: 30px 0 26px; }
.footer-bottom { text-align: center; font-size: 15px; color: var(--muted); line-height: 1.9; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--ink-soft); transition: color .2s; }
.footer-bottom a:hover { color: var(--gold-deep); }

/* ═══ BOTTOM BAR (mobile) ═══ */
.pn-bottom-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 980; background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); border-top: 1px solid var(--line); display: none; align-items: stretch; height: 58px; box-shadow: 0 -4px 20px rgba(28,26,23,0.08); transform: translateY(0); transition: transform .35s var(--ease); will-change: transform; }
.pn-bottom-bar.pn-bar-hidden { transform: translateY(110%); }
.bottom-bar-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--ink-soft); font-family: var(--font-sans); font-size: 10px; font-weight: 600; letter-spacing: .3px; border-right: 1px solid var(--line); transition: background .2s; padding: 6px 4px; }
.bottom-bar-item:last-child { border-right: none; }
.bottom-bar-item:active { background: var(--cream); }
.bottom-bar-item svg { width: 19px; height: 19px; stroke: var(--gold-deep); }
.wa-float { display: none; }

/* ═══ LEGAL PAGE ═══ */
.pn-legal { background: var(--paper); }
.pn-legal .section-title { margin-bottom: 8px; }
.legal-updated { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: clamp(28px, 4vw, 44px); }
.legal-body { max-width: 820px; margin: 0 auto; color: var(--ink-soft); font-size: clamp(15px, 1.3vw, 17px); line-height: 1.8; }
.legal-body h2 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(22px, 2.4vw, 28px); color: var(--ink); margin: 34px 0 10px; letter-spacing: -0.01em; }
.legal-body h3 { font-family: var(--font-sans); font-weight: 700; font-size: 16px; color: var(--ink); margin: 20px 0 6px; }
.legal-body p { margin-bottom: 14px; }
.legal-body ul { margin: 0 0 16px; padding-left: 0; list-style: none; }
.legal-body li { position: relative; padding-left: 22px; margin-bottom: 8px; }
.legal-body li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.legal-body a { color: var(--gold-deep); text-decoration: underline; }
.legal-body a:hover { color: var(--ink); }
.legal-note { color: var(--muted); font-size: 14px; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 24px; }

/* ===== FADE-IN ===== */
.fade-in { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== WP alignment ===== */
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: 100%; }
.wp-block-image img { border-radius: var(--radius); }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .reels-grid { grid-template-columns: repeat(3, 1fr); }
  .pn-carousel-track > * { flex-basis: calc((100% - 22px) / 2); }
  .pn-carousel-prev { left: -4px; } .pn-carousel-next { right: -4px; }
}

/* --- mobile header + stacked hero --- */
@media (max-width: 900px) {
  .pn-bottom-bar { display: flex; }
  .pn-topbar { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; padding: 0 14px; }
  .pn-menu-btn { display: flex; justify-self: start; }
  .pn-nav { display: none; }
  .pn-brand { justify-self: center; margin-right: 0; }
  .pn-brand img, .pn-brand .custom-logo { height: 36px; }
  .menu-label { font-size: 12px; letter-spacing: 1.5px; }
  .pn-topbar-cta { justify-self: end; background: #fff; color: var(--ink); border: 2px solid var(--ink); border-radius: 8px; padding: 7px 12px; gap: 0; font-size: 10.5px; font-weight: 800; letter-spacing: 1px; line-height: 1.15; text-transform: uppercase; text-align: center; white-space: normal; max-width: 92px; }
  .pn-topbar-cta:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
  .pn-topbar-cta svg { display: none; }

  .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 44px; }
  .hero-content { order: 2; }
  .hero-visual { order: 1; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  /* 3 equal columns that always fit the row */
  .hero-trust { justify-content: center; flex-wrap: nowrap; gap: clamp(8px, 3vw, 20px); width: 100%; max-width: 460px; margin-left: auto; margin-right: auto; }
  .hero-trust-item { flex: 1 1 0; min-width: 0; text-align: center; }
  .hero-trust-num { font-size: clamp(21px, 6.5vw, 28px); }
  .hero-trust-label { font-size: 11.5px; line-height: 1.25; }
  .hero-trust-divider { display: none; }

  .about-grid { grid-template-columns: 1fr; gap: 14px; }
  .about-img-wrap { min-height: 0; align-items: center; justify-content: center; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }
  .about-photo { position: static; width: 100%; height: auto; max-width: 100%; max-height: none; margin: 0 auto; object-fit: contain; object-position: center; transform: none; }
  .about-values--row { grid-template-columns: 1fr 1fr; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .pn-section { padding: 60px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .packages-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reels-grid { grid-template-columns: 1fr; max-width: 330px; margin-left: auto; margin-right: auto; }
  .pain-grid { grid-template-columns: 1fr; }
  .about-values--row { grid-template-columns: 1fr 1fr; }

  .service-card--cta { flex-direction: column; align-items: flex-start; text-align: left; gap: 18px; padding: 28px 24px; }
  .service-card--cta .btn-primary { width: 100%; justify-content: center; }

  .cta-info-block { padding: 18px 8px; gap: 7px; }
  .cta-info-block svg { width: 20px; height: 20px; }
  .cta-info-block-label { font-size: 9px; letter-spacing: 1px; }
  .cta-info-block-value { font-size: 12px; }

  .insta-cta-strip { flex-direction: column; text-align: center; }
  .insta-cta-left { flex-direction: column; }

  .phone-frame { width: 230px; }
  .fc-1 { top: 6%; right: -4%; }
  .fc-2 { top: 44%; left: -6%; }
  .fc-3 { bottom: 8%; right: -4%; }
  .floating-card { padding: 10px 13px; }
  .floating-card .fc-num { font-size: 18px; }
  .floating-card .fc-label { font-size: 12px; }

  .pn-carousel-track { padding-inline: 8%; }
  .pn-carousel-track > * { flex-basis: 84%; }
  .pn-carousel--reels .pn-carousel-track { padding-inline: 7%; }
  .pn-carousel--reels .pn-carousel-track > * { flex-basis: 86%; }
  .pn-carousel-btn { width: 42px; height: 42px; }
  .pn-carousel-prev { left: 2px; }
  .pn-carousel-next { right: 2px; }

  .hero-actions .btn-primary, .hero-actions .btn-secondary { width: 100%; justify-content: center; }
}

@media (max-width: 380px) {
  .fc-1 { right: 0; }
  .fc-2 { left: 0; }
  .fc-3 { right: 0; }
  .phone-frame { width: 210px; }
  .menu-label { display: none; }
  .cta-info-block-value { font-size: 11px; }
}
