:root {
    --ink: #20160c;
    --ink-soft: #574a3a;
    --sand: #f6efe2;
    --paper: #fffdf7;
    --indigo: #28306b;
    --indigo-deep: #181d47;
	--maroon: #8a2b1e;
    --maroon-deep: #5c1a12;
    --saffron: #e8732a;
	--saffron-mid:#d36c1e;
	--wine:#7a2230;
    --wine-deep: #4e131e;
    --gold: #c9962f;
    --gold-soft: #ecd9a3;
	--teal: #157a72;
    --peacock: #137a8e;
    --line: rgba(92, 26, 18, 0.14);
    --shadow: 0 20px 44px -20px rgba(92, 26, 18, 0.45);
    --shadow-sm: 0 8px 20px -14px rgba(92, 26, 18, 0.4);
    --radius: 20px;
	--radius-pill: 40px;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0; font-family: 'Nunito', system-ui, sans-serif; color: var(--ink);
    background:
      radial-gradient(circle at 8% 5%, rgba(201, 150, 47, 0.16), transparent 28%),
      radial-gradient(circle at 92% 4%, rgba(19, 122, 142, 0.14), transparent 30%),
      radial-gradient(circle at 70% 96%, rgba(232, 115, 42, 0.1), transparent 40%),
      var(--sand);
    line-height: 1.72; overflow-x: hidden;
  }
  a { color: var(--indigo); text-decoration: none; }
  .wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
  img { max-width: 100%; height: auto;}
  /* Google Translate bar */
    .google-translator {
	  background: var(--wine-deep); color: var(--gold-soft); font-size: 0.82rem; padding: 6px 20px;
	 display: flex; align-items: center; gap: 10px; justify-content: flex-end;
    }
    .google-translator #close { cursor: pointer; order: 3; }
    .google-translator #close img { height: 14px; width: auto; vertical-align: middle; }
    .google-translator #google_translate_element { display: inline-block; }
    @media (min-width:500px) {
	  .goog-te-gadget {display:flex;}
    }
    .goog-te-gadget, .goog-te-gadget a, .goog-te-gadget a:link, .goog-te-gadget a:active {color:var(--paper) !important;}
    .goog-te-gadget select {margin-right:5px !important;}
	.goog-te-gadget img {display:unset;}
  /* Header */
  .site-header {
      padding: 0 clamp(16px, 4vw, 60px);
      /*position: sticky;*/
      top: 0;
      z-index: 100;
      box-shadow: 0 3px 18px rgba(0,0,0,0.18);
    }
   header ul{
    list-style: none;
	padding-left:0;
	margin:0;
}
/* Logo */
.logo{
    display: inline-block;
    padding-top: 10px;
}
.logo img {
	max-width:200px;
}
/* Nav menu */
.nav{
    position: fixed;
	left: 10px;
    right: 10px;
    background-color: var(--saffron);
    overflow: hidden;
    z-index: 2;
}
.menu a{
    display: block;
    padding: 12px 25px;
    border-bottom: 1px solid var(--saffron-mid);
}
.menu li:last-child a {border:none}
.menu a:hover{
    background-color: var(--teal);
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}
/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 35px 20px;
}/* Style label tag */

