  :root {
	--white: #f7f3e74c;
	--cream:#ddd6c3;
	--cream-muted: #f3f2f0;
	--grey:#8A857D;
	--grey-light:#D6D1C9;
	--petal:  #ce594a;
	--ocean: #34408b;
	--black:#2C2825;
	--pistacio: #c9e1b3;
	--pistacio-dim:  rgba(201,225,179,0.35);
	--violet-dark:#1a1235;
	--text-lv:       #e8e4f0;
	
	--bg: var(--white);
	--bg-muted: var(--cream-muted);

	--border: var(--grey-light);
	--border-light: var(--cream-muted);

	--text: var(--black);
	--text-dim: var(--grey);
	--text-mutted: var(--grey-light);
	--text-light: var(--cream);
	--text-light-violet: #e8e4f0;

  /* VALUES — deep indigo matching landing */
  --val-bg:        #3b3878;
  --val-warm:      #b8b5e8;
  --val-light:     #e8e6f6;
  --val-dim:       rgba(232,230,246,0.8);
  --val-border:    rgba(143,140,206,0.2);

  /* PROTOCOLS — sage library */
	--lib-bg:        #E7EAE3;
	--lib-text:      #142802;
	--lib-border:    #c3d4c7;
	--forest-green:    #79c288;
	--sky: #b4c7e4;
	--surface-glass: #DDE1D9;
	
	/* PLANNER — light forest */
	--mint-pale:     #f4f7f2;
	--mint: #c8d9c4;
	--pl-accent: var(--forest-green);
	--forest-dim:    #528d5f;
		
  }
  
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scrollbar-width: thin; scrollbar-color: var(--border) transparent;scrollbar-color: rgba(44,40,37,0.2) transparent;}
  body { background: var(--bg); color: var(--text); font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; overflow-y: auto; cursor: default; font-size: 15px; }
  html::-webkit-scrollbar { width: 5px; }
  html::-webkit-scrollbar-track { background: transparent; }
  html::-webkit-scrollbar-thumb { background: rgba(44,40,37,0.18); border-radius: 10px; }
  .home {margin-block-start: 0 !important;}
  
/* ═══════════════════════════════════════════════════
   FOOTER (.home .footer)
   ═══════════════════════════════════════════════════ */
.home .wp-block-group.footer {padding: 40px 56px !important;border-top: 1px solid rgba(232,228,240,0.08);background: var(--violet-dark);color: rgba(232,228,240,0.5);z-index: 2; position: relative; margin-block-start: 0 !important;	}
.home .footer .wp-block-columns { margin-bottom: 0 !important; } 
.home .footer p.logo,
.home .footer p.logo a {font-family: 'PT Serif', serif !important; font-size: 13px !important;font-weight: 600 !important; letter-spacing: 0.2em !important;color: rgba(232,228,240,0.5) !important; text-transform: uppercase; text-decoration: none;}
.home .footer p.legal {font-size: 11px !important; color: rgba(232,228,240,0.5) !important; line-height: 1.6 !important;}
.home .footer ul.wp-block-list {display: flex !important; gap: 16px;list-style: none !important; padding: 0 !important; align-items: center;}
.home .footer ul.wp-block-list li { padding: 0; }
.home .footer ul.wp-block-list li a {font-size: 11px !important; color: rgba(232,228,240,0.5) !important;text-decoration: none !important; transition: color 0.3s;}
.home .footer ul.wp-block-list li a:hover { color: var(--pistacio) !important; }
.home .footer ul.wp-block-list {flex-wrap: wrap !important;gap: 10px !important;}
@media (max-width: 900px) {
	.home .footer {padding: 24px;flex-direction: column;text-align: center;}
}



  
  /* ═══ 
  
	NAVIGATION
  
  ═══ */
  .mini-menu-top-link {position: fixed;top: 50px;right: 50px;z-index: 2;}
	.nav-tooltip-wrap { position: relative; }
	.nav-tooltip-wrap:hover .nav-tooltip { opacity: 1; }
	.nav-bottom {display: flex; flex-direction: column; align-items: center; gap: 20px;align-items: center;position: relative; }
	  .nav-hamburger {flex-direction: column;gap: 5px; padding: 4px; align-items: center;}
	  .nav-hamburger span { width: 18px; height: 1.5px; background: var(--cream); border-radius: 1px; transition: all 0.3s; }
	  .nav-tooltip {background: var(--text); color: var(--cream);position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%);font-size: 11px;letter-spacing: 0.06em; white-space: nowrap; padding: 5px 10px;border-radius: 6px; pointer-events: none; opacity: 0;transition: opacity 0.2s; z-index: 400;}
	  .nav-tooltip::before {border-right-color: var(--text);content: ''; position: absolute; right: 100%; top: 50%; transform: translateY(-50%);border: 5px solid transparent;}
	.nav-icon {color: var(--cream);transition: background 0.25s;display: flex;cursor:pointer;width: 36px; height: 36px;justify-content: center;border-radius: 50%;align-items:center;}
		.nav-icon:hover {background: rgba(255,255,255,0.12);}  

