/*
Theme Name: Kogywall
Theme URI: https://kogywall.online/
Author: Kogywall
Description: Converted WordPress theme for kogywall.online with all original pages, styling, scripts, mobile drawer, contact flow, and guidance content connected as WordPress pages.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kogywall
*/

/* kogywall — Deep Burgundy + Warm Ivory + Gold. Cormorant Garamond + DM Sans */
/* Encyclopedia/Magazine Editorial Style — 3-column grid */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Core palette */
  --burg: #6B1A1A;   /* deep burgundy */
  --burg2: #8B2020;
  --burg3: #A52828;
  --burg-l: #F9F0F0;
  --burg-m: #E8C5C5;
  --gold: #B8860B;
  --gold2: #D4A017;
  --gold-l: #FBF6E8;
  --gold-m: #EDD68A;
  /* Neutrals */
  --ivory: #FDFAF5;
  --ivory2: #F5F0E8;
  --ivory3: #EDE6D8;
  --ink: #1A1209;
  --mid: #3D3020;
  --muted: #7A6E5A;
  --line: #DDD5C4;
  --line2: #EDE6D8;
  --white: #FFFFFF;
  /* Status */
  --green: #1A6B3C;
  --green-l: #EAF5EF;
  --amber: #A05C00;
  --amber-l: #FBF3E8;
  --red: #991B1B;
  --red-l: #FEF2F2;
  --blue: #1E40AF;
  --blue-l: #EFF6FF;
  /* Fonts */
  --fh: 'Cormorant Garamond', serif;
  --fb: 'DM Sans', sans-serif;
  /* Layout */
  --mw: 1280px;
  --gap: clamp(18px,4vw,52px);
  --r: 6px;
  --r2: 12px;
  --r3: 18px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--ivory); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: var(--fb); }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ── 5-LAYER DISCLAIMER SYSTEM ── */