.hamb-line {
    background: var(--wine);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background:var(--wine);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
} /* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height:fit-content;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

body:has(.side-menu:checked) {
  overflow: hidden;
}
@media (max-width: 767px) {
	.nav{
		box-shadow: var(--shadow);
	}
	.menu a {color:#fff;}
}
@media (max-width: 992px) {
	.logo img {
			max-width:170px;
		}
}
/* Responsiveness */
@media (min-width: 768px) {	
    .nav{
        max-height: none;
		margin-top: 18px;
        margin-right: 15px;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .menu li{
        float: left;
    }
	.menu a{
        background-color: transparent;
		border:none;
		padding: 5px 25px;
		margin:0 2px;
		transition: all 0.5s ease 0s;
    }
    .menu a:hover, .menu a.active {
        background: var(--saffron);
		color:#fff;
		transition: all 0.5s ease 0s;
		border-radius:var(--radius-pill)
    }

    .hamb{
        display: none;
    }
}
@media (min-width:768px) and (max-width: 992px) {
	.menu a{
		font-size:0.8rem;
		padding: 10px 15px;
    }
}

  /* Breadcrumb */
  .crumbs { font-size: 0.8rem; color: var(--ink-soft); margin: 8px 0 16px; }
  .crumbs a { color: var(--peacock); font-weight: 700; }
  .crumbs span { color: var(--ink-soft); }

  /* Hero */
  .hero {
    position: relative; border-radius: 28px; overflow: hidden; color: #fff;
    background: linear-gradient(135deg, var(--indigo-deep) 0%, var(--indigo) 55%, #3a4490 100%);
    padding: 50px 44px; box-shadow: var(--shadow); margin-bottom: 28px;
  }
  .hero::before {
    content: ""; position: absolute; inset: 0;
    background:
      radial-gradient(circle at 86% 16%, rgba(201, 150, 47, 0.4), transparent 36%),
      radial-gradient(circle at 10% 90%, rgba(19, 122, 142, 0.34), transparent 40%);
    pointer-events: none;
  }
  .chakra { position: absolute; top: -40px; right: -40px; width: 230px; height: 230px; opacity: 0.18; animation: spin 60s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }
  .hero-inner { position: relative; max-width: 720px; }
  .eyebrow {
    display: inline-block; font-family: 'Marcellus', serif; font-size: 0.78rem; font-weight: 400;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-soft);
    border: 1px solid rgba(236, 217, 163, 0.5); padding: 5px 14px; border-radius: 999px; margin-bottom: 18px;
  }
  .hero h1 {
    font-family: 'Marcellus', Georgia, serif; font-weight: 400;
    font-size: clamp(2.1rem, 4.8vw, 3.3rem); line-height: 1.08; margin: 0 0 16px; letter-spacing: 0.01em;
  }
  .hero p { font-size: 1.08rem; color: rgba(255,255,255,0.92); margin: 0; max-width: 620px; }
  .source-pill {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 22px;
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.28);
    padding: 8px 16px; border-radius: 999px; font-size: 0.82rem; font-weight: 700; color: var(--gold-soft);
  }

  /* Layout */
  .layout { display: grid; grid-template-columns: 1fr 290px; gap: 42px; align-items: start; }

  /* Article */
  .article h2 {
    font-family: 'Marcellus', serif; font-weight: 600; font-size: 1.6rem; color: var(--indigo-deep);
    margin: 32px 0 10px; border-bottom: 2px solid var(--line);
  }
  .article h2:first-child { margin-top: 0; }
  .article h3 {
    font-family: 'Marcellus', serif; font-weight: 600; font-size: 1.22rem; color: var(--saffron);
    margin: 26px 0 8px;
  }
  .article p { margin: 0 0 16px; color: var(--ink-soft); }
  .article strong { color: var(--ink); font-weight: 800; }

  .lede, .tip-card, .quotes {
    font-size: 1.12rem; color: var(--ink); background: var(--paper);
    border-left: 4px solid var(--saffron); border-radius: 0 14px 14px 0;
    padding: 18px 22px; margin: 0 0 24px; box-shadow: var(--shadow-sm);
  }
  .quotes .quote-ref {
		display: block;
		margin-top: 10px;
		font-family: 'Nunito', sans-serif;
		font-size: 0.88rem;
		font-weight: 700;
		color: var(--teal);
		font-style: normal;
	}

  .pull {
    font-family: 'Marcellus', serif; font-size: 1.3rem; color: var(--indigo);
    border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
    padding: 18px 0; margin: 26px 0; text-align: center; line-height: 1.4;
  }

  .story-img {
    width: 100%; height: auto; border-radius: var(--radius);
    box-shadow: var(--shadow); display: block; margin: 8px 0;
	  }
  .figure { margin: 24px 0; }
  .figure figcaption { font-size: 0.85rem; color: var(--ink-soft); text-align: center; margin-top: 8px; font-style: italic; }

  .moral, .conclusion, .note-card {
    background: linear-gradient(135deg, var(--peacock), #0e5e6e); color: #fff;
    border-radius: var(--radius); padding: 22px 26px; margin: 28px 0; box-shadow: var(--shadow);
  }
  .moral h3, .conclusion h3, .note-card h3 { font-family: 'Marcellus', serif; color: var(--gold-soft); margin: 0 0 8px; font-size: 1.2rem; }
  .moral p, .conclusion p, .note-card p { margin: 0; color: rgba(255,255,255,0.94); }
  .note-card strong {color: var(--gold-soft);}

  .inpage-nav { margin: 30px 0 10px; padding: 18px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
  .inpage-nav strong { display: block; font-family: 'Marcellus', serif; color: var(--indigo-deep); margin-bottom: 10px; }
  .inpage-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
  .inpage-nav li a {
    display: inline-block; background: var(--sand); border: 1px solid var(--line);
    padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: 0.86rem; color: var(--indigo);transition: all 0.5s ease 0s;
  }
  .inpage-nav li a:hover { background: var(--indigo); color: #fff;transition: all 0.5s ease 0s; }

  /* FAQ */
  .faq { margin: 36px 0 10px; }
  .faq details {
    background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
    padding: 4px 20px; margin-bottom: 12px; transition: box-shadow 0.2s ease;
  }
  .faq details[open] { box-shadow: var(--shadow); }
  .faq summary {
    cursor: pointer; font-weight: 800; color: var(--indigo-deep); padding: 14px 0; list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; font-size: 1.4rem; color: var(--saffron); transition: transform 0.2s ease; }
  .faq details[open] summary::after { transform: rotate(45deg); }
  .faq details p { margin: 0 0 16px; color: var(--ink-soft); }

  /* Sidebar */
  .sidebar { position: sticky; top: 20px; display: flex; flex-direction: column; gap: 22px; }
  .panel-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
  .panel-card .section-head, .panel-card .h3 { display:block;font-weight: 600;color: var(--peacock);font-family: 'Marcellus', serif; font-size: 1.4rem; margin: 0 0 14px; border-bottom: 2px solid var(--line); }
  .panel-link { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--line); }
  .panel-link:last-child { border-bottom: none; }
  .panel-link img { width: 48px; height: 48px; object-fit: cover; border-radius: 12px; flex-shrink: 0; }
  .panel-link span { font-weight: 700; font-size: 0.9rem; color: var(--indigo-deep); line-height: 1.3; transition: all 0.5s ease 0s; }
  .panel-link:hover span {padding-left:5px;color:var(--saffron);transition: all 0.5s ease 0s;}
  .discover-list a { display: block; padding: 7px 0; font-weight: 700; font-size: 0.92rem; border-bottom: 1px dashed var(--line);transition: all 0.5s ease 0s; }
  .discover-list a:last-child { border-bottom: none; }
  .discover-list a:hover { color: var(--saffron);padding-left:8px;transition: all 0.5s ease 0s; }

  .newsletter { background: linear-gradient(135deg, var(--saffron), #c25618); color: #fff; border: none; }
  .newsletter .h3 { color: #fff; font-size:1.5rem} }
  .newsletter p { font-size: 0.86rem; opacity: 0.92; margin: 0 0 14px; }
  .newsletter input[type=text], .newsletter input[type=email] { width: 100%; padding: 11px 14px; border-radius: 12px; border: none; font-family: inherit; font-size: 0.92rem; margin-bottom: 10px; }
  .newsletter input[type=submit] { width: 100%; padding: 11px; border-radius: 12px; border: none; background: var(--gold); color: var(--indigo-deep); font-weight: 800; font-family: inherit; cursor: pointer; }

  /* Footer */
  .site-foot { margin-top: 48px; background: var(--indigo-deep); color: rgba(255,255,255,0.9); border-radius: 28px 28px 0 0; padding: 40px 0 28px; }
  .site-foot .bann-wrap {background:rgba(255,255,255,0.9); padding:10px; margin:20px 0; border-radius:15px}
	.foot-sections {padding:0 16px}
	.foot-sections .h3, .foot-sections .foot-head {  font-family: 'Marcellus', serif; display:block; color: var(--gold-soft); font-size: 1.8rem; margin: 0 0 16px; font-weight:600 }
	.foot-sections ul {
	  list-style: none; padding: 0; margin: 0;
	  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 8px 18px;
	}
	.foot-sections a { color: rgba(255,255,255,0.82); font-weight: 600; font-size: 0.9rem; }
	.foot-sections a:hover { color: var(--gold-soft); }
	.footer-bottom a { color: rgba(255,255,255,0.5); }
	.footer-bottom a:hover { color: var(--saffron); }
	@media (max-width:767px) {
		.footer-col ul {padding: 0; margin: 0;display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px 18px;}
		.foot-sections {padding:0} 
		.foot-sections ul {grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }		
	}

  @media (max-width: 880px) {
    .layout { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .hero { padding: 38px 24px; }
  }
  
/**** MISCELLANEOUS ***/
.btn-general, a.btn-general{
	display:inline-block; margin-top:18px; font-weight:800; color:#fff; background:var(--maroon); padding:10px 22px; border-radius:999px;transition: all 0.5s ease 0s;
}
.btn-general:hover, a.btn-general:hover{
	background:var(--peacock);margin-top:15px;transition: all 0.5s ease 0s;
}
  /**** GRID  and BOX***/
.box-grid-2, .box-grid-3, .box-grid-4 {
	display:grid;
	gap:15px;
	margin-bottom:17px;
}
.box-grid-4 {
	grid-template-columns:repeat(auto-fit, minmax(190px, 1fr))
}
.box-grid-3 {
	grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))
}
.box-grid-2 {
	grid-template-columns: repeat(2, 1fr)
}
@media (max-width:767px) {
.box-grid-3, .box-grid-4 {
	grid-template-columns:1fr
}
}
.box-card {
    padding: 18px 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
	box-shadow: var(--shadow-sm);;
	margin:15px 0;
	}
.box-grid-2 .box-card, .box-grid-3 .box-card, .box-grid-4 .box-card {margin:0}
.box-card h2:first-child, .box-card h3:first-child {margin-top:0}
.box-card p:last-child {margin-bottom:0}
.box-card .k {
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 4px;
}
.box-card .v {
	font-weight: 700;
	color: var(--maroon-deep);
	font-size: 1.02rem;
	line-height: 1.35;
	}
	