:root{--nv-blue:#315F78;--nv-deep:#173746;--nv-ink:#30373B;--nv-grey:#7D8588;--nv-cream:#F6F3EC;--nv-white:#fff}
html{scroll-behavior:smooth}body{margin:0}.nv-header{position:relative;z-index:20;background:rgba(246,243,236,.96);border-bottom:1px solid rgba(48,55,59,.08)}.nv-header-inner{min-height:82px;padding:0 24px}.nv-header .wp-block-navigation a{color:var(--nv-ink);font-size:.92rem;letter-spacing:.02em}.nv-section{padding:clamp(64px,8vw,112px) 24px}.nv-section--white{background:var(--nv-white)}.nv-section--deep{background:var(--nv-deep);color:rgba(255,255,255,.9)}.nv-section--deep h2,.nv-section--deep h3,.nv-section--deep a{color:var(--nv-white)}.nv-heading{text-align:center;margin:0 auto clamp(32px,5vw,56px);max-width:860px}.nv-heading__line{display:flex;align-items:center;gap:22px}.nv-heading__line:before,.nv-heading__line:after{content:"";height:1px;background:currentColor;opacity:.28;flex:1}.nv-heading__title{margin:0;color:var(--nv-grey);font-family:"DM Sans",system-ui,sans-serif!important;font-size:clamp(.95rem,1.4vw,1.2rem);font-weight:500!important;letter-spacing:.18em;line-height:1.3!important}.nv-section--deep .nv-heading__title{color:rgba(255,255,255,.7)}.nv-heading__subtitle{margin:.25rem 0 0;font-family:Caveat,cursive;font-size:clamp(2rem,4vw,3.2rem);line-height:1;color:var(--nv-blue)}.nv-section--deep .nv-heading__subtitle{color:#b8d1dc}.nv-lede{font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.6}.nv-card{background:var(--nv-white);padding:0 0 1.5rem;overflow:hidden}.nv-card .wp-block-post-date,.nv-card .wp-block-post-title,.nv-card .wp-block-post-excerpt{padding-left:1rem;padding-right:1rem}.nv-card .wp-block-post-date{margin-top:1rem;color:var(--nv-grey);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.nv-footer{padding:42px 24px;background:var(--nv-deep);color:rgba(255,255,255,.78)}.nv-footer a{color:#fff}.nv-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.nv-reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.nv-reveal{opacity:1;transform:none;transition:none}}@media(max-width:700px){.nv-header-inner{min-height:70px;padding:0 16px}.nv-section{padding-left:18px;padding-right:18px}.nv-heading__line{gap:12px}.nv-heading__title{letter-spacing:.12em}}
.nv-header-inner,.nv-footer-inner,.nv-container{max-width:1180px;margin:0 auto}.nv-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.nv-site-title{font-family:"DM Serif Display",serif;font-size:1.7rem;color:var(--nv-ink);text-decoration:none}.custom-logo{max-height:58px;width:auto}.nv-nav ul,.nv-footer ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}.nv-nav a{text-decoration:none;color:var(--nv-ink)}.nv-main{min-height:60vh}.nv-center{text-align:center;max-width:820px;margin-left:auto;margin-right:auto}.nv-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}.nv-button{display:inline-block;padding:12px 20px;background:var(--nv-blue);color:#fff;text-decoration:none;border:1px solid var(--nv-blue)}.nv-button--outline{background:transparent;color:var(--nv-blue)}.nv-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.nv-post-card{background:#fff}.nv-post-card__image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.nv-post-card__body{padding:18px}.nv-post-card__date{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--nv-grey)}.nv-post-card h3{font-size:1.45rem;margin:.3rem 0 .7rem}.nv-post-card a{color:inherit;text-decoration:none}.nv-content{max-width:820px}.nv-content img{max-width:100%;height:auto}@media(max-width:760px){.nv-post-grid{grid-template-columns:1fr}.nv-nav{display:none}.nv-header-inner{min-height:70px}.nv-footer-inner{display:block}.nv-footer ul{flex-wrap:wrap}}

/* Home: navigation overlays the native hero. */
.home .nv-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:transparent;
  border-bottom:0;
}
.home .nv-header-inner{
  position:relative;
  z-index:2;
}
.home .nv-header .nv-site-title,
.home .nv-header .nv-nav a{
  color:var(--nv-white);
  text-shadow:0 1px 8px rgba(0,0,0,.38);
}
.home .nv-header .custom-logo{
  filter:drop-shadow(0 1px 5px rgba(0,0,0,.22));
}
.home .nv-main{
  padding-top:0;
}
.admin-bar.home .nv-header{top:32px}
@media(max-width:782px){.admin-bar.home .nv-header{top:46px}}

/* 0.1.5 — Primary navigation and dropdown hierarchy */
.nv-nav{
  position:relative;
  z-index:30;
}
.nv-nav > ul{
  display:flex;
  align-items:center;
  gap:clamp(18px,2.2vw,30px);
  list-style:none;
  margin:0;
  padding:0;
}
.nv-nav > ul > li{
  position:relative;
  margin:0;
  padding:0;
}
.nv-nav > ul > li > a{
  display:block;
  padding:30px 0 27px;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.86rem;
  font-weight:500;
  line-height:1;
  letter-spacing:.085em;
  text-transform:uppercase;
  white-space:nowrap;
  text-decoration:none;
  transition:opacity .18s ease,color .18s ease;
}
.nv-nav > ul > li > a:hover,
.nv-nav > ul > li > a:focus-visible{
  opacity:.72;
}

/* Do not flatten descendant menus: they are dropdown panels. */
.nv-nav .sub-menu{
  position:absolute;
  top:calc(100% - 12px);
  left:-20px;
  z-index:100;
  display:block;
  min-width:230px;
  margin:0;
  padding:10px 0;
  list-style:none;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(48,55,59,.08);
  box-shadow:0 16px 42px rgba(17,30,36,.16);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.nv-nav .sub-menu li{
  position:relative;
  display:block;
  margin:0;
  padding:0;
}
.nv-nav .sub-menu a{
  display:block;
  padding:11px 20px;
  color:var(--nv-ink);
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.88rem;
  font-weight:400;
  line-height:1.35;
  letter-spacing:.015em;
  text-transform:none;
  white-space:nowrap;
  text-decoration:none;
  transition:background-color .15s ease,color .15s ease,padding-left .15s ease;
}
.nv-nav .sub-menu a:hover,
.nv-nav .sub-menu a:focus-visible{
  padding-left:24px;
  background:rgba(49,95,120,.08);
  color:var(--nv-blue);
}
.nv-nav li:hover > .sub-menu,
.nv-nav li:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

/* Third level and deeper. */
.nv-nav .sub-menu .sub-menu{
  top:-10px;
  left:calc(100% - 1px);
  transform:translateX(8px);
}
.nv-nav .sub-menu li:hover > .sub-menu,
.nv-nav .sub-menu li:focus-within > .sub-menu{
  transform:translateX(0);
}

/* Small visual cue for items that open a submenu. */
.nv-nav > ul > .menu-item-has-children > a::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-left:8px;
  border-right:1px solid currentColor;
  border-bottom:1px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
  opacity:.7;
}
.nv-nav .sub-menu .menu-item-has-children > a{
  padding-right:34px;
}
.nv-nav .sub-menu .menu-item-has-children > a::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  width:6px;
  height:6px;
  border-top:1px solid currentColor;
  border-right:1px solid currentColor;
  transform:translateY(-50%) rotate(45deg);
  opacity:.6;
}