/* Layer 1: Emergency Safety Bar */
.disc-l1 {
  background: var(--burg);
  color: rgba(255,255,255,.9);
  font-size: .71rem;
  padding: 7px var(--gap);
  text-align: center;
  line-height: 1.5;
  letter-spacing: .01em;
}
.disc-l1 strong { color: #fff; font-weight: 700; }
/* Layer 2: Independence Banner */
.disc-l2 {
  background: var(--ivory2);
  border-bottom: 2px solid var(--gold);
  color: var(--mid);
  font-size: .73rem;
  padding: 10px var(--gap);
  text-align: center;
  line-height: 1.6;
}
.disc-l2 strong { color: var(--burg); }

/* ── HEADER ── */
.hdr {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,250,245,.97);
  backdrop-filter: blur(14px);
  border-bottom: 3px solid var(--burg);
}
.hi {
  max-width: var(--mw); margin: 0 auto;
  padding: 0 var(--gap); height: 72px;
  display: flex; align-items: center; gap: 8px;
}
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-right: 32px; }
.logo-crest {
  width: 42px; height: 42px;
  background: var(--burg);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.logo-crest::after {
  content: '';
  position: absolute; bottom: -3px; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid var(--burg);
}
.logo-crest svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.logo-text {}
.logo-name { font-family: var(--fh); font-size: 1.28rem; font-weight: 600; color: var(--ink); letter-spacing: .02em; line-height: 1; }
.logo-sub { font-size: .6rem; font-weight: 600; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 1px; flex: 1; overflow-x: auto; }
.nav a { font-family: var(--fb); font-size: .79rem; font-weight: 500; color: var(--muted); padding: 8px 12px; border-radius: var(--r); white-space: nowrap; transition: .15s; }
.nav a:hover, .nav a.on { color: var(--burg); background: var(--burg-l); }
.hcta {
  flex-shrink: 0; margin-left: auto;
  background: var(--burg); color: #fff;
  padding: 11px 22px; border-radius: var(--r);
  font-family: var(--fb); font-size: .82rem; font-weight: 700;
  transition: .2s; white-space: nowrap;
  display: flex; align-items: center; gap: 8px;
  box-shadow: 0 2px 10px rgba(107,26,26,.3);
}
.hcta:hover { background: var(--burg2); transform: translateY(-1px); }
.burger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: 8px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
.dr { display: none; position: fixed; inset: 0; z-index: 200; background: var(--ivory); flex-direction: column; padding: 84px var(--gap) 40px; overflow-y: auto; }
.dr.open { display: flex; }
.dr-x { position: absolute; top: 18px; right: var(--gap); width: 36px; height: 36px; border-radius: 50%; background: var(--ivory2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; }
.dr-sec { font-family: var(--fh); font-style: italic; font-size: .8rem; color: var(--gold); padding: 16px 0 8px; border-top: 1px solid var(--line); margin-top: 8px; }
.dr a { padding: 12px 0; font-family: var(--fb); font-size: .94rem; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--line2); }
.dr-cta { margin-top: 20px; background: var(--burg); color: #fff; padding: 14px; border-radius: var(--r); font-weight: 700; text-align: center; display: block; }

/* ── NEWSPAPER HERO ── */
.hero {
  background: var(--ivory);
  border-bottom: 3px double var(--burg);
  padding: 0;
  overflow: hidden;
}
.hero-masthead {
  background: var(--burg);
  padding: 18px var(--gap);
  text-align: center;
  border-bottom: 4px solid var(--gold);
}
.hero-masthead-title {
  font-family: var(--fh);
  font-size: clamp(1.8rem,5vw,3.8rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
}
.hero-masthead-sub {
  font-family: var(--fb);
  font-size: .72rem;
  color: rgba(255,255,255,.65);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 6px;
}
.hero-edition {
  background: var(--ivory2);
  border-bottom: 2px solid var(--line);
  padding: 7px var(--gap);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .71rem;
  color: var(--muted);
  font-family: var(--fb);
  flex-wrap: wrap;
  gap: 8px;
}
.hero-edition span { display: flex; align-items: center; gap: 6px; }
.hero-edition .burg-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--burg); }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 0;
  max-width: var(--mw);
  margin: 0 auto;
  padding: var(--gap);
}
.hero-main {
  padding-right: var(--gap);
  border-right: 1px solid var(--line);
}
.hero-label {
  font-family: var(--fh);
  font-style: italic;
  font-size: .9rem;
  color: var(--burg);
  border-bottom: 1px solid var(--burg);
  padding-bottom: 4px;
  margin-bottom: 14px;
  display: inline-block;
}
.hero h1 {
  font-family: var(--fh);
  font-size: clamp(2.2rem,5vw,4.2rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -.01em;
  margin-bottom: 14px;
}
.hero h1 em { font-style: italic; color: var(--burg); }
.hero-deck {
  font-size: .97rem;
  color: var(--mid);
  line-height: 1.74;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line2);
}
/* Layer 3: Hero independence notice */
.disc-l3 {
  background: var(--gold-l);
  border: 1px solid var(--gold-m);
  border-radius: var(--r2);
  padding: 14px 16px;
  font-size: .82rem;
  color: var(--mid);
  line-height: 1.64;
  margin-bottom: 20px;
}
.disc-l3 strong { color: var(--burg); }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.btn-burg {
  background: var(--burg); color: #fff;
  padding: 13px 22px; border-radius: var(--r);
  font-family: var(--fb); font-size: .87rem; font-weight: 700;
  transition: .2s; display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 2px 8px rgba(107,26,26,.3);
}
.btn-burg:hover { background: var(--burg2); transform: translateY(-1px); }
.btn-ivory {
  background: var(--ivory2); color: var(--ink);
  border: 1.5px solid var(--line);
  padding: 12px 20px; border-radius: var(--r);
  font-family: var(--fb); font-size: .85rem; font-weight: 600;
  transition: .2s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-ivory:hover { border-color: var(--burg); color: var(--burg); }
.hero-trust {
  display: flex; gap: 16px; flex-wrap: wrap;
  font-size: .76rem; color: var(--muted);
}
.hero-trust span { display: flex; align-items: center; gap: 5px; }
.hero-trust span::before { content: '✓'; color: var(--green); font-weight: 700; }
/* Hero sidebar */
.hero-side { padding-left: var(--gap); }
.hero-side-title {
  font-family: var(--fh);
  font-size: .88rem;
  font-weight: 600;
  color: var(--burg);
  text-transform: uppercase;
  letter-spacing: .1em;
  border-bottom: 2px solid var(--burg);
  padding-bottom: 7px;
  margin-bottom: 14px;
}
.hs-net {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line2);
  cursor: pointer;
  transition: .15s;
}
.hs-net:hover { color: var(--burg); }
.hs-logo {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fh); font-weight: 700; font-size: .82rem; color: #fff;
  flex-shrink: 0;
}
.hs-net-name { font-family: var(--fh); font-size: .95rem; font-weight: 600; color: var(--ink); }
.hs-net-type { font-size: .68rem; color: var(--muted); font-family: var(--fb); }
.hs-score { font-family: var(--fh); font-size: 1.1rem; font-weight: 700; color: var(--gold); margin-left: auto; }