.mobile-menu {position: fixed; max-width: 100%; top: 0; left: 0; right: 0; bottom: 0;background: var(--bg-muted); backdrop-filter: blur(20px);z-index: 300; display: flex; padding: 100px; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 28px; opacity: 0; pointer-events: none;transition: opacity 0.4s;}
  .mobile-menu.open { opacity: 1; pointer-events: all; }
  .mobile-link {font-family: 'PT Serif', serif;font-size: clamp(22px, 4vw, 48px);color: var(--text);text-decoration: none;cursor: pointer;transition: color 0.2s;line-height: 1.1;}
  .mobile-link:hover { color: var(--cream); }
  .mobile-close {position: absolute; top: 50px; right: 50px;font-size: 20px; cursor: pointer;color:var(--text);width: 40px; height: 40px;display: flex; align-items: center; justify-content: center;transition: color 0.2s;}
  .mobile-close:hover { color: var(--cream); }
  .nav-login-mobile { font-size: 22px !important; margin-top: 16px; padding-top: 20px; border-top: 1px solid var(--border-light); color: var(--petal) !important; }

  .nav-dots {  position: fixed;top: 50%;right: 50px;display: flex;flex-direction: column;gap: 10px;z-index: 100;background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(12px);padding: 18px 10px;border-radius: 100px;box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06); }
	.nav-dot { width: 7px; height: 7px; border-radius: 50%;background: rgba(44,40,37,0.8); cursor: pointer;transition: all 0.4s cubic-bezier(0.16,1,0.3,1);}
	.nav-dot:hover { background: var(--text-dim); }
	.nav-dot.active { height: 26px; border-radius: 4px; background: var(--black); }
    
  @media (max-width: 768px) {
    .mobile-menu {padding: 50px;}
    .mini-menu-top-link,
    .mobile-close {top:20px; right: 20px;}
    
	.nav-bottom { flex-direction: row; gap: 4px; }
	.nav-dots { display: none; }
	.nav-tooltip { display: none; }
  }

  
  /* ═══
  
	GENERAL LAYOUT
	
  ═══ */
  .serif-italic { font-family: 'PT Serif', serif; font-style: italic; } 
  
	.panel { width: 100vw; height: 100svh; display: flex; position: relative; overflow: hidden;align-items: stretch; }
	.panel-content {min-height: 100svh;display: flex;position: relative; max-width: 1400px;margin: 0 auto;width: 100%;}
	
	.panel-label{font-size: 12px; letter-spacing: 0.2em; opacity: 0.8;display: flex; align-items: center; gap: 14px;}
	.panel-label::before { content: ''; width: 32px; height: 1px; background: var(--border); }
	.panel-label span {text-transform: uppercase;}
	
	.panel-grid {position: absolute; inset: 0; pointer-events: none;background-image:linear-gradient(rgba(221,214,195,0.028) 1px, transparent 1px),linear-gradient(90deg, rgba(221,214,195,0.028) 1px, transparent 1px);background-size: 80px 80px;}
	.panel-glow {position: absolute; inset: 0; pointer-events: none;background: radial-gradient(ellipse 60% 70% at 65% 50%, rgba(178,167,223,0.12) 0%, transparent 70%);}

    .split-left {flex: 0 0 60%;z-index: 1;display: flex;flex-direction: column;justify-content: center;padding: 88px 64px 80px 80px; gap: 32px;position: relative;z-index: 1;}
    .split-right {flex: 1;display: flex; flex-direction: column;justify-content: center; padding: 80px 64px;gap: 20px;position: relative;z-index: 1;}