/* Home overlay: dropdowns need their own readable surface over photographs. */
.home .nv-nav .sub-menu{
  background:rgba(23,55,70,.96);
  border-color:rgba(255,255,255,.11);
  box-shadow:0 18px 45px rgba(0,0,0,.28);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.home .nv-nav .sub-menu a{
  color:rgba(255,255,255,.94);
  text-shadow:none;
}
.home .nv-nav .sub-menu a:hover,
.home .nv-nav .sub-menu a:focus-visible{
  background:rgba(255,255,255,.10);
  color:#fff;
}

@media(max-width:760px){
  /* Mobile navigation will get its own dedicated drawer in a later pass. */
  .nv-nav{display:none}
}

/* 0.1.6 — Header geometry: logo anchored to the viewport, navigation truly centered. */
.nv-header-inner{
  max-width:none;
  width:100%;
  box-sizing:border-box;
  margin:0;
  padding-left:clamp(22px,2.7vw,44px);
  padding-right:clamp(22px,2.7vw,44px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:24px;
}
.nv-brand{
  grid-column:1;
  justify-self:start;
  min-width:0;
  position:relative;
  z-index:2;
}
.nv-nav{
  grid-column:2;
  justify-self:center;
}
.custom-logo{
  display:block;
}

/* Homepage landmark strip directly below the hero. */
.nv-landmarks{
  position:relative;
  z-index:3;
  overflow:hidden;
  width:100%;
  margin:0;
  background:#315f78;
  color:#f6f3ec;
  border:0;
}
.nv-landmarks__inner{
  position:relative;
  z-index:2;
  width:min(1120px,calc(100% - 64px));
  min-height:154px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}
.nv-landmarks__watermark{
  position:absolute;
  z-index:1;
  left:clamp(-34px,-1.8vw,-8px);
  bottom:-72px;
  width:266px;
  height:266px;
  transform:rotate(20deg);
  opacity:.105;
  pointer-events:none;
}
.nv-landmarks__watermark img{
  display:block;
  width:100%;
  height:100%;
}
.nv-landmark{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-width:0;
  padding:32px 30px;
  color:inherit;
  text-decoration:none;
  transition:background-color .28s ease;
}
.nv-landmark + .nv-landmark::before{
  content:"";
  position:absolute;
  left:0;
  top:31%;
  bottom:31%;
  width:1px;
  background:rgba(246,243,236,.18);
}
.nv-landmark:hover,
.nv-landmark:focus-visible{
  background:rgba(255,255,255,.07);
  outline:none;
}
.nv-landmark:focus-visible{
  box-shadow:inset 0 0 0 2px rgba(246,243,236,.78);
}
.nv-landmark__icon{
  flex:0 0 66px;
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  opacity:.96;
  position:relative;
  z-index:0;
  transform-origin:center center;
  transition:transform .72s cubic-bezier(.16,.72,.18,1),opacity .72s cubic-bezier(.16,.72,.18,1);
}
.nv-landmark:hover .nv-landmark__icon,
.nv-landmark:focus-visible .nv-landmark__icon{
  transform:scale(4.15);
  opacity:.055;
}
.nv-landmark__icon img{
  display:block;
  max-width:100%;
  max-height:100%;
}
.nv-landmark__copy{
  position:relative;
  z-index:1;
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.1;
}
.nv-landmark__copy strong{
  color:#fff;
  font-family:"DM Serif Display",Georgia,serif;
  font-size:clamp(1.12rem,1.45vw,1.42rem);
  font-weight:400;
  letter-spacing:.01em;
  white-space:nowrap;
}
.nv-landmark__copy small{
  margin-top:8px;
  color:rgba(246,243,236,.72);
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.76rem;
  font-weight:400;
  letter-spacing:.11em;
  text-transform:none;
  white-space:nowrap;
}

@media(max-width:1080px) and (min-width:761px){
  .nv-header-inner{padding-left:24px;padding-right:24px;gap:16px}
  .nv-nav > ul{gap:16px}
  .nv-nav > ul > li > a{font-size:.79rem;letter-spacing:.055em}
  .nv-landmarks__inner{width:calc(100% - 32px)}
  .nv-landmark{gap:14px;padding-left:18px;padding-right:18px}
  .nv-landmark__icon{flex-basis:54px;width:54px;height:54px}
}

@media(max-width:760px){
  .nv-header-inner{
    display:flex;
    justify-content:space-between;
    padding-left:18px;
    padding-right:18px;
  }
  .nv-landmarks__inner{
    width:100%;
    min-height:0;
    grid-template-columns:1fr;
  }
  .nv-landmarks__watermark{
    left:-55px;
    top:68px;
    width:160px;
    height:160px;
  }
  .nv-landmark{
    justify-content:flex-start;
    min-height:92px;
    padding:20px 28px 20px 34px;
  }
  .nv-landmark + .nv-landmark::before{
    left:34px;
    right:34px;
    top:0;
    bottom:auto;
    width:auto;
    height:1px;
  }
  .nv-landmark__icon{
    flex-basis:50px;
    width:50px;
    height:50px;
  }
}

/* 0.1.7 — Validated landmark artwork from the original Navayuga visual language. */
.nv-landmark__icon img[src*="-landmark-white-v2.png"]{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

/* 0.1.8 — Restored homepage photo album from the original 2024 layout. */
.nv-section--gallery{
  overflow:hidden;
  padding-bottom:clamp(48px,6vw,86px);
}
.nv-photo-mosaic{
  width:min(1320px,calc(100% - 30px));
  margin:clamp(28px,4vw,50px) auto 0;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-template-rows:clamp(230px,25vw,360px) clamp(210px,21vw,310px) clamp(210px,21vw,310px);
  gap:30px;
}
.nv-photo-mosaic__item{
  display:block;
  overflow:hidden;
  background:#e9e6df;
}
.nv-photo-mosaic__item img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease,filter .45s ease;
}
.nv-photo-mosaic__item:hover img,
.nv-photo-mosaic__item:focus-visible img{
  transform:scale(1.025);
}
.nv-photo-mosaic__item:focus-visible{
  outline:3px solid #315f78;
  outline-offset:3px;
}
/* Original Elementor proportions: 62.5/37.5, then 30.8/42.3/26.2, then 27.4/25.6/46.3. */
.nv-photo-mosaic__item--1{grid-column:1 / span 8;grid-row:1}
.nv-photo-mosaic__item--2{grid-column:9 / span 4;grid-row:1}
.nv-photo-mosaic__item--3{grid-column:1 / span 4;grid-row:2}
.nv-photo-mosaic__item--4{grid-column:5 / span 5;grid-row:2}
.nv-photo-mosaic__item--5{grid-column:10 / span 3;grid-row:2}
.nv-photo-mosaic__item--6{grid-column:1 / span 3;grid-row:3}
.nv-photo-mosaic__item--7{grid-column:4 / span 3;grid-row:3}
.nv-photo-mosaic__item--8{grid-column:7 / span 6;grid-row:3}

@media(max-width:760px){
  .nv-photo-mosaic{
    width:calc(100% - 28px);
    grid-template-columns:1fr 1fr;
    grid-template-rows:none;
    gap:14px;
  }
  .nv-photo-mosaic__item,
  .nv-photo-mosaic__item--1,
  .nv-photo-mosaic__item--2,
  .nv-photo-mosaic__item--3,
  .nv-photo-mosaic__item--4,
  .nv-photo-mosaic__item--5,
  .nv-photo-mosaic__item--6,
  .nv-photo-mosaic__item--7,
  .nv-photo-mosaic__item--8{
    grid-column:auto;
    grid-row:auto;
    aspect-ratio:4/3;
  }
  .nv-photo-mosaic__item--1,
  .nv-photo-mosaic__item--4,
  .nv-photo-mosaic__item--8{
    grid-column:1 / -1;
    aspect-ratio:16/9;
  }
}


/* 0.1.9 — Compact legacy-style section headings.
   Short rules; the left rule aligns with the handwritten subtitle below. */
.nv-heading{
  width:fit-content;
  max-width:100%;
  text-align:left;
}
.nv-heading__line{
  width:100%;
  justify-content:flex-start;
  gap:9px;
}
.nv-heading__line::before,
.nv-heading__line::after{
  flex:0 0 52px;
  width:52px;
}
.nv-heading__title{
  flex:0 0 auto;
  white-space:nowrap;
}
.nv-heading__subtitle{
  width:max-content;
  max-width:100%;
  text-align:left;
}
@media(max-width:700px){
  .nv-heading__line{gap:7px}
  .nv-heading__line::before,
  .nv-heading__line::after{
    flex-basis:36px;
    width:36px;
  }
  .nv-heading__title{white-space:normal}
}

/* 0.1.10 — Landmark filenames changed to force cache invalidation after black→white asset replacement. */

/* 0.1.11 — Header collision handling, blue hover accent, stronger legacy headings, restored footer. */

/* A touch of Navayuga blue in the photographic header without adding a solid bar. */
.nv-nav > ul > li > a:hover,
.nv-nav > ul > li > a:focus-visible,
.nv-nav > ul > .current-menu-item > a,
.nv-nav > ul > .current-menu-ancestor > a{
  color:var(--nv-blue);
  opacity:1;
}
.home .nv-nav > ul > li > a:hover,
.home .nv-nav > ul > li > a:focus-visible,
.home .nv-nav > ul > .current-menu-item > a,
.home .nv-nav > ul > .current-menu-ancestor > a{
  color:#b9dbea;
  opacity:1;
  text-shadow:0 1px 8px rgba(0,0,0,.38),0 0 18px rgba(49,95,120,.30);
}

/* On wide screens the menu stays genuinely centered on the viewport. */
@media(min-width:1281px){
  .nv-header-inner{
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  }
  .nv-nav{grid-column:2;justify-self:center}
}

/* At intermediate desktop widths, switch to a conventional right-aligned menu
   before the centered navigation can collide with the wordmark. */
@media(max-width:1280px) and (min-width:981px){
  .nv-header-inner{
    display:flex;
    width:100%;
    padding-left:clamp(20px,2.4vw,32px);
    padding-right:clamp(20px,2.4vw,32px);
    gap:22px;
  }
  .nv-brand{flex:0 0 auto}
  .custom-logo{max-width:clamp(180px,19vw,235px);height:auto}
  .nv-nav{margin-left:auto;flex:0 1 auto}
  .nv-nav > ul{justify-content:flex-end;gap:clamp(11px,1.25vw,18px)}
  .nv-nav > ul > li > a{
    font-size:clamp(.72rem,.75vw,.80rem);
    letter-spacing:.045em;
  }
}

/* Real responsive breakpoint: never let the menu pass underneath the logo. */
.nv-menu-toggle{
  display:none;
  appearance:none;
  border:0;
  background:transparent;
  padding:10px 7px;
  cursor:pointer;
}
.nv-menu-toggle span{
  display:block;
  width:26px;
  height:2px;
  margin:5px 0;
  background:var(--nv-ink);
  transition:transform .2s ease,opacity .2s ease,background-color .2s ease;
}
.home .nv-menu-toggle span{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25)}
@media(max-width:980px){
  .nv-header-inner{
    display:flex;
    min-height:72px;
    justify-content:space-between;
    gap:18px;
    padding-left:18px;
    padding-right:18px;
  }
  .custom-logo{max-width:min(235px,62vw);height:auto}
  .nv-menu-toggle{display:block;position:relative;z-index:120}
  .nv-nav{
    display:none;
    position:absolute;
    top:100%;
    left:16px;
    right:16px;
    z-index:110;
    margin:0;
    background:rgba(23,55,70,.98);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 18px 45px rgba(0,0,0,.26);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
  .nv-nav.is-open{display:block}
  .nv-nav > ul{
    display:block;
    padding:10px 0;
  }
  .nv-nav > ul > li{display:block}
  .nv-nav > ul > li > a{
    padding:13px 20px;
    color:#fff;
    text-shadow:none;
    font-size:.84rem;
  }
  .nv-nav .sub-menu,
  .nv-nav .sub-menu .sub-menu{
    position:static;
    display:block;
    min-width:0;
    padding:0 0 4px 16px;
    background:transparent;
    border:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
  .nv-nav .sub-menu a{
    padding:9px 20px;
    color:rgba(255,255,255,.78);
    white-space:normal;
  }
  .nv-nav .sub-menu a:hover,
  .nv-nav .sub-menu a:focus-visible{
    padding-left:24px;
    color:#b9dbea;
    background:rgba(255,255,255,.06);
  }
  .nv-nav > ul > .menu-item-has-children > a::after,
  .nv-nav .sub-menu .menu-item-has-children > a::after{display:none}
  .nv-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nv-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .nv-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}

/* Heavier upper line in section titles, while preserving the approved Caveat subtitle. */
.nv-heading__line{gap:9px}
.nv-heading__line::before,
.nv-heading__line::after{
  height:2px;
  background:currentColor;
  opacity:.68;
}
.nv-heading__title{
  font-weight:700!important;
  letter-spacing:.15em;
  color:#676f73;
}
.nv-section--deep .nv-heading__title{color:rgba(255,255,255,.78)}

/* Exact approved black silhouettes converted to white; cache-busted v3 filenames. */
.nv-landmark__icon img[src*="-landmark-white-v3.png"]{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

/* Restored old footer composition, rebuilt natively (no Unity/Elementor layout dependency). */
.nv-footer{
  padding:0;
  background:linear-gradient(180deg,#2a2a2a 0%,#151515 100%);
  color:#b9b9b9;
  border-top:5px solid var(--nv-blue);
}
.nv-footer__main{
  width:min(1180px,calc(100% - 60px));
  margin:0 auto;
  padding:40px 0;
  display:grid;
  grid-template-columns:22fr 19fr 27fr 32fr;
  gap:clamp(24px,3vw,44px);
  align-items:start;
}
.nv-footer__title{
  margin:0 0 13px;
  color:#fff;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:1.18rem;
  font-weight:700;
  letter-spacing:.025em;
}
.nv-footer p{
  margin:.25rem 0 .8rem;
  color:#b9b9b9;
  font-size:.96rem;
  line-height:1.65;
}
.nv-footer strong{color:#e8e8e8}
.nv-footer a{color:#d9eef7;text-decoration:none}
.nv-footer a:hover,.nv-footer a:focus-visible{color:#fff;text-decoration:underline;text-decoration-color:#8cc0d6;text-underline-offset:3px}
.nv-footer__map{
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.nv-footer__map img{
  display:block;
  width:min(172px,100%);
  height:auto;
  opacity:.92;
}
.nv-footer__privacy{margin-top:8px!important;font-size:.84rem!important;color:#929292!important}
.nv-footer__form{margin-top:16px}
.nv-footer__form .tnp-subscription-minimal{
  width:100%;
  max-width:none;
  margin:0!important;
  padding:0!important;
}
.nv-footer__form .tnp-subscription-minimal form{
  display:flex!important;
  align-items:stretch!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
}
.nv-footer__form .tnp-subscription-minimal input.tnp-name,
.nv-footer__form .tnp-subscription-minimal input.tnp-email{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:#f1eadf!important;
  color:#30373b!important;
  padding:12px 8px 12px 20px!important;
  font:inherit!important;
  box-shadow:none!important;
}
.nv-footer__form .tnp-subscription-minimal input.tnp-name:focus,
.nv-footer__form .tnp-subscription-minimal input.tnp-email:focus{
  background:#fff!important;
}
.nv-footer__form .tnp-subscription-minimal input.tnp-submit{
  flex:0 0 auto!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:var(--nv-blue)!important;
  color:#fff!important;
  padding:10px 20px!important;
  font-family:"DM Sans",system-ui,sans-serif!important;
  font-size:.92rem!important;
  font-weight:600!important;
  line-height:1.2!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.nv-footer__form .tnp-subscription-minimal input.tnp-submit:hover,
.nv-footer__form .tnp-subscription-minimal input.tnp-submit:focus-visible{
  background:#254b61!important;
}
.nv-footer__mail-fallback{
  display:inline-block;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
}
.nv-footer__bottom{border-top:1px solid #404040}
.nv-footer__bottom-inner{
  width:min(1180px,calc(100% - 60px));
  margin:0 auto;
  padding:10px 0;
}
.nv-footer__bottom p{margin:0;font-size:.9rem}

@media(max-width:900px){
  .nv-footer__main{grid-template-columns:1fr 1fr;gap:36px 42px}
  .nv-footer__map{justify-content:flex-start}
}
@media(max-width:620px){
  .nv-footer__main{
    width:calc(100% - 36px);
    grid-template-columns:1fr;
    padding:52px 0;
    text-align:center;
  }
  .nv-footer__map{justify-content:center}
  .nv-footer__bottom-inner{width:calc(100% - 36px);padding:20px 0;text-align:center}
}


/* 0.1.13 — Espace Navayuga public page: native PHP/CSS, no page builder. */
.nv-space-page{background:var(--nv-cream);color:var(--nv-ink)}
.nv-space-page .nv-heading{margin-left:0;margin-right:0}
.nv-space-hero{padding-top:clamp(84px,10vw,138px)}
.nv-space-hero__inner{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.68fr);gap:clamp(48px,7vw,96px);align-items:center}
.nv-space-hero__copy{max-width:760px}
.nv-space-hero__copy .nv-heading{margin-bottom:36px}
.nv-space-intro{font-size:clamp(1.25rem,2vw,1.58rem);line-height:1.58;color:#263239}
.nv-space-hero__copy>p:not(.nv-space-intro){font-size:1.04rem;line-height:1.78;max-width:720px}
.nv-space-actions{justify-content:flex-start}
.nv-space-overview{position:relative;padding:34px 34px 28px;background:var(--nv-deep);color:#fff;box-shadow:0 24px 70px rgba(23,55,70,.16)}
.nv-space-overview::before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:var(--nv-blue)}
.nv-space-overview__eyebrow{display:block;margin-bottom:19px;color:#b9dbea;font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.nv-space-overview ul{list-style:none;margin:0;padding:0}
.nv-space-overview li{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:13px 0;border-top:1px solid rgba(255,255,255,.11)}
.nv-space-overview li:first-child{border-top:0}
.nv-space-overview strong{font-family:"DM Sans",system-ui,sans-serif;font-size:1.02rem;font-weight:600;letter-spacing:.01em}
.nv-space-overview li span{color:rgba(255,255,255,.63);font-size:.77rem;line-height:1.35;text-align:right}
.nv-space-reading{font-size:1.03rem;line-height:1.8}
.nv-space-reading--narrow{max-width:830px;margin-left:auto;margin-right:auto}
.nv-space-start{background:linear-gradient(180deg,#f6f3ec 0%,#f2eee6 100%)}
.nv-space-start .nv-heading,.nv-space-first-steps .nv-heading{margin-left:auto;margin-right:auto}
.nv-space-grid{display:grid;gap:22px}
.nv-space-grid--areas{grid-template-columns:repeat(6,minmax(0,1fr))}
.nv-space-card{position:relative;grid-column:span 2;padding:32px 30px 30px;background:#f8f6f1;border-top:3px solid rgba(49,95,120,.55);min-height:270px}
.nv-space-card--wide{grid-column:span 3}
.nv-space-card h2{margin:0 0 6px;font-family:"DM Sans",system-ui,sans-serif;font-size:clamp(1.25rem,1.7vw,1.6rem);font-weight:650;color:#29343a}
.nv-space-card__tagline{margin:.05rem 0 1rem;color:var(--nv-blue);font-family:Caveat,cursive;font-size:1.75rem;line-height:1.05}
.nv-space-card p:not(.nv-space-card__tagline){margin:.65rem 0 0;font-size:.96rem;line-height:1.7;color:#596267}
.nv-space-tool-lead{max-width:840px;margin:0 auto 42px;text-align:center}
.nv-space-tools-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:26px}
.nv-space-tool{padding:36px 34px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.035)}
.nv-space-tool__label,.nv-space-platform__type{display:inline-block;margin-bottom:17px;color:#b9dbea;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.nv-space-tool h2{margin:0 0 18px;color:#fff;font-family:"DM Sans",system-ui,sans-serif;font-size:clamp(1.25rem,1.7vw,1.6rem);font-weight:600}
.nv-space-tool p{color:rgba(255,255,255,.76);line-height:1.75}
.nv-space-platforms{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1020px;margin:0 auto}
.nv-space-platform{padding:36px 36px 34px;background:#f6f3ec;border:1px solid #e4dfd4}
.nv-space-platform__type{color:var(--nv-blue)}
.nv-space-platform h2{margin:0 0 15px;font-family:"DM Sans",system-ui,sans-serif;font-size:clamp(1.25rem,1.7vw,1.65rem);font-weight:600;color:#29343a}
.nv-space-platform p{min-height:92px;margin:0 0 26px;color:#596267;line-height:1.7}
.nv-space-first-steps{background:#f0ece3}
.nv-space-first-steps .nv-space-reading{text-align:center}
.nv-button--placeholder{cursor:default}

@media(max-width:960px){
  .nv-space-hero__inner{grid-template-columns:1fr;gap:42px}
  .nv-space-overview{max-width:680px}
  .nv-space-grid--areas{grid-template-columns:1fr 1fr}
  .nv-space-card,.nv-space-card--wide{grid-column:auto}
  .nv-space-tools-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .nv-space-hero{padding-top:92px}
  .nv-space-hero__inner{gap:34px}
  .nv-space-overview{padding:27px 24px 22px}
  .nv-space-overview li{display:block}
  .nv-space-overview li span{display:block;margin-top:4px;text-align:left}
  .nv-space-grid--areas,.nv-space-platforms{grid-template-columns:1fr}
  .nv-space-card{min-height:0;padding:27px 24px}
  .nv-space-tool,.nv-space-platform{padding:28px 24px}
  .nv-space-platform p{min-height:0}
  .nv-space-actions{justify-content:flex-start}
}

/* 0.1.14 — restore Unity's internal-page image bands without Unity itself. */
.page:not(.home) .nv-header,
.blog .nv-header,
.archive .nv-header,
.search .nv-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:transparent;
  border-bottom:0;
}
.page:not(.home) .nv-header .nv-site-title,
.page:not(.home) .nv-header .nv-nav>ul>li>a,
.blog .nv-header .nv-site-title,
.blog .nv-header .nv-nav>ul>li>a,
.archive .nv-header .nv-site-title,
.archive .nv-header .nv-nav>ul>li>a,
.search .nv-header .nv-site-title,
.search .nv-header .nv-nav>ul>li>a{
  color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,.42);
}
.page:not(.home) .nv-header .custom-logo,
.blog .nv-header .custom-logo,
.archive .nv-header .custom-logo,
.search .nv-header .custom-logo{
  filter:drop-shadow(0 1px 5px rgba(0,0,0,.28));
}
.page:not(.home) .nv-header .nv-nav>ul>li>a:hover,
.page:not(.home) .nv-header .nv-nav>ul>li>a:focus-visible,
.blog .nv-header .nv-nav>ul>li>a:hover,
.blog .nv-header .nv-nav>ul>li>a:focus-visible,
.archive .nv-header .nv-nav>ul>li>a:hover,
.archive .nv-header .nv-nav>ul>li>a:focus-visible,
.search .nv-header .nv-nav>ul>li>a:hover,
.search .nv-header .nv-nav>ul>li>a:focus-visible{
  color:#c7e0eb;
  opacity:1;
}
.admin-bar.page:not(.home) .nv-header,
.admin-bar.blog .nv-header,
.admin-bar.archive .nv-header,
.admin-bar.search .nv-header{top:32px}

.nv-page-banner{
  position:relative;
  z-index:1;
  display:grid;
  align-items:center;
  min-height:clamp(190px,19vw,290px);
  padding:82px 24px 0;
  overflow:hidden;
  background-color:var(--nv-deep);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.nv-page-banner__shade{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,rgba(10,27,35,.48) 0%,rgba(10,27,35,.34) 48%,rgba(10,27,35,.52) 100%);
}
.nv-page-banner--plain .nv-page-banner__shade{
  background:linear-gradient(135deg,#244f65 0%,#173746 100%);
}
.nv-page-banner__inner{
  position:relative;
  z-index:1;
  width:100%;
  text-align:center;
}
.nv-page-banner__title{
  margin:0;
  color:#fff;
  font-family:"DM Serif Display",Georgia,serif;
  font-size:clamp(2.15rem,5vw,4rem);
  font-weight:400;
  line-height:1.08;
  text-shadow:0 2px 16px rgba(0,0,0,.26);
}

/* Espace Navayuga now begins below its page banner instead of repeating the H1. */
.nv-space-hero{padding-top:clamp(58px,7vw,92px)}

@media(max-width:782px){
  .admin-bar.page:not(.home) .nv-header,
  .admin-bar.blog .nv-header,
  .admin-bar.archive .nv-header,
  .admin-bar.search .nv-header{top:46px}
}
@media(max-width:700px){
  .nv-page-banner{min-height:170px;padding:64px 18px 0}
  .nv-page-banner__title{font-size:clamp(2rem,10vw,2.8rem)}
  .nv-space-hero{padding-top:58px}
}

/* Ashram page — v0.1.17 */
.nv-ashram-page{background:var(--nv-cream);color:var(--nv-ink)}
.nv-ashram-intro{padding-top:clamp(58px,7vw,94px);padding-bottom:clamp(62px,7vw,96px)}
.nv-ashram-intro__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(290px,.62fr);gap:clamp(42px,7vw,90px);align-items:start}
.nv-ashram-intro__copy{max-width:760px}
.nv-ashram-lede{margin-top:0;font-size:clamp(1.3rem,2.1vw,1.66rem);line-height:1.55;color:#263239}
.nv-ashram-intro__copy p:not(.nv-ashram-lede){font-size:1.03rem;line-height:1.8;color:#535e63}
.nv-ashram-intro__aside{position:relative;padding:31px 31px 25px;background:var(--nv-deep);color:#fff;box-shadow:0 22px 60px rgba(23,55,70,.13)}
.nv-ashram-intro__aside::before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:var(--nv-blue)}
.nv-ashram-kicker{display:block;margin-bottom:15px;color:#b9dbea;font-size:.74rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.nv-ashram-intro__aside p{margin:0;padding:14px 0;border-top:1px solid rgba(255,255,255,.12)}
.nv-ashram-intro__aside p:first-of-type{border-top:0}
.nv-ashram-intro__aside strong{display:block;margin-bottom:4px;font-family:"DM Serif Display",Georgia,serif;font-size:1.18rem;font-weight:400}
.nv-ashram-intro__aside span{display:block;color:rgba(255,255,255,.67);font-size:.86rem;line-height:1.45}
.nv-ashram-section .nv-heading,.nv-ashram-pitha .nv-heading,.nv-ashram-nature .nv-heading,.nv-ashram-life .nv-heading,.nv-ashram-projects .nv-heading{margin-left:auto;margin-right:auto}
.nv-ashram-reading{max-width:840px;margin:0 auto;font-size:1.03rem;line-height:1.82;color:#505b60}
.nv-ashram-reading p{margin:0 0 1.2em}
.nv-ashram-reading p:last-child{margin-bottom:0}
.nv-ashram-reading strong{color:#2d393f}
.nv-ashram-reading--light{color:rgba(255,255,255,.79)}
.nv-ashram-reading--light strong{color:#fff}
.nv-ashram-reading--light .nv-button--light{background:#fff;border-color:#fff;color:var(--nv-deep)}
.nv-ashram-reading .nv-actions{margin-top:34px}
.nv-ashram-life{background:linear-gradient(180deg,#f6f3ec 0%,#f1ede4 100%)}
@media(max-width:900px){.nv-ashram-intro__inner{grid-template-columns:1fr}.nv-ashram-intro__aside{max-width:640px}}
@media(max-width:620px){.nv-ashram-intro{padding-top:48px}.nv-ashram-intro__aside{padding:26px 23px 21px}.nv-ashram-reading{font-size:1rem;line-height:1.76}}

/* Internal page rhythm polish — v0.1.20
 * Keep introductions in the same typographic family/rhythm as body copy,
 * and tighten section breathing room to ~60% of the previous vertical padding.
 */
.nv-space-page .nv-section,
.nv-ashram-page .nv-section{
  padding-top:clamp(40px,4.8vw,68px);
  padding-bottom:clamp(40px,4.8vw,68px);
}

/* The opening copy is an introduction, not a second page title. */
.nv-ashram-page .nv-ashram-intro{
  padding-top:clamp(40px,4.8vw,68px);
  padding-bottom:clamp(40px,4.8vw,68px);
}
.nv-ashram-page .nv-ashram-lede{
  margin-top:0;
  font-size:1.03rem;
  line-height:1.82;
  color:#505b60;
}
.nv-ashram-page .nv-ashram-lede strong{
  color:#2d393f;
  font-weight:600;
}
.nv-space-page .nv-space-hero{
  padding-top:clamp(40px,4.8vw,68px);
  padding-bottom:clamp(40px,4.8vw,68px);
}
.nv-space-page .nv-space-intro{
  margin-top:0;
  font-size:1.04rem;
  line-height:1.78;
  color:#535e63;
}
.nv-space-page .nv-space-intro strong{
  color:#2d393f;
  font-weight:600;
}

@media(max-width:620px){
  .nv-space-page .nv-section,
  .nv-ashram-page .nv-section,
  .nv-ashram-page .nv-ashram-intro,
  .nv-space-page .nv-space-hero{
    padding-top:36px;
    padding-bottom:36px;
  }
}


/* Internal-page typography and rhythm polish — v0.1.21
 * 1) The opening sentence is body copy, not a competing pseudo-heading.
 * 2) Internal page-banner H1s use the approved ALL CAPS title family.
 * 3) Section spacing is tightened another ~25%, with extra breathing room
 *    before the footer only.
 * 4) Footer is quieter and uses more of the available desktop width.
 */

/* Opening copy: remove the stray mini-title effect entirely. */
.nv-ashram-page .nv-ashram-lede,
.nv-space-page .nv-space-intro{
  font-size:1.03rem;
  line-height:1.82;
  color:#505b60;
}
.nv-ashram-page .nv-ashram-lede strong,
.nv-space-page .nv-space-intro strong{
  color:inherit;
  font:inherit;
  font-weight:400!important;
  letter-spacing:normal;
}

/* Page-band title: same visual language as the approved upper section title. */
.nv-page-banner__title{
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:clamp(1.72rem,3.6vw,2.85rem);
  font-weight:700;
  line-height:1.12;
  letter-spacing:.13em;
  text-transform:uppercase;
}

/* Another 20–25% reduction from v0.1.20. */
.nv-space-page .nv-section,
.nv-ashram-page .nv-section,
.nv-ashram-page .nv-ashram-intro,
.nv-space-page .nv-space-hero{
  padding-top:clamp(30px,3.6vw,52px);
  padding-bottom:clamp(30px,3.6vw,52px);
}

/* Generic internal WordPress pages should follow the same tighter rhythm. */
.page:not(.home) .nv-main > .nv-section{
  padding-top:clamp(30px,3.6vw,52px);
  padding-bottom:clamp(64px,6vw,86px);
}

/* Keep a deliberate pause before the footer, even though sections are tighter. */
.nv-space-page > .nv-section:last-child,
.nv-ashram-page > .nv-section:last-child{
  padding-bottom:clamp(68px,7vw,96px);
}

/* Quieter, wider footer. */
.nv-footer{
  border-top-width:3px;
}
.nv-footer__main{
  width:min(1340px,calc(100% - 32px));
  padding:32px 0 34px;
  gap:clamp(34px,4.2vw,66px);
}
.nv-footer__title{
  margin-bottom:10px;
  font-size:1.04rem;
  letter-spacing:.02em;
}
.nv-footer p{
  margin:.2rem 0 .68rem;
  font-size:.88rem;
  line-height:1.58;
}
.nv-footer__map img{
  width:min(156px,100%);
}
.nv-footer__privacy{
  font-size:.78rem!important;
}
.nv-footer__form{
  margin-top:13px;
}
.nv-footer__form input[type="email"]{
  padding:10px 8px 10px 18px;
  font-size:.88rem;
}
.nv-footer__form input[type="submit"],
.nv-footer__form button{
  padding:9px 17px;
  font-size:.86rem;
}
.nv-footer__bottom-inner{
  width:min(1340px,calc(100% - 32px));
  padding:8px 0;
}
.nv-footer__bottom p{
  font-size:.80rem;
}

@media(max-width:620px){
  .nv-space-page .nv-section,
  .nv-ashram-page .nv-section,
  .nv-ashram-page .nv-ashram-intro,
  .nv-space-page .nv-space-hero{
    padding-top:28px;
    padding-bottom:28px;
  }
  .nv-space-page > .nv-section:last-child,
  .nv-ashram-page > .nv-section:last-child{
    padding-bottom:64px;
  }
  .nv-page-banner__title{
    font-size:clamp(1.55rem,7.8vw,2.25rem);
    letter-spacing:.09em;
  }
  .nv-footer__main{
    width:calc(100% - 32px);
    padding:40px 0;
    gap:30px;
  }
  .nv-footer__bottom-inner{
    width:calc(100% - 32px);
    padding:14px 0;
  }
}


/* 0.1.22 — Simple native 404 page. */
.error404 .nv-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:transparent;
  border-bottom:0;
}
.error404 .nv-header .nv-site-title,
.error404 .nv-header .nv-nav>ul>li>a{
  color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,.42);
}
.error404 .nv-header .custom-logo{
  filter:drop-shadow(0 1px 5px rgba(0,0,0,.28));
}
.error404 .nv-header .nv-nav>ul>li>a:hover,
.error404 .nv-header .nv-nav>ul>li>a:focus-visible{
  color:#c7e0eb;
  opacity:1;
}
.admin-bar.error404 .nv-header{top:32px}
.nv-404{
  background:var(--nv-cream);
  padding-top:clamp(42px,5vw,66px);
  padding-bottom:clamp(72px,8vw,108px);
}
.nv-404__inner{
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.nv-404__inner .nv-heading{margin-bottom:22px}
.nv-404__inner>p{
  max-width:620px;
  margin:0 auto;
  color:#505b60;
  font-size:1.03rem;
  line-height:1.75;
}
@media(max-width:782px){.admin-bar.error404 .nv-header{top:46px}}

/* 0.1.29 — Canonical vertical rhythm for every public content section. */
:root{
  --nv-section-y:clamp(36px,4.32vw,62px);
  --nv-section-y-mobile:34px;
  --nv-before-footer:clamp(82px,8vw,112px);
  --nv-before-footer-mobile:74px;
}
.nv-main .nv-section{
  padding-top:var(--nv-section-y);
  padding-bottom:var(--nv-section-y);
}
.home .nv-main .nv-section--gallery{
  padding-top:var(--nv-section-y);
  padding-bottom:var(--nv-section-y);
}
.home .nv-main > .nv-section:last-child,
.page:not(.home) .nv-main > article > .nv-section:last-child,
.page:not(.home) .nv-main > article.nv-section,
.page:not(.home) .nv-main > .nv-section:last-child,
.error404 .nv-main > .nv-section:last-child{
  padding-bottom:var(--nv-before-footer);
}
@media(max-width:620px){
  .nv-main .nv-section,
  .home .nv-main .nv-section--gallery{
    padding-top:var(--nv-section-y-mobile);
    padding-bottom:var(--nv-section-y-mobile);
  }
  .home .nv-main > .nv-section:last-child,
  .page:not(.home) .nv-main > article > .nv-section:last-child,
  .page:not(.home) .nv-main > article.nv-section,
  .page:not(.home) .nv-main > .nv-section:last-child,
  .error404 .nv-main > .nv-section:last-child{
    padding-bottom:var(--nv-before-footer-mobile);
  }
}


/* 0.1.30 — Secondary Ashram editorial pages. */
.nv-secondary-page .nv-heading{margin-left:auto;margin-right:auto}
.nv-page-quote{
  max-width:760px;
  margin:0 auto 30px;
  padding:0 0 0 24px;
  border-left:3px solid var(--nv-blue);
  color:#36434a;
}
.nv-page-quote p{
  margin:0;
  font-family:"DM Serif Display",Georgia,serif;
  font-size:clamp(1.2rem,2.1vw,1.55rem);
  line-height:1.55;
}
.nv-page-quote cite{
  display:block;
  margin-top:10px;
  color:#667278;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.82rem;
  font-style:normal;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.nv-simple-list{
  margin:.4rem 0 1.35rem;
  padding-left:1.25rem;
}
.nv-simple-list li{margin:.42rem 0;padding-left:.18rem}
.nv-ashram-reading--light .nv-simple-list{color:rgba(255,255,255,.82)}
@media(max-width:620px){
  .nv-page-quote{padding-left:18px;margin-bottom:24px}
}


/* 0.1.35 — Real Navayuga photography in the nature page; no Unity demo media. */
.nv-nature-feature{
  display:grid;
  grid-template-columns:minmax(220px,.78fr) minmax(0,1.22fr);
  gap:clamp(26px,4vw,48px);
  align-items:center;
  margin:0 0 1.35rem;
}
.nv-nature-feature__figure{margin:0;min-width:0}
.nv-nature-feature__image{
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center;
  border-radius:2px;
}
.nv-nature-feature__copy p:last-child{margin-bottom:0}
@media(max-width:760px){
  .nv-nature-feature{grid-template-columns:1fr;gap:22px}
  .nv-nature-feature__figure{max-width:520px;margin:0 auto;width:100%}
  .nv-nature-feature__image{aspect-ratio:4/3;object-position:center 42%}
}

/* 0.1.36 — Validated page banners + contained animal photo. */
.nv-nature-ducks{
  margin:1.1rem 0 1.35rem;
  max-width:720px;
}
.nv-nature-ducks__image{
  display:block;
  width:100%;
  max-height:380px;
  object-fit:cover;
  border-radius:2px;
}
@media(max-width:760px){
  .nv-nature-ducks{max-width:none}
  .nv-nature-ducks__image{max-height:320px}
}

/* 0.1.44 — Production native hero + landmark interaction polish. */
.nv-native-hero{
  position:relative;
  width:100%;
  height:100vh;
  min-height:700px;
  max-height:1080px;
  overflow:hidden;
  background:#111d23;
  color:#fff;
  isolation:isolate;
}
.nv-native-hero__slides,.nv-native-hero__slide{position:absolute;inset:0}
.nv-native-hero__slide{
  z-index:0;
  display:grid;
  align-items:center;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease,visibility .45s ease;
}
.nv-native-hero__slide::before{
  content:"";
  position:absolute;
  inset:-1.5%;
  z-index:0;
  background-image:var(--nv-slide-image);
  background-size:cover;
  background-position:var(--nv-slide-position,center center);
  background-repeat:no-repeat;
  transform:scale(1);
  transform-origin:center center;
  will-change:transform;
}
.nv-native-hero__slide.is-active{z-index:1;opacity:1;visibility:visible}
.nv-native-hero__slide.is-active::before{
  animation:nv-native-hero-kenburns 6.2s ease-out forwards;
}
@keyframes nv-native-hero-kenburns{
  from{transform:scale(1)}
  to{transform:scale(1.12)}
}
.nv-native-hero__shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(8,17,23,.73) 0%,rgba(8,17,23,.51) 31%,rgba(8,17,23,.19) 59%,rgba(8,17,23,.10) 100%),
    linear-gradient(0deg,rgba(7,13,18,.62) 0%,rgba(7,13,18,.05) 31%,rgba(7,13,18,.09) 100%);
}
.nv-native-hero__content{
  position:relative;
  z-index:2;
  width:min(1400px,calc(100% - 120px));
  min-height:100%;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  padding:135px 0 205px;
  pointer-events:none;
}
.nv-native-hero__copy{width:min(650px,52vw)}
.nv-native-hero__copy>*{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease,transform .65s ease;
}
.nv-native-hero__slide.is-active .nv-native-hero__copy>*{opacity:1;transform:none}
.nv-native-hero__slide.is-active .nv-native-hero__copy>*:nth-child(2){transition-delay:.08s}
.nv-native-hero__slide.is-active .nv-native-hero__copy>*:nth-child(3){transition-delay:.14s}
.nv-native-hero__slide.is-active .nv-native-hero__copy>*:nth-child(4){transition-delay:.20s}
.nv-native-hero__heading-line{
  display:grid;
  grid-template-columns:clamp(34px,4.5vw,68px) auto clamp(34px,4.5vw,68px);
  align-items:center;
  gap:15px;
  width:max-content;
  max-width:100%;
  margin:0 0 13px;
}
.nv-native-hero__heading-line>span{
  display:block;
  width:100%;
  height:2px;
  background:rgba(255,255,255,.72);
  box-shadow:0 1px 8px rgba(0,0,0,.18);
}
.nv-native-hero__eyebrow{
  margin:0;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:clamp(1.06rem,1.3vw,1.38rem);
  font-weight:700;
  letter-spacing:.18em;
  line-height:1.2;
  text-transform:uppercase;
  white-space:nowrap;
  color:rgba(255,255,255,.96);
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}
.nv-native-hero__title{
  margin:0;
  max-width:660px;
  font-family:Caveat,cursive;
  font-size:clamp(3.95rem,5.35vw,6.2rem);
  font-weight:500;
  line-height:.9;
  letter-spacing:0;
  color:#fff;
  text-wrap:balance;
  text-shadow:0 3px 22px rgba(0,0,0,.34);
}
.nv-native-hero__text{
  margin:28px 0 0;
  max-width:600px;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:clamp(1rem,1.25vw,1.2rem);
  line-height:1.55;
  color:rgba(255,255,255,.94);
  text-shadow:0 1px 9px rgba(0,0,0,.35);
}
.nv-native-hero__button{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  gap:0;
  margin-top:34px;
  padding:15px 28px 16px;
  border:1px solid rgba(255,255,255,.78);
  border-radius:999px;
  color:#fff;
  background:rgba(14,45,88,.88);
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:1.04rem;
  font-weight:500;
  line-height:1.2;
  letter-spacing:.01em;
  text-decoration:none;
  box-shadow:0 7px 24px rgba(4,18,36,.22);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.nv-native-hero__button:hover,.nv-native-hero__button:focus-visible{background:#315f78;border-color:#dcebf1;transform:translateY(-1px)}
.nv-native-hero__arrow{
  position:absolute;
  z-index:8;
  top:51%;
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  padding:0 0 3px;
  border:1px solid rgba(255,255,255,.63);
  border-radius:50%;
  background:rgba(8,17,23,.20);
  color:#fff;
  font:300 2.15rem/1 "DM Sans",system-ui,sans-serif;
  cursor:pointer;
  transform:translateY(-50%);
  opacity:.85;
  transition:opacity .2s ease,background .2s ease,transform .2s ease;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.nv-native-hero__arrow:hover,.nv-native-hero__arrow:focus-visible{opacity:1;background:rgba(23,55,70,.70);transform:translateY(-50%) scale(1.03)}
.nv-native-hero__arrow--prev{left:18px}.nv-native-hero__arrow--next{right:18px}
.nv-native-hero__dots{
  position:absolute;
  z-index:9;
  left:50%;
  bottom:30px;
  display:flex;
  gap:10px;
  transform:translateX(-50%);
}
.nv-native-hero__dot{
  width:10px;
  height:10px;
  padding:0;
  border:1px solid rgba(255,255,255,.75);
  border-radius:50%;
  background:rgba(255,255,255,.18);
  cursor:pointer;
  box-shadow:0 1px 5px rgba(0,0,0,.3);
  transition:background .2s ease,transform .2s ease;
}
.nv-native-hero__dot.is-active{background:#fff;transform:scale(1.08)}
.nv-native-hero--has-rail .nv-native-hero__dots{bottom:176px}
.nv-native-hero:not(.nv-native-hero--has-rail) .nv-native-hero__content{padding-bottom:135px}
.nv-native-hero__rail{
  position:absolute;
  z-index:7;
  left:0;
  right:0;
  bottom:0;
  height:150px;
  border-top:1px solid rgba(255,255,255,.24);
  background:linear-gradient(0deg,rgba(7,13,18,.76),rgba(7,13,18,.38));
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.nv-native-hero__rail-inner{
  width:min(1540px,calc(100% - 64px));
  height:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.nv-native-hero__thumb{
  position:relative;
  display:grid;
  grid-template-columns:minmax(84px,32%) minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-width:0;
  padding:18px 24px;
  border:0;
  border-right:1px solid rgba(255,255,255,.15);
  background:transparent;
  color:#fff;
  text-align:left;
  cursor:pointer;
  opacity:.70;
  transition:opacity .2s ease,background .2s ease;
}
.nv-native-hero__thumb:first-child{border-left:1px solid rgba(255,255,255,.10)}
.nv-native-hero__thumb:hover,.nv-native-hero__thumb:focus-visible,.nv-native-hero__thumb.is-active{opacity:1;background:rgba(255,255,255,.035)}
.nv-native-hero__thumb-image{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  border:1px solid rgba(255,255,255,.52);
  border-radius:12px;
  background-image:var(--nv-thumb-image);
  background-size:cover;
  background-position:center;
  box-shadow:0 7px 20px rgba(0,0,0,.24);
}
.nv-native-hero__thumb-meta{display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:5px;align-items:start;min-width:0}
.nv-native-hero__thumb-number{
  grid-row:1 / span 2;
  color:#d6ad5e;
  font-family:"DM Serif Display",Georgia,serif;
  font-size:1.15rem;
  line-height:1.15;
}
.nv-native-hero__thumb-title{
  align-self:center;
  min-width:0;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.13em;
  line-height:1.45;
  text-transform:uppercase;
  text-wrap:balance;
}
.nv-native-hero__thumb.is-active::after{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  bottom:0;
  height:2px;
  background:rgba(255,255,255,.92);
}
@media(max-width:1120px){
  .nv-native-hero__content{width:min(1180px,calc(100% - 86px))}
  .nv-native-hero__copy{width:min(610px,60vw)}
  .nv-native-hero__rail-inner{width:calc(100% - 24px)}
  .nv-native-hero__thumb{grid-template-columns:92px 1fr;padding:18px 13px;gap:12px}
  .nv-native-hero__thumb-title{font-size:.7rem;letter-spacing:.10em}
}
@media(max-width:900px){
  .nv-native-hero{min-height:620px;height:100svh;max-height:950px}
  .nv-native-hero__content{width:calc(100% - 74px);padding:110px 0 112px}
  .nv-native-hero__copy{width:min(650px,84vw)}
  .nv-native-hero__title{font-size:clamp(3.55rem,8.3vw,5.45rem)}
  .nv-native-hero__rail{display:none}
  .nv-native-hero--has-rail .nv-native-hero__dots{bottom:30px}
  .nv-native-hero__arrow{width:44px;height:44px;font-size:1.9rem}
  .nv-native-hero__arrow--prev{left:12px}.nv-native-hero__arrow--next{right:12px}
}
@media(max-width:760px){
  .nv-native-hero{min-height:610px;height:100svh;max-height:900px}
  .nv-native-hero__content{width:calc(100% - 54px);padding:105px 0 96px;align-items:flex-end}
  .nv-native-hero__copy{width:100%}
  .nv-native-hero__shade{
    background:
      linear-gradient(0deg,rgba(7,13,18,.79) 0%,rgba(7,13,18,.48) 45%,rgba(7,13,18,.14) 75%,rgba(7,13,18,.15) 100%),
      linear-gradient(90deg,rgba(7,13,18,.34),rgba(7,13,18,.10));
  }
  .nv-native-hero__heading-line{grid-template-columns:28px auto 28px;gap:10px;margin-bottom:10px}
  .nv-native-hero__heading-line>span{height:1.5px}
  .nv-native-hero__eyebrow{font-size:.78rem;letter-spacing:.14em;white-space:normal;text-align:center}
  .nv-native-hero__title{font-size:clamp(3.2rem,13.4vw,4.95rem);line-height:.9}
  .nv-native-hero__text{margin-top:18px;font-size:.96rem;line-height:1.5}
  .nv-native-hero__button{margin-top:21px;padding:13px 22px 14px;font-size:.98rem}
  .nv-native-hero__arrow{top:48%;width:38px;height:38px;font-size:1.7rem;background:rgba(8,17,23,.25)}
  .nv-native-hero__arrow--prev{left:8px}.nv-native-hero__arrow--next{right:8px}
  .nv-native-hero__dots{bottom:18px}
}
@media(prefers-reduced-motion:reduce){
  .nv-native-hero__slide{transition:opacity .2s ease}
  .nv-native-hero__slide::before,.nv-native-hero__slide.is-active::before{animation:none;transform:scale(1)}
  .nv-native-hero__copy>*{transition:opacity .2s ease;transform:none}
}



/* 0.1.47 — Home Ashram text-only layout while photography remains limited. */
.nv-home-ashram-copy{max-width:820px}
.nv-home-ashram-copy p:last-child{margin-bottom:0}


/* 0.1.48 — Espace Navayuga download dialog. */
.nv-space-platform__topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.nv-space-status{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:3px 9px;
  border-radius:999px;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.nv-space-status--available{
  color:#315f78;
  background:rgba(49,95,120,.11);
}
.nv-space-status--soon{
  color:#6b665c;
  background:rgba(107,102,92,.10);
}
.nv-space-platform__coming{
  margin-top:.5rem;
  color:#69747a;
  font-size:.92rem;
}

.nv-download-dialog[hidden]{display:none}
.nv-download-dialog{
  position:fixed;
  inset:0;
  z-index:100000;
  display:grid;
  place-items:center;
  padding:24px;
}
.nv-download-dialog__backdrop{
  position:absolute;
  inset:0;
  background:rgba(8,17,23,.72);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.nv-download-dialog__panel{
  position:relative;
  z-index:1;
  width:min(620px,100%);
  max-height:min(760px,calc(100vh - 48px));
  overflow:auto;
  box-sizing:border-box;
  padding:clamp(30px,5vw,48px);
  background:#f7f4ed;
  color:var(--nv-ink);
  box-shadow:0 28px 90px rgba(0,0,0,.36);
  outline:none;
}
.nv-download-dialog__close{
  position:absolute;
  top:14px;
  right:16px;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:0;
  background:transparent;
  color:#526169;
  font:300 2rem/1 "DM Sans",system-ui,sans-serif;
  cursor:pointer;
}
.nv-download-dialog__eyebrow{
  display:block;
  margin:0 46px 10px 0;
  color:var(--nv-blue);
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.nv-download-dialog__panel h2{
  margin:0;
  font-family:"DM Serif Display",Georgia,serif;
  font-size:clamp(1.75rem,4vw,2.45rem);
  font-weight:400;
  line-height:1.12;
  color:var(--nv-ink);
}
.nv-download-dialog__text{
  margin-top:22px;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:1rem;
  line-height:1.7;
  color:#46535a;
}
.nv-download-dialog__text p{margin:0 0 1rem}
.nv-download-dialog__text a{
  color:var(--nv-blue);
  font-weight:600;
}
.nv-download-dialog__actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:28px;
}
.nv-download-dialog__contact{
  color:var(--nv-blue);
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.92rem;
  font-weight:600;
  text-decoration:none;
}
.nv-download-dialog__contact:hover,
.nv-download-dialog__contact:focus-visible{text-decoration:underline}
body.nv-dialog-open{overflow:hidden}

@media(max-width:620px){
  .nv-download-dialog{padding:14px}
  .nv-download-dialog__panel{
    max-height:calc(100vh - 28px);
    padding:30px 22px 26px;
  }
  .nv-download-dialog__actions{align-items:stretch}
  .nv-download-dialog__actions .nv-button{width:100%;text-align:center;box-sizing:border-box}
}


/* 0.1.52 — Homepage lightbox, Espace polish, native Blog and Contact page. */
.nv-image-lightbox[hidden]{display:none}
.nv-image-lightbox{
  position:fixed;
  inset:0;
  z-index:100000;
  display:grid;
  place-items:center;
  padding:clamp(18px,4vw,46px);
}
.nv-image-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(8,17,23,.76);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.nv-image-lightbox__panel{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:min(1180px,94vw);
  height:min(820px,86vh);
  outline:none;
}
.nv-image-lightbox__image{
  display:block;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  box-shadow:0 30px 100px rgba(0,0,0,.48);
}
.nv-image-lightbox__close{
  position:absolute;
  top:-8px;
  right:-4px;
  z-index:2;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:50%;
  background:rgba(8,17,23,.64);
  color:#fff;
  font:300 2rem/1 "DM Sans",system-ui,sans-serif;
  cursor:pointer;
}

.nv-blog-intro{max-width:820px;margin:0 auto clamp(38px,5vw,62px);text-align:center}
.nv-blog-intro .nv-heading{margin-bottom:22px}
.nv-blog-intro>p{margin:0;color:#596267;font-size:1.03rem;line-height:1.75}
.nv-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:clamp(34px,5vw,64px);align-items:start}
.nv-blog-list{display:grid;gap:26px}
.nv-blog-card{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);background:#f8f6f1;border:1px solid #e6e0d5;overflow:hidden}
.nv-blog-card__media{display:block;min-height:230px;background:#e8e4dc}
.nv-blog-card__media img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover}
.nv-blog-card__body{padding:28px 30px}
.nv-blog-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#7a8184;font-family:"DM Sans",system-ui,sans-serif;font-size:.74rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}
.nv-blog-card__meta a{color:var(--nv-blue);text-decoration:none}
.nv-blog-card h2{margin:12px 0 12px;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.55rem,2.4vw,2.05rem);font-weight:400;line-height:1.15}
.nv-blog-card h2 a{color:#29343a;text-decoration:none}
.nv-blog-card p{margin:0;color:#596267;line-height:1.7}
.nv-blog-card__tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}
.nv-blog-card__tags a,.nv-blog-tag-cloud a,.nv-single-post__tags a{display:inline-flex;padding:5px 9px;background:rgba(49,95,120,.09);color:var(--nv-blue);font-size:.72rem;font-weight:600;text-decoration:none}
.nv-blog-card__read{display:inline-block;margin-top:20px;color:var(--nv-blue);font-weight:600;text-decoration:none}
.nv-blog-sidebar{position:sticky;top:116px;padding:25px 24px;background:#f4f0e8;border:1px solid #e1dbcf}
.nv-blog-search label,.nv-blog-sidebar__group h2{display:block;margin:0 0 12px;color:#354249;font-family:"DM Sans",system-ui,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.nv-blog-search__row{display:grid;grid-template-columns:1fr 42px}
.nv-blog-search input{min-width:0;padding:11px 12px;border:1px solid #d6d0c5;background:#fff;font:inherit}
.nv-blog-search button{border:0;background:var(--nv-blue);color:#fff;font-size:1.2rem;cursor:pointer}
.nv-blog-sidebar__group{margin-top:27px;padding-top:24px;border-top:1px solid #ddd5c8}
.nv-blog-sidebar__group ul{list-style:none;margin:0;padding:0}
.nv-blog-sidebar__group li{display:flex;justify-content:space-between;gap:18px;padding:7px 0}
.nv-blog-sidebar__group li a{color:#46535a;text-decoration:none}
.nv-blog-sidebar__group li span{color:#8a8f91;font-size:.78rem}
.nv-blog-tag-cloud{display:flex;gap:7px;flex-wrap:wrap}
.nv-blog-pagination{margin-top:10px}
.nv-blog-pagination .nav-links{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.nv-blog-pagination .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;padding:0 8px;border:1px solid #dcd5c9;color:#46535a;text-decoration:none}
.nv-blog-pagination .current{background:var(--nv-blue);border-color:var(--nv-blue);color:#fff}
.nv-blog-empty{padding:38px;background:#f8f6f1}
.nv-single-post__meta{display:flex;gap:8px;flex-wrap:wrap;color:#7a8184;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.nv-single-post__meta a{color:var(--nv-blue)}
.nv-single-post__tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:32px}
.nv-single-post__back{margin-top:38px;padding-top:24px;border-top:1px solid #e4ded3}
.nv-single-post__back a{color:var(--nv-blue);font-weight:600;text-decoration:none}

.nv-contact-page{background:var(--nv-cream)}
.nv-contact-layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);gap:clamp(44px,7vw,90px);align-items:start}
.nv-contact-copy p{color:#596267;line-height:1.75}
.nv-contact-copy .nv-lede{color:#29343a}
.nv-contact-copy a{color:var(--nv-blue);font-weight:600}
.nv-contact-form{padding:34px 34px 30px;background:#f8f6f1;border:1px solid #e2dbcf;box-shadow:0 22px 60px rgba(23,55,70,.08)}
.nv-contact-form .wpcf7-form>p{margin:0}
.nv-contact-form label{display:block;margin-bottom:18px;color:#354249;font-family:"DM Sans",system-ui,sans-serif;font-size:.84rem;font-weight:600;line-height:1.45}
.nv-contact-form input[type="text"],.nv-contact-form input[type="email"],.nv-contact-form input[type="tel"],.nv-contact-form textarea,.nv-contact-form select{box-sizing:border-box;width:100%;margin-top:7px;padding:12px 13px;border:1px solid #d6d0c5;background:#fff;color:#29343a;font:400 1rem/1.4 "DM Sans",system-ui,sans-serif}
.nv-contact-form textarea{min-height:180px;resize:vertical}
.nv-contact-form input[type="submit"]{display:inline-flex;padding:13px 23px;border:1px solid var(--nv-blue);background:var(--nv-blue);color:#fff;font:600 .96rem/1.2 "DM Sans",system-ui,sans-serif;cursor:pointer}
.nv-contact-form .wpcf7-response-output{margin:22px 0 0!important;padding:13px 15px!important;border-width:1px!important;font-size:.9rem}

@media(max-width:900px){
  .nv-blog-layout{grid-template-columns:1fr}
  .nv-blog-sidebar{position:static}
  .nv-contact-layout{grid-template-columns:1fr}
}
@media(max-width:680px){
  .nv-blog-card{grid-template-columns:1fr}
  .nv-blog-card__media,.nv-blog-card__media img{min-height:210px}
  .nv-blog-card__body{padding:24px 22px}
  .nv-contact-form{padding:26px 22px}
  .nv-image-lightbox{padding:16px}
  .nv-image-lightbox__panel{width:100%;height:84vh}
  .nv-image-lightbox__close{top:4px;right:4px}
}

/* 0.1.54 — Newsletter Plugin footer integration. */
@media(max-width:430px){
  .nv-footer__form .tnp-subscription-minimal form{border-radius:22px;flex-direction:column}
  .nv-footer__form .tnp-subscription-minimal input.tnp-name,
.nv-footer__form .tnp-subscription-minimal input.tnp-email{padding:12px 16px!important;text-align:center}
  .nv-footer__form .tnp-subscription-minimal input.tnp-submit{padding:12px 16px!important}
}


/* 0.1.55 — Native Newsletter subscription service pages. */
.nv-newsletter-service{background:#f7f4ed}
.nv-newsletter-service .nv-section{
  min-height:62vh;
  display:grid;
  align-items:center;
  box-sizing:border-box;
}
.nv-newsletter-service__inner{
  max-width:760px;
  text-align:center;
}
.nv-newsletter-service__inner .nv-heading{margin-bottom:28px}
.nv-newsletter-service__mark{
  width:68px;
  height:68px;
  margin:0 auto 30px;
  display:grid;
  place-items:center;
  border:1px solid rgba(49,95,120,.28);
  border-radius:50%;
  color:var(--nv-blue);
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:1.75rem;
  line-height:1;
}
.nv-newsletter-service__mark--ok{font-size:1.6rem}
.nv-newsletter-service__inner .nv-lede{
  margin-bottom:14px;
  font-family:"DM Sans",system-ui,sans-serif;
  font-weight:600;
}
.nv-newsletter-service__inner > p:not(.nv-lede){
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
  line-height:1.7;
}
.nv-newsletter-service__note{
  color:#69747a;
  font-size:.92rem;
}


/* 0.1.56 — Newsletter profile / public service page polish. */
.nv-newsletter-hub{background:#f7f4ed}
.nv-newsletter-hub .nv-section{min-height:64vh;box-sizing:border-box}
.nv-newsletter-hub__inner{max-width:860px}
.nv-newsletter-hub__inner>.nv-lede{max-width:680px;margin:-8px auto 30px}
.nv-newsletter-hub__panel{
  width:min(680px,100%);
  margin:0 auto;
  padding:clamp(24px,4vw,38px);
  box-sizing:border-box;
  background:#fff;
  border:1px solid rgba(49,95,120,.12);
  box-shadow:0 14px 45px rgba(20,38,47,.07);
}
.nv-newsletter-hub__panel .tnp,
.nv-newsletter-hub__panel .tnp-profile,
.nv-newsletter-hub__panel .tnp-subscription{
  width:100%;
  max-width:none;
  margin:0;
  color:#39484f;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:1rem;
  line-height:1.6;
}
.nv-newsletter-hub__panel .tnp p{line-height:1.65}
.nv-newsletter-hub__panel .tnp-field{margin:0 0 18px}
.nv-newsletter-hub__panel .tnp-field label,
.nv-newsletter-hub__panel .tnp-profile label,
.nv-newsletter-hub__panel .tnp-subscription label{
  display:block;
  margin:0 0 7px;
  color:#3d4c53;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.035em;
}
.nv-newsletter-hub__panel .tnp input[type="text"],
.nv-newsletter-hub__panel .tnp input[type="email"],
.nv-newsletter-hub__panel .tnp select,
.nv-newsletter-hub__panel .tnp textarea{
  width:100%;
  min-height:48px;
  box-sizing:border-box;
  padding:11px 13px;
  border:1px solid rgba(54,72,81,.22);
  border-radius:0;
  background:#fbfaf6;
  color:#26343a;
  font:400 1rem/1.4 "DM Sans",system-ui,sans-serif;
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.nv-newsletter-hub__panel .tnp input:focus,
.nv-newsletter-hub__panel .tnp select:focus,
.nv-newsletter-hub__panel .tnp textarea:focus{
  border-color:rgba(49,95,120,.65);
  background:#fff;
  box-shadow:0 0 0 3px rgba(49,95,120,.09);
}
.nv-newsletter-hub__panel .tnp input[type="checkbox"]{accent-color:#315f78}
.nv-newsletter-hub__panel .tnp input[type="submit"],
.nv-newsletter-hub__panel .tnp button,
.nv-newsletter-hub__panel .tnp-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 21px;
  border:1px solid #315f78;
  border-radius:0;
  background:#315f78;
  color:#fff;
  font:600 .92rem/1.2 "DM Sans",system-ui,sans-serif;
  letter-spacing:.02em;
  text-decoration:none;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.nv-newsletter-hub__panel .tnp input[type="submit"]:hover,
.nv-newsletter-hub__panel .tnp input[type="submit"]:focus-visible,
.nv-newsletter-hub__panel .tnp button:hover,
.nv-newsletter-hub__panel .tnp button:focus-visible{
  background:#244b60;
  border-color:#244b60;
  transform:translateY(-1px);
}
.nv-newsletter-hub__panel .tnp-message,
.nv-newsletter-hub__panel .tnp-alert,
.nv-newsletter-hub__panel .newsletter-message{
  padding:14px 16px;
  background:rgba(49,95,120,.07);
  border-left:3px solid #315f78;
  color:#3f4e55;
}
.nv-newsletter-hub__panel a{color:#315f78;font-weight:600;text-underline-offset:2px}
@media(max-width:620px){
  .nv-newsletter-hub__panel{padding:22px 18px}
}


/* 0.1.58 — Newsletter mode-aware public page. */
.nv-newsletter-hub__lede{
  max-width:700px;
  margin:-8px auto 30px;
  color:#536168;
  font-family:"DM Sans",system-ui,sans-serif;
  font-size:clamp(1rem,1.55vw,1.16rem);
  font-weight:400;
  line-height:1.65;
}
.nv-newsletter-hub__panel{position:relative}
.nv-newsletter-hub--confirmed .nv-newsletter-hub__panel,
.nv-newsletter-hub--reactivated .nv-newsletter-hub__panel,
.nv-newsletter-hub--saved .nv-newsletter-hub__panel{
  border-top-color:rgba(49,95,120,.28);
}


/* 0.1.59 — Blog banner: keep the image warm and readable without over-darkening it. */
.blog .nv-page-banner__shade{
  background:linear-gradient(
    180deg,
    rgba(10,27,35,.20) 0%,
    rgba(10,27,35,.12) 48%,
    rgba(10,27,35,.24) 100%
  );
}


/* 0.1.60 — Contact: full-width heading above the two-column content. */
.nv-contact-heading{
  width:100%;
  margin-bottom:clamp(36px,5vw,58px);
}
.nv-contact-heading .nv-heading{
  max-width:980px;
  margin-bottom:0;
}
.nv-contact-heading .nv-heading__subtitle{
  white-space:nowrap;
}
.nv-contact-layout{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);
  gap:clamp(44px,7vw,90px);
  align-items:start;
}
@media(max-width:900px){
  .nv-contact-heading .nv-heading__subtitle{
    white-space:normal;
    line-height:1.05;
  }
  .nv-contact-layout{
    grid-template-columns:1fr;
  }
}

/* 0.1.62 — Contact newsletter consent: robust checkbox + tighter card spacing. */
.nv-contact-newsletter-optin{
  margin:4px 0 22px;
  padding:13px 16px 12px;
  border:1px solid rgba(49,95,120,.16);
  border-radius:10px;
  background:rgba(47,111,179,.035);
}
.nv-contact-newsletter-optin__label{
  display:grid !important;
  grid-template-columns:20px minmax(0,1fr);
  column-gap:11px;
  align-items:start;
  width:100%;
  margin:0 !important;
  padding:0 !important;
  cursor:pointer;
  font-family:"DM Sans",system-ui,sans-serif;
  line-height:1.4;
}
.nv-contact-newsletter-optin__checkbox{
  -webkit-appearance:none !important;
  appearance:none !important;
  position:relative !important;
  display:block !important;
  float:none !important;
  clear:none !important;
  width:18px !important;
  min-width:18px !important;
  max-width:18px !important;
  height:18px !important;
  min-height:18px !important;
  max-height:18px !important;
  margin:2px 0 0 !important;
  padding:0 !important;
  border:1.5px solid rgba(49,95,120,.62) !important;
  border-radius:4px !important;
  background:#fff !important;
  box-shadow:none !important;
  vertical-align:top !important;
  cursor:pointer;
  opacity:1 !important;
  transform:none !important;
}
.nv-contact-newsletter-optin__checkbox:focus-visible{
  outline:2px solid rgba(47,111,179,.35);
  outline-offset:3px;
}
.nv-contact-newsletter-optin__checkbox:checked{
  border-color:#2f6fb3 !important;
  background:#2f6fb3 !important;
}
.nv-contact-newsletter-optin__checkbox:checked:after{
  content:"";
  position:absolute;
  left:5px;
  top:2px;
  width:4px;
  height:8px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}
.nv-contact-newsletter-optin__text{
  display:block;
  min-width:0;
  margin:0;
  padding:0;
  color:#384750;
  font-size:.94rem;
  line-height:1.4;
}
.nv-contact-newsletter-optin__text small{
  display:block;
  margin:2px 0 0;
  padding:0;
  color:#758087;
  font-size:.82rem;
  line-height:1.35;
}


/* 0.1.63 — Footer Newsletter: collect subscriber name + email. */
.nv-footer__form .tnp-subscription-minimal input.tnp-name{
  border-right:1px solid rgba(47,75,92,.13)!important;
  padding-left:18px!important;
}
.nv-footer__form .tnp-subscription-minimal input.tnp-name,
.nv-footer__form .tnp-subscription-minimal input.tnp-email{
  flex:1 1 0!important;
}
@media(max-width:520px){
  .nv-footer__form .tnp-subscription-minimal form{
    flex-wrap:wrap!important;
    border-radius:16px;
    overflow:hidden;
  }
  .nv-footer__form .tnp-subscription-minimal input.tnp-name,
  .nv-footer__form .tnp-subscription-minimal input.tnp-email{
    flex:1 1 100%!important;
    width:100%!important;
    padding:11px 16px!important;
  }
  .nv-footer__form .tnp-subscription-minimal input.tnp-name{
    border-right:0!important;
    border-bottom:1px solid rgba(47,75,92,.13)!important;
  }
  .nv-footer__form .tnp-subscription-minimal input.tnp-submit{
    width:100%!important;
    padding:11px 16px!important;
  }
}

/* 0.1.65 — Native single-post layout and legacy Elementor media normalization. */
.nv-single-post{background:#fff}
.nv-single-post__shell{max-width:940px}
.nv-single-post__meta{justify-content:center;margin-bottom:16px}
.nv-single-post__title{max-width:860px;margin:0 auto 34px;text-align:center;color:#29343a;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2.3rem,5vw,4rem);font-weight:400;line-height:1.08}
.nv-single-post__featured{margin:0 0 clamp(34px,5vw,54px)}
.nv-single-post__featured img{display:block;width:100%;height:auto;max-height:600px;object-fit:cover}
.nv-single-post__content{font-size:1.05rem;line-height:1.82;color:#414c52}
.nv-single-post__content>p,.nv-single-post__content>ul,.nv-single-post__content>ol,.nv-single-post__content>blockquote,.nv-single-post__content>h2,.nv-single-post__content>h3,.nv-single-post__content>h4{max-width:780px;margin-left:auto;margin-right:auto}
.nv-single-post__content>p{margin-top:0;margin-bottom:1.35em}
.nv-single-post__content h2{margin-top:2.1em;margin-bottom:.7em;color:#2e3a40;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:400;line-height:1.18}
.nv-single-post__content h3{margin-top:1.8em;margin-bottom:.65em;color:#344249;font-size:clamp(1.3rem,2.2vw,1.65rem);line-height:1.3}
.nv-single-post__content blockquote{margin-top:2rem;margin-bottom:2rem;padding:18px 24px;border-left:3px solid var(--nv-blue);background:#f7f4ed;color:#505b60}
.nv-single-post__content img{display:block;max-width:100%;height:auto}
.nv-single-post__content video{display:block;max-width:100%;height:auto}
.nv-single-post__content iframe{display:block;width:100%;max-width:100%;aspect-ratio:16/9;height:auto;border:0}
.nv-article-media-single{max-width:780px!important;margin:clamp(26px,4vw,42px) auto!important}
.nv-article-media-single img{margin-left:auto;margin-right:auto}
.nv-article-media-grid{display:grid;grid-template-columns:repeat(var(--nv-media-columns,2),minmax(0,1fr));gap:14px;align-items:start;margin:clamp(30px,5vw,52px) 0}
.nv-article-media-grid .nv-article-media-item{min-width:0;margin:0!important;max-width:none!important}
.nv-article-media-grid .nv-article-media-item img,.nv-article-media-grid .nv-article-media-item video,.nv-article-media-grid .nv-article-media-item iframe{width:100%;margin:0}
.nv-article-media-grid p.nv-article-media-item{padding:0}
.nv-single-post--legacy .nv-single-post__content>br{display:none}
.nv-single-post__tags,.nv-single-post__back{max-width:780px;margin-left:auto;margin-right:auto}
@media(max-width:820px){.nv-article-media-grid{--nv-media-columns:2!important}}
@media(max-width:620px){.nv-single-post__title{text-align:left;margin-bottom:26px}.nv-single-post__meta{justify-content:flex-start}.nv-article-media-grid{grid-template-columns:1fr;gap:12px}.nv-single-post__content{font-size:1rem;line-height:1.75}}

/* 0.1.67 — Restore native galleries/video embeds for former Elementor posts. */
.nv-single-post__content .gallery,
.nv-single-post__content .nv-article-gallery{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:16px;
  width:100%!important;
  max-width:940px!important;
  margin:clamp(30px,5vw,52px) auto!important;
}
.nv-single-post__content .gallery .gallery-item,
.nv-single-post__content .nv-article-gallery .gallery-item{
  float:none!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}
.nv-single-post__content .gallery .gallery-icon,
.nv-single-post__content .nv-article-gallery .gallery-icon{margin:0!important}
.nv-single-post__content .gallery .gallery-icon a,
.nv-single-post__content .nv-article-gallery .gallery-icon a{display:block}
.nv-single-post__content .gallery .gallery-icon img,
.nv-single-post__content .nv-article-gallery .gallery-icon img{
  display:block;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/3;
  object-fit:cover;
  border:0!important;
}
.nv-single-post__content .gallery .gallery-caption,
.nv-single-post__content .nv-article-gallery .gallery-caption{
  display:block!important;
  margin:8px 2px 0!important;
  color:#687277;
  font-size:.8rem;
  line-height:1.45;
  text-align:left;
}
.nv-article-video{display:block;max-width:780px!important;margin:clamp(30px,5vw,52px) auto!important}
.nv-article-video iframe{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0}
@media(max-width:640px){
  .nv-single-post__content .gallery,
  .nv-single-post__content .nv-article-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .nv-single-post__content .gallery .gallery-caption,
  .nv-single-post__content .nv-article-gallery .gallery-caption{font-size:.74rem}
}

/* 0.1.71 — First-class multilingual language switcher. */
.nv-header-actions{
  grid-column:3;
  justify-self:end;
  display:flex;
  align-items:center;
  gap:14px;
  position:relative;
  z-index:121;
}
.nv-language-switch{
  display:flex;
  align-items:center;
  gap:9px;
  white-space:nowrap;
}
.nv-language-switch__link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:3px 0;
  background:transparent;
  border:0;
  box-shadow:none;
  color:#fff;
  text-decoration:none;
  font-size:.74rem;
  font-weight:600;
  line-height:1;
  letter-spacing:.08em;
  opacity:.72;
  text-shadow:0 1px 8px rgba(0,0,0,.42);
  transition:opacity .18s ease,color .18s ease;
}
.nv-language-switch__link:hover,
.nv-language-switch__link:focus-visible,
.nv-language-switch__link.is-active{
  color:#fff;
  opacity:1;
}
.nv-language-switch__link.is-active{font-weight:750}
.nv-language-switch__flag-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.nv-language-switch__flag{
  display:block;
  width:18px;
  height:12px;
  border-radius:2px;
  overflow:hidden;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.28));
}
.nv-language-switch__text{
  display:inline-block;
  min-width:1.65em;
  text-align:center;
}
.nv-language-switch__separator{display:none}
.home .nv-language-switch{color:inherit;text-shadow:none}
@media(max-width:1280px) and (min-width:981px){
  .nv-header-actions{flex:0 0 auto}
}
@media(max-width:980px){
  .nv-header-actions{
    margin-left:auto;
    gap:11px;
  }
  .nv-language-switch__link{font-size:.75rem;padding:3px 0}
}


/* 0.1.73 — Espace Navayuga Web access and configurable social links. */
.nv-space-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.nv-space-actions .nv-button{margin:0}
.nv-footer__social{margin-top:18px}
.nv-footer__social-label{display:block;margin-bottom:9px;color:#b9b9b9;font-size:.88rem}
.nv-footer__social-links{display:flex;align-items:center;gap:10px}
.nv-footer__social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:1px solid rgba(217,238,247,.35);
  border-radius:50%;
  color:#d9eef7;
  transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease;
}
.nv-footer__social-link:hover,.nv-footer__social-link:focus-visible{
  color:#fff;
  border-color:#8cc0d6;
  background:rgba(140,192,214,.10);
  text-decoration:none;
  transform:translateY(-1px);
}
.nv-footer__social-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
.nv-footer__social-link svg path{fill:currentColor;stroke:none}
@media(max-width:620px){
  .nv-footer__social-links{justify-content:center}
  .nv-space-actions{justify-content:center}
}


/* 0.1.75 — Blog debt cleanup while the public blog remains dormant. */
.nv-single-post__content .embed-container,
.nv-single-post__content .wp-block-embed,
.nv-single-post__content .wp-block-video{
  width:100%;
  max-width:780px;
  margin:clamp(30px,5vw,52px) auto;
}
.nv-single-post__content .embed-container iframe,
.nv-single-post__content .wp-block-embed iframe{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  border:0;
}
.nv-single-post__content .wp-block-gallery{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:16px;
  width:100%!important;
  max-width:940px!important;
  margin:clamp(30px,5vw,52px) auto!important;
}
.nv-single-post__content .wp-block-gallery>figure{
  width:auto!important;
  margin:0!important;
}
.nv-single-post__content .nv-article-media-item figcaption,
.nv-single-post__content .wp-element-caption{
  margin:8px 2px 0;
  color:#687277;
  font-size:.8rem;
  line-height:1.45;
}
@media(max-width:640px){
  .nv-single-post__content .wp-block-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
}


/* 0.1.78 — International-context notes for locale-specific editorial guidance. */
.nv-locale-note{
  margin:24px 0;
  padding:18px 20px;
  border-left:4px solid var(--nv-blue);
  border-radius:0 12px 12px 0;
  background:rgba(140,192,214,.12);
  color:inherit;
}
.nv-locale-note p{margin:.3rem 0;line-height:1.65}
.nv-locale-note__title{display:block;margin-bottom:7px;color:var(--nv-ink);font-size:1rem}
.nv-locale-note--space{margin:26px 0 22px;background:#eef7fa;border-left-color:#6faec8}
.nv-locale-note--center{max-width:820px;margin:22px auto;text-align:center;border-left:0;border-top:3px solid var(--nv-blue);border-radius:12px}
.nv-locale-note--light{background:rgba(255,255,255,.09);border-left-color:#d9eef7;color:#f3f6f7}
.nv-locale-note--light p{color:inherit}
@media(max-width:620px){
  .nv-locale-note{padding:16px 17px;margin:20px 0}
}


/* 0.1.80 — Ashram guidelines: strict framework + disciplines to cultivate. */
.nv-rules-principle{
  margin:2rem 0 0;
  padding:20px 24px;
  border-left:3px solid var(--nv-blue);
  background:rgba(140,192,214,.09);
}
.nv-rules-principle p{margin:0!important;color:#35434a;font-weight:500}
.nv-rules-list{
  list-style:none;
  margin:2rem 0 0;
  padding:0;
  display:grid;
  gap:0;
}
.nv-rules-list li{
  display:grid;
  grid-template-columns:minmax(190px,.46fr) minmax(0,1fr);
  gap:24px;
  padding:20px 0;
  border-top:1px solid rgba(31,53,64,.13);
}
.nv-rules-list li:last-child{border-bottom:1px solid rgba(31,53,64,.13)}
.nv-rules-list strong{
  color:#26373f;
  font-size:.98rem;
  line-height:1.45;
}
.nv-rules-list span{display:block;line-height:1.75}
.nv-ashram-reading--light .nv-rules-list li{border-color:rgba(255,255,255,.15)}
.nv-ashram-reading--light .nv-rules-list strong{color:#fff}
.nv-ashram-reading--light .nv-rules-list span{color:rgba(255,255,255,.79)}
@media(max-width:700px){
  .nv-rules-list li{grid-template-columns:1fr;gap:7px;padding:18px 0}
  .nv-rules-principle{padding:18px 19px}
}