/* ── LAYOUT ── */
.w { max-width: var(--mw); margin: 0 auto; padding: 0 var(--gap); }
.ws { max-width: 860px; margin: 0 auto; padding: 0 var(--gap); }
.sec { padding: clamp(48px,6vw,80px) var(--gap); }
.sec-ivory { background: var(--ivory); }
.sec-ivory2 { background: var(--ivory2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-burg { background: var(--burg); color: #fff; }
.sec-ink { background: var(--ink); color: #fff; }

/* ── SECTION HEADERS — editorial ruled ── */
.sh { margin-bottom: 40px; }
.sh-rule {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 12px;
}
.sh-rule::before {
  content: ''; flex: none;
  width: 32px; height: 3px;
  background: var(--burg);
}
.sh-rule::after {
  content: ''; flex: 1;
  height: 1px;
  background: var(--line);
}
.sh-label {
  font-family: var(--fh);
  font-style: italic;
  font-size: .82rem;
  color: var(--burg);
  white-space: nowrap;
}
.sh h2 {
  font-family: var(--fh);
  font-size: clamp(1.7rem,3.2vw,2.6rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.01em;
  line-height: 1.18;
  margin-bottom: 10px;
}
.sh h2.wc { color: #fff; }
.sh h2 em { font-style: italic; color: var(--burg); }
.sh p { font-size: .95rem; color: var(--muted); line-height: 1.74; max-width: 580px; }
.sh p.wc { color: rgba(255,255,255,.68); }
.sh.c { text-align: center; }
.sh.c .sh-rule { justify-content: center; }
.sh.c .sh-rule::before, .sh.c .sh-rule::after { flex: 1; }
.sh.c p { margin: 0 auto; }

/* ── ENCYCLOPEDIA NETWORK ENTRIES ── */
.enc-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.enc {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r3);
  overflow: hidden;
  transition: .22s;
}
.enc:hover { border-color: var(--burg); box-shadow: 0 6px 24px rgba(107,26,26,.12); transform: translateY(-2px); }
.enc-header {
  padding: 0;
  display: flex;
  border-bottom: 2px solid var(--line);
}
.enc-color-bar {
  width: 8px;
  flex-shrink: 0;
}
.enc-head-content {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.enc-logo {
  width: 48px; height: 48px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fh); font-weight: 700; font-size: .98rem; color: #fff;
  flex-shrink: 0;
}
.enc-name { font-family: var(--fh); font-size: 1.12rem; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.enc-type-row { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.enc-badge {
  font-size: .65rem; font-weight: 700;
  padding: 2px 7px; border-radius: 4px;
  font-family: var(--fb);
}
.enc-mno { background: var(--burg-l); color: var(--burg); }
.enc-mvo { background: var(--amber-l); color: var(--amber); }
.enc-focus { background: var(--gold-l); color: var(--gold); border: 1px solid var(--gold-m); }
.enc-parent { font-size: .75rem; color: var(--muted); font-family: var(--fb); }
.enc-score-box { margin-left: auto; text-align: right; flex-shrink: 0; }
.enc-stars { color: var(--gold); font-size: .88rem; line-height: 1; margin-bottom: 2px; }
.enc-score-num { font-family: var(--fh); font-size: 1.3rem; font-weight: 700; color: var(--gold); line-height: 1; }
.enc-score-of { font-size: .68rem; color: var(--muted); font-family: var(--fb); }
.enc-body { padding: 16px 20px; }
.enc-summary { font-size: .85rem; color: var(--mid); line-height: 1.65; margin-bottom: 12px; }
.enc-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 13px; }
.epill {
  font-family: var(--fb); font-size: .68rem; font-weight: 600;
  padding: 3px 9px; border-radius: 99px;
}
.epill-g { background: var(--green-l); color: var(--green); }
.epill-b { background: var(--blue-l); color: var(--blue); }
.epill-a { background: var(--amber-l); color: var(--amber); }
.enc-footer {
  padding: 12px 20px;
  background: var(--ivory);
  border-top: 1px solid var(--line2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.enc-stats { display: flex; gap: 14px; }
.enc-stat { text-align: center; }
.enc-stat-n { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: var(--burg); line-height: 1; }
.enc-stat-l { font-size: .64rem; color: var(--muted); font-family: var(--fb); margin-top: 1px; }
.enc-link {
  font-family: var(--fb); font-size: .8rem; font-weight: 700;
  color: var(--burg); display: flex; align-items: center; gap: 5px;
  padding: 8px 14px; background: var(--burg-l); border-radius: var(--r);
  transition: .2s;
}
.enc-link:hover { background: var(--burg); color: #fff; }

/* ── MAIN FOCUS CARDS (O2/Three/Sky — bigger) ── */
.focus-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 30px; }
.fc {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r3);
  overflow: hidden;
  position: relative;
}
.fc::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
}
.fc:hover { border-color: var(--burg); box-shadow: 0 10px 36px rgba(107,26,26,.14); }
.fc-top {
  padding: 24px 22px 16px;
  border-bottom: 1px solid var(--line2);
}
.fc-logo-row { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 14px; }
.fc-logo { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: 1.1rem; color: #fff; }
.fc-main-badge {
  background: var(--gold-l); border: 1px solid var(--gold-m);
  color: var(--gold); font-family: var(--fh); font-style: italic;
  font-size: .78rem; padding: 4px 10px; border-radius: 99px;
}
.fc-name { font-family: var(--fh); font-size: 1.3rem; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.fc-tagline { font-family: var(--fh); font-style: italic; font-size: .9rem; color: var(--muted); margin-bottom: 12px; }
.fc-summary { font-size: .86rem; color: var(--mid); line-height: 1.68; }
.fc-stats {
  padding: 14px 22px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  border-bottom: 1px solid var(--line2);
  background: var(--ivory);
}
.fc-stat { text-align: center; }
.fc-stat-n { font-family: var(--fh); font-size: 1.2rem; font-weight: 700; color: var(--burg); line-height: 1; }
.fc-stat-l { font-size: .65rem; color: var(--muted); font-family: var(--fb); margin-top: 2px; line-height: 1.3; }
.fc-highlights { padding: 14px 22px; border-bottom: 1px solid var(--line2); }
.fc-hl-title { font-family: var(--fh); font-style: italic; font-size: .8rem; color: var(--burg); margin-bottom: 9px; }
.fc-hl-item {
  display: flex; gap: 9px; align-items: flex-start;
  font-size: .82rem; color: var(--mid);
  margin-bottom: 7px; line-height: 1.5;
}
.fc-hl-item::before { content: '›'; color: var(--burg); font-weight: 700; font-size: 1rem; line-height: 1.3; flex-shrink: 0; }
.fc-action {
  padding: 14px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.fc-stars { color: var(--gold); font-size: .9rem; }
.fc-btn {
  background: var(--burg); color: #fff;
  padding: 9px 18px; border-radius: var(--r);
  font-family: var(--fb); font-size: .8rem; font-weight: 700;
  transition: .2s; display: flex; align-items: center; gap: 6px;
}
.fc-btn:hover { background: var(--burg2); }

/* ── DATA TABLE ── */
.dtbl-wrap { overflow-x: auto; border-radius: var(--r2); border: 2px solid var(--line); }
.dtbl { width: 100%; border-collapse: collapse; min-width: 720px; }
.dtbl thead tr { background: var(--ink); }
.dtbl th { padding: 12px 16px; text-align: left; font-family: var(--fb); font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.8); letter-spacing: .05em; text-transform: uppercase; }
.dtbl td { padding: 12px 16px; font-size: .84rem; color: var(--mid); border-bottom: 1px solid var(--line2); vertical-align: middle; }
.dtbl tbody tr:last-child td { border: none; }
.dtbl tbody tr:hover td { background: var(--burg-l); }
.tn { font-weight: 700; color: var(--ink); font-family: var(--fh); font-size: .9rem; }
.tick { color: var(--green); font-weight: 700; }
.cross { color: var(--red); }
.half { color: var(--amber); font-weight: 600; }

/* ── NETWORK DETAIL LAYOUT ── */
.nd-wrap {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 40px;
  align-items: start;
}
.nd-side { position: sticky; top: 84px; }
.nd-card {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r3);
  overflow: hidden;
}
.nd-card-head {
  background: var(--ink);
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
}
.nd-card-head::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}
.nd-logo { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; font-size: 1.05rem; color: #fff; margin-bottom: 12px; }
.nd-name { font-family: var(--fh); font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 3px; }
.nd-type { font-size: .7rem; color: rgba(255,255,255,.5); font-family: var(--fb); }
.nd-body { padding: 16px 22px; }
.nd-row { display: flex; justify-content: space-between; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--line2); font-size: .83rem; }
.nd-row:last-child { border: none; }
.nd-row .k { color: var(--muted); }
.nd-row .v { font-weight: 700; color: var(--ink); text-align: right; font-family: var(--fh); }
.nd-cta { display: block; margin: 14px 22px; background: var(--burg); color: #fff; text-align: center; padding: 12px; border-radius: var(--r); font-family: var(--fb); font-weight: 700; font-size: .85rem; transition: .2s; }
.nd-cta:hover { background: var(--burg2); }
.nd-tel { text-align: center; font-size: .73rem; color: var(--muted); margin: 8px 22px 16px; font-family: var(--fb); }
/* Layer 4: per-network independence notice */
.disc-l4 {
  background: var(--burg-l);
  border: 1px solid var(--burg-m);
  border-radius: var(--r2);
  padding: 13px 16px;
  font-size: .82rem; color: var(--mid); line-height: 1.64; margin: 16px 0;
}
.disc-l4 strong { color: var(--burg); }

/* ── PLAN TABS ── */
.ptw {}
.ptabs {
  display: flex; gap: 0;
  border: 1.5px solid var(--line);
  border-radius: var(--r2);
  overflow: hidden;
  margin-bottom: 18px;
}
.ptab {
  flex: 1; padding: 10px 14px;
  font-family: var(--fb); font-size: .81rem; font-weight: 600;
  color: var(--muted); text-align: center; transition: .15s;
  cursor: pointer; background: var(--ivory2);
  border-right: 1px solid var(--line); border: none;
}
.ptab:last-child { border-right: none; }
.ptab.on, .ptab:hover { background: var(--burg); color: #fff; }
.ppanel { display: none; }
.ppanel.on { display: block; }
.plan-blk {
  background: var(--ivory2);
  border: 1.5px solid var(--line);
  border-radius: var(--r2);
  padding: 20px;
}
.plan-blk h4 { font-family: var(--fh); font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: 9px; }
.plan-blk p { font-size: .87rem; color: var(--mid); line-height: 1.72; }

/* ── HISTORY TIMELINE ── */
.timeline { position: relative; padding-left: 28px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--line); }
.tl-item { position: relative; margin-bottom: 22px; }
.tl-dot { position: absolute; left: -24px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--burg); border: 2px solid var(--ivory); }
.tl-year { font-family: var(--fh); font-size: .8rem; font-weight: 700; color: var(--burg); margin-bottom: 4px; }
.tl-event { font-size: .86rem; color: var(--mid); line-height: 1.64; }

/* ── FEATURE BOXES ── */
.feat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 18px 0; }
.feat { background: var(--ivory2); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 20px; }
.feat-ic { font-size: 1.3rem; margin-bottom: 11px; }
.feat h4 { font-family: var(--fh); font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.feat p { font-size: .83rem; color: var(--mid); line-height: 1.64; }

/* ── AI FEEDBACK WIDGET ── */
.reviews { display: flex; flex-direction: column; gap: 12px; margin: 18px 0; }
.review {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r2);
  padding: 16px 18px;
}
.review-top { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 9px; }
.review-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--burg);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fh); font-weight: 700; font-size: .88rem; color: #fff;
  flex-shrink: 0;
}
.review-name { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.review-meta { font-size: .7rem; color: var(--muted); font-family: var(--fb); }
.review-stars { color: var(--gold); font-size: .82rem; margin-left: auto; }
.review p { font-size: .83rem; color: var(--mid); line-height: 1.64; font-style: italic; }
.review-disc { font-size: .68rem; color: var(--muted); margin-top: 7px; font-family: var(--fb); }

/* ── PROS CONS ── */
.pc { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0; }
.pros { background: var(--green-l); border: 1px solid #A7F3D0; border-radius: var(--r2); padding: 18px; }
.cons { background: var(--red-l); border: 1px solid #FECACA; border-radius: var(--r2); padding: 18px; }
.pros h4 { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--green); margin-bottom: 10px; }
.cons h4 { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--red); margin-bottom: 10px; }
.pros li, .cons li { font-size: .83rem; color: var(--mid); padding-left: 18px; position: relative; margin-bottom: 7px; line-height: 1.58; font-family: var(--fb); }
.pros li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.cons li::before { content: '✕'; position: absolute; left: 0; color: var(--red); font-weight: 700; }

/* ── SUITS BOX ── */
.suits { background: var(--gold-l); border: 1.5px solid var(--gold-m); border-radius: var(--r2); padding: 20px 22px; margin-top: 18px; }
.suits h4 { font-family: var(--fh); font-style: italic; font-size: .95rem; font-weight: 700; color: var(--gold); margin-bottom: 12px; }
.suits ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.suits li { font-size: .82rem; color: var(--mid); padding-left: 16px; position: relative; font-family: var(--fb); }
.suits li::before { content: '›'; position: absolute; left: 0; color: var(--burg); font-weight: 700; font-size: 1rem; line-height: 1.2; }

/* ── CTA STRIP ── */
.cta-strip {
  background: var(--burg);
  border-radius: var(--r2);
  padding: 24px 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; margin-top: 28px;
}
.cta-strip p { font-size: .91rem; color: rgba(255,255,255,.88); line-height: 1.6; max-width: 560px; }
.cta-strip p strong { color: #fff; }
.btn-cta-ivory {
  background: var(--ivory); color: var(--burg);
  padding: 12px 22px; border-radius: var(--r);
  font-family: var(--fb); font-size: .86rem; font-weight: 700;
  transition: .2s; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0;
}
.btn-cta-ivory:hover { background: var(--white); }

/* ── PROSE ── */
.pr h2 { font-family: var(--fh); font-size: 1.42rem; font-weight: 700; color: var(--ink); margin: 36px 0 11px; padding-bottom: 8px; border-bottom: 2px solid var(--line); }
.pr h3 { font-family: var(--fh); font-style: italic; font-size: 1.05rem; font-weight: 600; color: var(--burg); margin: 22px 0 8px; }
.pr p { font-family: var(--fb); font-size: .9rem; color: var(--mid); line-height: 1.86; margin-bottom: 12px; }
.pr ul, .pr ol { padding-left: 22px; margin-bottom: 14px; }
.pr li { font-family: var(--fb); font-size: .88rem; color: var(--mid); margin-bottom: 7px; line-height: 1.65; }
.pr strong { color: var(--ink); font-weight: 700; }
.info-box { background: var(--blue-l); border-left: 4px solid var(--blue); border-radius: 0 var(--r) var(--r) 0; padding: 13px 17px; font-size: .85rem; color: var(--mid); line-height: 1.7; margin: 16px 0; font-family: var(--fb); }
.info-box strong { color: var(--blue); }
.warn-box { background: var(--amber-l); border-left: 4px solid var(--amber); border-radius: 0 var(--r) var(--r) 0; padding: 13px 17px; font-size: .85rem; color: var(--mid); line-height: 1.7; margin: 16px 0; font-family: var(--fb); }
.warn-box strong { color: var(--amber); }

/* ── SAFETY BOX (strongest) ── */
.safety-strong {
  background: var(--red-l);
  border: 2px solid #FECACA;
  border-radius: var(--r2);
  padding: 22px 24px;
  display: flex; gap: 16px; align-items: flex-start;
}
.sic { width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.safety-strong h4 { font-family: var(--fh); font-size: 1.05rem; font-weight: 700; color: var(--red); margin-bottom: 7px; }
.safety-strong p { font-family: var(--fb); font-size: .87rem; color: var(--mid); line-height: 1.68; }

/* ── FAQ ── */
.fi { border-bottom: 1.5px solid var(--line2); }
.fq { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 0; cursor: pointer; }
.fq-t { font-family: var(--fh); font-size: 1rem; font-weight: 600; color: var(--ink); line-height: 1.4; }
.fq-ic { width: 28px; height: 28px; border-radius: 50%; background: var(--ivory2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: .8rem; color: var(--muted); flex-shrink: 0; transition: .2s; }
.fi.open .fq-ic { background: var(--burg); border-color: var(--burg); color: #fff; transform: rotate(45deg); }
.fa { display: none; padding: 0 0 18px; font-size: .88rem; color: var(--mid); line-height: 1.8; font-family: var(--fb); }
.fi.open .fa { display: block; }

/* ── STEP GUIDE ── */
.steps { display: flex; flex-direction: column; }
.step { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line2); align-items: flex-start; }
.step:last-child { border: none; }
.step-n { width: 40px; height: 40px; border-radius: 50%; background: var(--burg); color: #fff; font-family: var(--fh); font-size: .98rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step h4 { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.step p { font-size: .87rem; color: var(--mid); line-height: 1.72; font-family: var(--fb); }
.cpill { display: inline-block; background: var(--ink); color: #fff; font-family: 'Courier New',monospace; font-size: .87rem; font-weight: 700; padding: 3px 10px; border-radius: 5px; letter-spacing: .02em; }

/* ── CONTACT ── */
.cg { display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px; align-items: start; }
.ci { display: flex; gap: 13px; align-items: flex-start; background: var(--ivory2); border: 1.5px solid var(--line); border-radius: var(--r2); padding: 15px; margin-bottom: 10px; }
.ci-ic { width: 38px; height: 38px; border-radius: 8px; background: var(--burg-l); display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; }
.ci .lbl { font-family: var(--fb); font-size: .68rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.ci .val { font-family: var(--fh); font-size: .95rem; font-weight: 700; color: var(--ink); }
.fw { background: var(--white); border: 2px solid var(--line); border-radius: var(--r3); padding: 28px; box-shadow: 0 4px 20px rgba(107,26,26,.06); }
.fw h3 { font-family: var(--fh); font-size: 1.2rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.fw > p { font-family: var(--fb); font-size: .84rem; color: var(--muted); margin-bottom: 18px; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-family: var(--fb); font-size: .74rem; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.fg input, .fg select, .fg textarea { width: 100%; padding: 11px 13px; background: var(--ivory2); border: 1.5px solid var(--line); border-radius: var(--r); color: var(--ink); font-size: .87rem; font-family: var(--fb); outline: none; transition: .18s; -webkit-appearance: none; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--burg); background: var(--white); box-shadow: 0 0 0 3px rgba(107,26,26,.08); }
.fg textarea { resize: vertical; min-height: 82px; }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fg-ck { display: flex; gap: 9px; align-items: flex-start; margin: 11px 0; font-size: .76rem; color: var(--muted); line-height: 1.52; font-family: var(--fb); }
.fg-ck input { width: auto; margin-top: 3px; accent-color: var(--burg); }
.fsub { width: 100%; padding: 13px; background: var(--burg); color: #fff; font-family: var(--fb); font-size: .9rem; font-weight: 700; border-radius: var(--r); transition: .2s; cursor: pointer; border: none; }
.fsub:hover { background: var(--burg2); }

/* ── PAGE HEADER ── */
.ph { background: var(--ink); padding: 88px var(--gap) 50px; position: relative; overflow: hidden; }
.ph::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right,var(--burg),var(--gold),var(--burg)); }
.ph::after { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; border: 70px solid rgba(107,26,26,.15); top: -140px; right: -80px; }
.ph-i { max-width: var(--mw); margin: 0 auto; position: relative; z-index: 2; }
.ph-bc { font-size: .74rem; color: rgba(255,255,255,.36); margin-bottom: 12px; font-family: var(--fb); }
.ph-bc a { color: rgba(255,255,255,.62); font-weight: 600; }
.ph-tag { font-family: var(--fh); font-style: italic; font-size: .82rem; color: var(--gold); margin-bottom: 10px; display: block; }
.ph h1 { font-family: var(--fh); font-size: clamp(2rem,4.5vw,3.2rem); font-weight: 700; color: #fff; letter-spacing: -.01em; line-height: 1.1; margin-bottom: 10px; }
.ph h1 span { color: var(--gold); }
.ph-sub { font-family: var(--fb); font-size: .97rem; color: rgba(255,255,255,.52); line-height: 1.68; max-width: 580px; }

/* ── DISC BLOCK ── */
.disc-blk {
  background: var(--ivory2);
  border: 1.5px solid var(--line);
  border-radius: var(--r2);
  padding: 18px 20px;
  font-family: var(--fb);
  font-size: .77rem;
  color: var(--muted);
  line-height: 1.76;
  margin: 26px 0;
}

/* ── CTA BAND ── */
.cta-band { background: var(--ivory2); border-top: 3px double var(--burg); padding: 60px var(--gap); text-align: center; }
.cta-band h2 { font-family: var(--fh); font-size: clamp(1.7rem,3.2vw,2.4rem); font-weight: 700; color: var(--ink); letter-spacing: -.01em; margin-bottom: 11px; }
.cta-band h2 em { font-style: italic; color: var(--burg); }
.cta-band p { font-family: var(--fb); font-size: .96rem; color: var(--muted); max-width: 480px; margin: 0 auto 24px; line-height: 1.7; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
.footer { background: var(--ink); padding: 52px var(--gap) 24px; }
.ft { max-width: var(--mw); margin: 0 auto; }
.ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 20px; }
.ft-logo-row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ft-logo-c { width: 32px; height: 32px; background: var(--burg); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.ft-logo-c svg { width: 16px; height: 16px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.ft-logo-nm { font-family: var(--fh); font-size: .98rem; font-weight: 700; color: #fff; }
.ft-logo-sub { font-size: .58rem; font-weight: 700; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; }
.ft-brand p { font-family: var(--fb); font-size: .76rem; color: rgba(255,255,255,.34); line-height: 1.68; max-width: 230px; margin-bottom: 12px; }
.ft-tel { font-family: var(--fb); font-size: .8rem; color: rgba(255,255,255,.46); font-weight: 500; }
.ft-col h4 { font-family: var(--fh); font-style: italic; font-size: .82rem; color: var(--gold); margin-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.07); padding-bottom: 7px; }
.ft-col ul { display: flex; flex-direction: column; gap: 9px; }
.ft-col a { font-family: var(--fb); font-size: .79rem; color: rgba(255,255,255,.44); transition: .15s; }
.ft-col a:hover { color: #fff; }
/* Layer 5: footer full disclaimer */
.disc-l5 { font-family: var(--fb); font-size: .69rem; color: rgba(255,255,255,.2); line-height: 1.76; margin-bottom: 16px; padding: 14px; background: rgba(255,255,255,.03); border-radius: var(--r); border: 1px solid rgba(255,255,255,.06); }
.ft-bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-family: var(--fb); font-size: .7rem; color: rgba(255,255,255,.2); border-top: 1px solid rgba(255,255,255,.06); padding-top: 13px; }
.ft-bot a { color: rgba(255,255,255,.36); }

/* ── UTILS ── */
.rv { opacity: 0; transform: translateY(11px); transition: opacity .46s, transform .46s; }
.rv.in { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }
.mob-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: var(--burg); padding: 14px var(--gap); box-shadow: 0 -4px 16px rgba(107,26,26,.3); }
.mob-bar a { display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; font-family: var(--fb); font-size: .94rem; font-weight: 700; }

/* ── RESPONSIVE ── */
@media(max-width:1080px){.hero-grid{grid-template-columns:1fr}.hero-side{display:none}.nd-wrap{grid-template-columns:1fr}.nd-side{position:static}.focus-grid{grid-template-columns:1fr 1fr}.enc-grid{grid-template-columns:1fr 1fr}.ft-top{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:900px){.nav{display:none}.burger{display:flex}.cg{grid-template-columns:1fr}.mob-bar{display:block}body{padding-bottom:62px}}
@media(max-width:660px){.enc-grid{grid-template-columns:1fr}.focus-grid{grid-template-columns:1fr}.pc{grid-template-columns:1fr}.suits ul{grid-template-columns:1fr}.feat-grid{grid-template-columns:1fr}.ft-top{grid-template-columns:1fr 1fr}.fg-row{grid-template-columns:1fr}}
@media(max-width:480px){.ft-top{grid-template-columns:1fr}}

/* ── COOKIE BANNER ── */
.nc-ck-overlay {
  position: fixed; inset: 0; z-index: 9998;
  background: rgba(26,18,9,.45);
  backdrop-filter: blur(3px);
}
.nc-ck-box {
  position: fixed;
  bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 9999;
  background: var(--white);
  border: 2px solid var(--line);
  border-top: 4px solid var(--burg);
  border-radius: var(--r3);
  padding: 28px 28px 22px;
  width: min(560px, calc(100vw - 32px));
  box-shadow: 0 20px 60px rgba(26,18,9,.25);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nc-ck-icon {
  font-size: 2rem;
  text-align: center;
}
.nc-ck-content h3 {
  font-family: var(--fh);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.nc-ck-content p {
  font-family: var(--fb);
  font-size: .84rem;
  color: var(--mid);
  line-height: 1.68;
  margin-bottom: 6px;
}
.nc-ck-content p strong { color: var(--ink); }
.nc-ck-links { font-size: .75rem !important; color: var(--muted) !important; }
.nc-ck-links a { color: var(--burg); font-weight: 600; text-decoration: underline; }
.nc-ck-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.nc-ck-acc {
  flex: 1;
  background: var(--burg);
  color: #fff;
  padding: 12px 20px;
  border-radius: var(--r);
  font-family: var(--fb);
  font-size: .88rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: .18s;
  min-width: 160px;
}
.nc-ck-acc:hover { background: var(--burg2); }
.nc-ck-rej {
  flex: 1;
  background: var(--ivory2);
  color: var(--mid);
  padding: 12px 20px;
  border-radius: var(--r);
  font-family: var(--fb);
  font-size: .88rem;
  font-weight: 600;
  border: 1.5px solid var(--line);
  cursor: pointer;
  transition: .18s;
  min-width: 160px;
}
.nc-ck-rej:hover { border-color: var(--burg); color: var(--burg); }
@media(max-width:480px){
  .nc-ck-box { bottom: 0; border-radius: var(--r3) var(--r3) 0 0; width: 100%; }
  .nc-ck-btns { flex-direction: column; }
}