@media (max-width: 1200px) {
  .split-left,
  .split-right {
    padding: 60px 24px 40px !important; gap: 20px;
  }
}
@media (max-width: 768px) {
    .panel {height: auto;min-height: unset;overflow: visible;flex-direction: column;align-items: center;}
    .panel-content {min-height: unset;flex-direction: column; padding: 100px 0;gap: 60px;}
    .split-left,
    .split-right {flex: none;width: 100%;height: auto;padding:0 !important;max-width: 100%;}
}



  /* ═══
	 
	BUTTONS
	 
  ═══ */
  .panel-actions { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn {
	border: 1.5px solid currentColor; border-radius: 100px;
	font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase;
	font-weight: 500; cursor: pointer; background: transparent;
	text-decoration: none; display: inline-flex; align-items: center;
	justify-content: center; gap: 8px; position: relative; overflow: hidden;
	padding: 12px 30px; width: fit-content;
	transition: color .3s, background .3s, border-color .3s;
  }
  @media (max-width: 768px) {
    .btn {font-size: 12px;}    
  }
  .btn::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(120deg,transparent 0%,rgba(255,255,255,0.18) 50%,transparent 100%);
	transform: translateX(-120%); transition: transform .55s cubic-bezier(.4,0,.2,1);
  }
  .btn:hover::before { transform: translateX(120%); }
  
  .btn.light{color: var(--cream); border-color: rgba(221,214,195,0.38);}
  .btn.light:hover { background: var(--cream); color: var(--black); }
  
  .btn.light.filled{background: var(--cream); color: var(--black); border-color: var(--cream);}
  .btn.light.filled:hover { background: transparent; color: var(--cream); }
  
  .btn.pistacio    { background: var(--pistacio); color: var(--black); border-color: var(--pistacio); }
  .btn.pistacio:hover { background: transparent; color: var(--pistacio); }
  
  .btn.light.pistacio {color: var(--pistacio); border-color: var(--pistacio); background: transparent;}
  .btn.light.pistacio:hover {  }
  
  .btn.violet     { background: var(--val-warm); color: var(--val-bg); border-color: var(--val-warm); }
  .btn.violet:hover { background: transparent; color: var(--val-warm); }
  
  .btn.sky,
  .btn.sky:hover {background: var(--sky); color: var(--text); border-color: var(--sky);}
  
  .btn.green     { background: var(--forest-green); color: #fff; border-color: var(--forest-green); }
  .btn.green:hover { background: transparent; color: var(--forest-green); }
  
  .btn.light.green { color: #fff; border-color: rgba(255,255,255,0.32); background: rgba(255,255,255,0.12); }
  .btn.light.green:hover { background: rgba(255,255,255,0.8); }

  
  /* ═══
  
	LOOP GRAPG
  
  ═══ */  

.loop-graph { position: relative; width: 400px; height: 400px; }
.lring-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
 .lcmd-bg { stroke: rgba(255,255,255,0.5); stroke-width: 1; vector-effect: non-scaling-stroke; }
 .lcmd-path { stroke-dasharray: 4 8; animation: ldash 6s linear infinite; }
 .lcmd-rev { animation-direction: reverse; }
 @keyframes ldash { to { stroke-dashoffset: -60; } }
 
 .lcenter { inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; text-align: center; }
 .lcenter-lbl { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
 
 .lnodes { position: absolute; inset: 0; }
 .lnode { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 0px; transform: translate(-50%, -50%); transition: opacity 0.5s ease; }
 .lnode-dot { width: 45px; height: 45px; border-radius: 50%; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; font-size: 11px; color: rgba(255,255,255,1); transition: transform 0.3s ease, box-shadow 0.3s ease; }
 
 .lnode:hover .lnode-dot { background: rgba(255,255,255,0.5); border-color: rgba(255,255,255,0.5); }
 .lnode-txt { font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; color: inherit; white-space: nowrap; }
 .ln1{top:28%;left:25%;}
 .ln2{top:28%;left:75%;}
 .ln3{top:78%;left:75%;}
 .ln4{top: 53%;left: 50%;}
 .ln5{top:78%;left:25%;}
  
  /* лінії */
  .llines { stroke-width: 1; vector-effect: non-scaling-stroke; }
  
  /* відсоток */
  .lnode-pct {font-size: 9px;letter-spacing: 0.08em;color: rgba(255,255,255,0.6);font-variant-numeric: tabular-nums;}
  
  /* пульс */
  .lnode-ring {position: absolute;width: 45px; height: 45px;border-radius: 50%;border: 1px solid var(--c);animation: lring 3s ease-out infinite;pointer-events: none;}
  .ln2 .lnode-ring { animation-delay: 0.6s; }
  .ln3 .lnode-ring { animation-delay: 1.2s; }
  .ln4 .lnode-ring { animation-delay: 1.8s; }
  .ln5 .lnode-ring { animation-delay: 2.4s; }
  @keyframes lring {0%   { transform: scale(1);   opacity: 0.7; }100% { transform: scale(2.2); opacity: 0; }}
  
  /* 5 channels preview — right side */
  .hero-channels {display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;}
  .hch {padding: 6px 14px; border-radius: 100px;border: 1px solid rgba(221,214,195,0.12);font-size: 12px; color: inherit !important;display: flex; align-items: center; gap: 7px;}
  .hch-dot { width: 6px; height: 6px; border-radius: 50%; }


  /* ═══
  
	PANEL 1: HERO
  
  ═══ */
  .hero-panel { background: var(--ocean); align-items: stretch; justify-content: center; color: var(--text-light); }
	.hero-panel .split-left {height: 100svh;flex:100%;display: flex;flex-direction: column;justify-content: center;padding: 0 64px 100px 56px;position: relative;}
	.hero-title { font-family: 'PT Serif', serif;font-size: clamp(52px, 10vw, 95px);line-height: 0.9;font-weight: 400;letter-spacing: -0.035em;color: var(--text-light);margin-bottom: 0;}
	.hero-title em { font-style: italic; color: var(--pistacio); }
	.hero-footer {display: flex;align-items: flex-end;justify-content: space-between;margin-top: 36px;padding-top: 24px;}	
	.hero-desc {display: flex;flex-direction: column;font-size: 20px;line-height: 1.75;color: var(--text-light);max-width: 500px;gap: 10px;}
	.hero-desc p.has-font-size-small {font-size: 14px;}
	.hero-desc strong { color: var(--cream); font-weight: 600; }
	.hero-actions { display: flex; gap: 10px; }
    @media (max-width: 1200px) {
      .hero-footer {flex-direction: column; align-items: flex-start;}
      .hero-actions {margin-top: 50px;}
    }
    @media (max-width: 768px) {
      /* Hero — виняток, залишається на весь екран */
      .hero-panel {height: 100svh;}
      .hero-panel .panel-content {min-height: 100svh;}
      .hero-panel .split-left {height: auto;flex: 1 !important;justify-content: center;padding: 80px 24px 60px !important;}
    }

  /* ═══
	   
	  PANEL 2: THE LOOP
	   
  ═══ */
  .loop-panel {background: var(--ocean);color: var(--text-light);border-top: 1px solid rgba(221,214,195,0.08);}
	.loop-panel .split-left {}
	.loop-panel .split-right {align-items: center; justify-content: center;gap: 40px;}
	.loop-panel .panel-label {color:rgba(221,214,195,0.8)}
	.loop-panel .split-left h2 {font-family: 'PT Serif', serif; color: var(--text-light); font-size: clamp(48px, 8vw, 50px); line-height: 1.04; font-weight: 400; letter-spacing: -0.02em;}
	.loop-panel .split-left h2 em {color:var(--pistacio);}
	.loop-panel .split-left p {font-size: 20px; line-height: 1.78; color: var(--text-light);}
	.loop-panel .split-left p em {color:var(--pistacio);font-weight: 600;}
	.loop-panel .split-left p strong {color: var(--cream);font-weight: 600;}

  /* ═══
		 
	  PANEL 3: STUDY & TEST
	   
  ═══ */
  .study-panel {background: var(--bg); color: var(--black);}
  .study-panel .panel-label {color: var(--ocean);}
  .study-panel h2 {color: var(--black); font-family: 'PT Serif', serif;font-size: clamp(38px, 8vw, 50px); line-height: 0.92;font-weight: 400;letter-spacing: -0.03em;margin-top: 0;}
	.study-panel h2 em { font-style: italic; color: var(--ocean); }
  .study-panel p {font-size: 18px; line-height: 1.75; color: #555;}
	.study-panel p strong { color: var(--black); font-weight: 600; }
  .diag-note { font-size: 12px; color: #888; line-height: 1.6; font-style: italic; padding: 12px 16px; background: rgba(52,64,139,0.04); border-radius: 8px; border: 1px solid rgba(52,64,139,0.1); }

  .test-card { }
	.tc-tag { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: #888; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
	.tc-tag::after { content: ''; flex: 1; height: 1px; background: #d8d8dc; }
	.tc-title { font-family: 'PT Serif', serif; font-size: clamp(22px,2.4vw,32px); line-height: 1.12; font-weight: 400; margin-bottom: 10px; color: var(--black); }
	.tc-title em { font-style: italic; color: var(--ocean); }
	.tc-body { font-size: 14px !important; line-height: 1.7!important; color: #555!important; margin-bottom: 24px; }
	.tc-bars { display: flex; flex-direction: column; gap: 8px; margin-bottom: 40px; }
	.tc-bar-row { display: flex; align-items: center; gap: 12px; }
	.tc-bar-lbl { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; width: 24px; }
	.tc-bar-track { flex: 1; height: 4px; background: rgba(44,40,37,0.07); border-radius: 2px; overflow: hidden; }
	.tc-bar-fill { height: 100%; border-radius: 2px; animation: tcfill 2s ease-out forwards; }
	@keyframes tcfill { from { width: 0; } }
	.tc-note { font-size: 11px; color: #888; font-style: italic; margin-top: 12px; }

/* ═══
 
 PANEL 4: PROTOCOLS
 
═══ */

.proto-panel { background: var(--lib-bg); align-items: stretch;}
  .proto-panel .split-left .left-align {display: flex;flex-direction: column;gap: 32px;}
  .proto-panel .panel-label {color: var(--lib-text);}
  .proto-panel .panel-label::before {background: var(--lib-border);}
  .proto-panel h2 { color: var(--black); font-family: 'PT Serif', serif;font-size: clamp(48px, 8vw, 65px); line-height: 0.92;font-weight: 400;letter-spacing: -0.03em;margin-top: 0;}
  .proto-panel h2 em { font-style: italic; color: var(--forest-green); }
  .proto-panel p { font-size: 18px; line-height: 1.75; color: var(--lib-text);}
  .proto-panel p strong {font-weight: 600;}
  
  /* vector pills */
  .pr-pill { flex-shrink: 0; font-size: 9px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
  .pr-pill.sup { color: var(--ocean); }
  .pr-pill.fil { color: var(--forest-green); }
  .pr-vtext { font-size: 13px; line-height: 1.6; color: var(--lib-text); }
  .pr-vtext strong { color: var(--text); font-weight: 600;}  
  
  /* pr-vector-card — картка гасіння/наповнення */
  .pr-vector-card {display: flex;flex-direction: column;gap: 12px;padding: 28px 30px;background: var(--surface-glass);border-radius: 14px;}
  .pr-vector-card p {font-size: 15px;line-height: 1.7;color: var(--lib-text);margin: 0;}
  .pr-club-cta {display: flex;flex-direction: column;justify-content: flex-end;padding: 28px 30px;background: var(--surface-glass);border-radius: 14px;color: var(--text);gap: 8px;}
  .pr-club-cta a:not(.btn) { text-decoration: underline; color: inherit; }
  .pr-club-cta a:not(.btn):hover { text-decoration: none; }
  .pr-club-big {font-size: 40px;color: var(--text);line-height: 1;margin-bottom: 10px;}
  .pr-club-title {font-size: 18px;margin-bottom: 6px;}
  .pr-club-sub {font-size: 14px;color: var(--text);line-height: 1.6;margin-bottom: 20px;}
	  
  /* ═══
	
  PANEL 5: PLANNER
  
 ═══ */  
.planner-panel { background: var(--mint-pale); color: var(--text); align-items: stretch; }
  .planner-panel .split-left {padding: 80px; max-width: 900px; margin: 0 auto;}
  .planner-panel .panel-label {color: var(--forest-dim);}
  .planner-panel .panel-label::before { background: var(--mint); }
	.planner-panel h2 { font-family: 'PT Serif', serif;font-size: clamp(48px, 8vw, 65px); line-height: 0.92;font-weight: 400;letter-spacing: -0.03em;margin-top: 0;}
	.planner-panel h2 em { font-style: italic; color: var(--pl-accent); }
	.planner-panel p { font-size: 16px; line-height: 1.75;}
	.planner-panel p strong { color: var(--text); font-weight: 600; }
	.pl-card { padding: 26px 28px; background: #fff; border: 1px solid var(--mint); border-radius: 12px; }
	.pl-card-label { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: #8aaa90; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
	.pl-card-label::after { content:''; flex:1; height:1px; background:var(--mint); }
	.pl-card h3 { font-family: 'PT Serif', serif; font-size: clamp(18px,2vw,24px); font-weight: 400; margin-bottom: 8px; color: var(--text); }
	.pl-card h3 em { font-style: italic; color: var(--pl-accent); }
	.pl-meta { display: flex; gap: 8px;  margin: 20px 0; }
	.pl-meta-chip { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; border: 1px solid var(--mint); color: #8aaa90; }
		
/* ═══
   
   PANEL 6: VALUES
   
  ═══ */
  .values-panel { background: var(--val-bg); color: var(--val-light); align-items: stretch; position: relative; }
  .values-panel .split-left {padding: 80px; max-width: 900px; margin: 0 auto;}
	.values-panel .panel-label {color: rgba(232,230,246,0.7);}
	.values-panel .panel-label::before {background: rgba(232,230,246,0.2);}
	.val-bg-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(232,230,246,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(232,230,246,0.025) 1px, transparent 1px); background-size: 72px 72px; }
	.values-panel h2 { color: var(--val-light); font-family: 'PT Serif', serif;font-size: clamp(48px, 8vw, 65px); line-height: 0.92;font-weight: 400;letter-spacing: -0.03em;margin-top: 0;}
	  .values-panel h2 em { font-style: italic; color: var(--val-warm); }
	.values-panel p { font-size: 16px; line-height: 1.75; color: var(--val-dim); }
	  .values-panel p strong { color: var(--val-light); font-weight: 600; }
	.val-book { padding: 30px 32px; background: rgba(255,255,255,0.04); border: 1px solid var(--val-border); border-radius: 14px; }
	.val-book-label { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(232,230,246,0.5); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
	  .val-book-label::after { content: ''; flex: 1; height: 1px; background: rgba(232,230,246,0.06); }
	.val-book h3 { font-family: 'PT Serif', serif; font-size: clamp(22px,2.2vw,30px); line-height: 1.12; font-weight: 400; margin-bottom: 10px; color: var(--val-light); }
	  .val-book h3 em { font-style: italic; color: var(--val-warm); }
		.val-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0; }
		  .val-chip { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 11px; border-radius: 4px; border: 1px solid rgba(232,230,246,0.6); color: rgba(232,230,246,1); }
  


/* ═══
	
  PANEL 7: CLUB
  
 ═══ */  
.club-panel { background: var(--violet-dark); color: var(--text-light-violet); align-items: stretch; position: relative; }
.club-panel::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse 75% 60% at 60% 50%, rgba(178,167,223,0.08) 0%, transparent 70%); }
.club-panel .panel-content::before {
  content: '';
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 70vw; height: 70vw;
max-width: 800px; max-height: 800px;
opacity: 0.15;
pointer-events: none;
z-index: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none'%3E%3Cdefs%3E%3Cmask id='bgm'%3E%3Crect width='200' height='200' fill='black'/%3E%3Crect x='75' y='75' width='50' height='50' rx='8' stroke='white' stroke-width='12' fill='none'/%3E%3Cpath d='M75 75 L75 50 A25 25 0 1 0 50 75 L75 75' stroke='white' stroke-width='12' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M125 75 L125 50 A25 25 0 1 1 150 75 L125 75' stroke='white' stroke-width='12' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M75 125 L75 150 A25 25 0 1 1 50 125 L75 125' stroke='white' stroke-width='12' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M125 125 L125 150 A25 25 0 1 0 150 125 L125 125' stroke='white' stroke-width='12' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/mask%3E%3C/defs%3E%3Crect width='200' height='200' fill='rgba(178,167,223,0.6)' mask='url(%23bgm)'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.club-panel .split-left {padding: 80px; max-width: 900px; margin: 0 auto;}
.club-gl { position: absolute; inset: 0; pointer-events: none; }
.club-gline { position: absolute; top: 0; width: 1px; height: 100%; background: rgba(178,167,223,0.04); }
.club-gline:nth-child(1){left:25%;} .club-gline:nth-child(2){left:50%;} .club-gline:nth-child(3){left:75%;}
.club-gline::after { content:""; position:absolute; right:0; top:0; height:15vh; width:1px; transform:translateY(-15vh); background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(178,167,223,0.35) 50%,rgba(178,167,223,0.35) 90%,rgba(255,255,255,0) 100%); animation:gdrop 6s infinite; animation-timing-function:cubic-bezier(0.4,0.26,0.16,0.98); }
.club-gline:nth-child(1)::after{animation-delay:0s;} .club-gline:nth-child(2)::after{animation-delay:1.8s;} .club-gline:nth-child(3)::after{animation-delay:3.6s;}
@keyframes gdrop { 0%{transform:translateY(-15vh)} 100%{transform:translateY(115vh)} }
.club-panel .panel-label {color: rgba(232,228,240,0.35);}
.club-panel .panel-label::before {background: rgba(232,228,240,0.18);}
.club-panel h2 { color: var(--text-light-violet); font-family: 'PT Serif', serif;font-size: clamp(48px, 8vw, 65px); line-height: 0.92;font-weight: 400;letter-spacing: -0.03em;margin-top: 0;}
.club-panel h2 em { font-style: italic; color: var(--pistacio); }
.club-panel h2 + p { font-size: 16px; line-height: 1.75; color: rgba(232,228,240,0.72); }
.club-panel h2 + p strong { color: var(--text-lv); font-weight: 400; }
.cl-items { display: flex; flex-direction: column; gap: 11px; }
.cl-item { display: flex; gap: 13px; align-items: flex-start; }
.cl-dot { flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--pistacio); margin-top: 8px; }
.cl-item-txt { font-size: 15px; line-height: 1.6; color: rgba(232,228,240,0.78); }
.cl-item-txt strong { color: var(--text-lv); font-weight: 400; }
.cl-actions { display:flex; gap:10px; flex-wrap:wrap; }


/* ═══
  
  MOBILE
  
 ═══ */ 
@media (max-width: 768px) {
  .pl-meta {flex-direction: column;width: 100%;}

  
  /* Loop graph — зменшуємо */
  .loop-graph {width: 280px;height: 280px;}
  
}